| Name | Type | Description | Notes |
|---|---|---|---|
| contents | Array<CollectionObject> | list of Collection Objects returned in response to a query | |
| next_cursor | String | If the service supports pagination, and the resultset is paginated, this will be a cursor which can be used to retrieve the next page in the results. | [optional] |
| prev_cursor | String | If the service supports pagination, and the resultset is paginated, this will be a cursor which can be used to retrieve the next page in the results. | [optional] |