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