*/ protected $casts = [ 'podcast_id' => 'integer', 'country_code' => 'string', 'region_code' => '?string', 'latitude' => '?double', 'longitude' => '?double', 'hits' => 'integer', ]; public function getCountryCode(): string { return lang('Countries.' . $this->attributes['country_code']); } }