I'm trying to connect NocoDB to SOFTR frontend however i can't figure out how to get the pagination to work. the result from the API call to NocoDB does not have a "Next" URI you have to add an offset value to the original API URI, so the first call would be "offset=0" and with the page size being 100 the next call would have to be "offset=100", but i can't figure out SOFTR pagination settings screen to do this.