type: object required: - has_more properties: has_more: type: boolean description: Whether more results exist beyond this page. next_cursor: type: ['string', 'null'] description: | Opaque cursor for the next page. Pass as the `cursor` query parameter. Null when there are no more results.