*/ protected $casts = [ 'podcast_id' => 'integer', 'country_code' => 'string', 'hits' => 'integer', ]; public function getLabels(): string { return lang('Countries.' . $this->attributes['labels']); } }