PageInfo

Contains details about the total number of results for an API response as well as the number of results returned in the response.

JSON representation
{
  "totalResults": integer,
  "resultsPerPage": integer,
  "startIndex": integer
}
Fields
totalResults

integer

The total number of results in the result set.

resultsPerPage

integer

The number of results included in the API response.

startIndex

integer

The index of the first item in the API response.