@type t() :: %Travel.Flights.Types.PlaceCity{ airports: ([map()] | nil) | nil, country: (map() | nil) | nil, iata_code: String.t() | nil, iata_country_code: String.t() | nil, id: String.t() | nil, name: String.t() | nil, type: atom() }