data: an array of results.next_cursor: an opaque cursor for fetching the next page.nullwhen there are no more results.
page_size to control the number of items per page (default and max: 100). To fetch the next page, pass the returned next_cursor as the cursor query parameter.

