Name | Type | Description | Notes |
---|---|---|---|
cursor | str | The id at which the current (limited) search can be continued to obtain more matching items | [optional] |
items | list[str] | List of requested items | [optional] |
limit | int | [optional] | |
more_items | bool | Whether more items are available for return by increment offset or cursor | [optional] |
offset | int | [optional] | |
sort | Sorting | [optional] | |
total_items | int | An estimate (lower-bound) of the total number of items available for return. May not be a tight estimate for facet queries | [optional] |