I watched this tutorial on how to paginate an airtable collection but it’s a frontend pagination. How can I do backend pagination using Airtable plugin? There are no “maxRecords”, “pageSize”, and “offset” queries and we can’t also add queries.
I also can’t use REST api plugin since the token will be exposed in the browser tools if I’m not mistaken. And I don’t have any other backend service like Xano.