The pagination object
Accompanies every list response. Drive the loop by has_more, never by the size of data — see Pagination.
limitintegerNumber of resources requested.
has_morebooleanWhether another page is available. A page can be short or empty while this is true, so always continue while it is true instead of relying on the size of data.
next_cursorstringnullableSigned opaque cursor for the next page.