*/ protected $casts = [ 'podcast_id' => 'integer', 'app' => '?string', 'device' => '?string', 'os' => '?string', 'is_bot' => 'boolean', 'hits' => 'integer', ]; public function getLabels(): string { return UserAgentsRSS::getName($this->attributes['labels']) ?? $this->attributes['labels']; } }