| Name | Type | Description | Notes |
|---|---|---|---|
| count | number | The number of objects in the entries array. | |
| [default to null] | |||
| hasMoreItems | boolean | A boolean value which is true if there are more entities in the collection | |
| beyond those in this response. A true value means a request with a larger value | |||
| for the skipCount or the maxItems parameter will return more entities. | |||
| [default to null] | |||
| totalItems | number | An integer describing the total number of entities in the collection. | |
| The API might not be able to determine this value, | |||
| in which case this property will not be present. | |||
| [optional] [default to null] | |||
| skipCount | number | An integer describing how many entities exist in the collection before | |
| those included in this list. | |||
| [default to null] | |||
| maxItems | number | The value of the maxItems parameter used to generate this list, | |
| or if there was no maxItems parameter the default value is 100 | |||
| [default to null] |
This repository was archived by the owner on Jun 11, 2025. It is now read-only.