I am making a Vue.js project using Airtable API. have been trying to load more than 100 records using pagination, but when I use the offset value provided in the JSON file (itr3SD4RZBfi8WqqN/rec2JbRgoFjMrwofM), I get the following error:
Uncaught Error: Airtable: invalid parameters for `select`:
* the value for `offset` should be a number
How could I solve the problem?