How do I paginate Supabase requests?

I have a table that has a few thousand rows that I need to process. I want to process the data in chunks. How do I paginate the requests?
Was this page helpful?