'integer', 'country_code' => 'string', 'region_code' => '?string', 'latitude' => '?float', 'longitude' => '?float', 'date' => 'datetime', 'hits' => 'integer', ]; public function getCountryCode() { return lang('Countries.' . $this->attributes['country_code']); } }