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 |
The total number of results in the result set. |
resultsPerPage |
The number of results included in the API response. |
startIndex |
The index of the first item in the API response. |