next_page()
array.next_page();
If the SubmissionDataArray
is a paginated result generated by a request (not manually constructed), next_page
will return a promise loading the next page of responses.
See first_page, previous_page, and last_page.