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