NNuxt•Created by Milo on 7/7/2024 in #❓・help How to do the JSON API pagination in Nuxt
how can I return the JSON file to user with the pagination query? Right now, I just retrieve all data and return to user in 1 page. I would like to know how to limit it per page and how to go from page 1 to another page.