paged definition

Several API methods return data in a paged format. This prevents clients and servers from being overwhelmed by information. The Paged data structure wraps the items in the response and provides a uniform interface to the paged information.

Properties

NameDescriptionValue
itemsthe items in this page; the type of the items will of course vary by methodarray of objects
pagethe 0-indexed page number that this result representsnumber
pageSizethe number of items allowed per page when generating this result; the actual number of items on this page may be less than or equal to this numbernumber
totalthe count of items on all pages; using this and pageSize, it is possible to calculate the total number of pagesnumber