Metadata of a PagedResponse.
null indicates that no limit was applied and all matching items are returned.| name | data type | constraints | description |
|---|---|---|---|
| limit | number | ||
| offset | number | required int | |
| totalCount | number | required long |
Example
{
"limit" : 12345,
"offset" : 12345,
"totalCount" : 12345
}