Apologies if this is an ignorant question, but I want my call to the API to fetch all pages automatically, without extra user action.
I started with the sample code
base('allocations').select({
// Selecting the first 3 records in Main View:
maxRecord...