Name | Type | Description | Notes |
---|---|---|---|
items | list[Message] | List of requested items | [optional] |
offset | int | [optional] | |
limit | int | [optional] | |
cursor | str | The id at which the current (limited) search can be continued to obtain more matching items | [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] |
more_items | bool | Whether more items are available for return by increment offset or cursor | [optional] |
sort | Sorting | [optional] |