'integer', 'language_codes' => 'array', ]; public function cities(): HasMany { return $this->hasMany(City::class); } }