items array and pagination metadata:
countis the number of items in the current response.nextCursoris present when another page is available.- An omitted
nextCursormeans the current page is the last page.
nextCursor back as the next request’s cursor query parameter:
List endpoints choose their own page size; the API does not expose a page-size
parameter. Process every item and continue until
nextCursor is absent.