OBJECT
Represents a paginated list of journeys.
1type JourneysPage {23# List of journey items.4items: [Journey] 56# Pagination information for the journeys.7pageInfo: PageInfo 89}