1definitions: 2 Page: 3 description: A description of a paged result 4 type: object 5 properties: 6 page: 7 type: integer 8 description: the page that was requested 9 pages: 10 type: integer 11 description: the total number of pages available 12 total_items: 13 type: integer 14 description: the total number of items available 15 format: int64 16 page_items: 17 type: integer 18 description: the number of items per page requested