OBJECT
A page containing a list of Items and a token for further pagination.
1type ItemsPage {23# A pagination token for fetching the next page.4nextToken: String 56# A list of items.7items: [Item] 89}