'string', ]; public function airlines(): HasMany { return $this->hasMany(Airline::class); } }