I am using Strapi API on my project, and I would like export my data in CSV file format.
For this, I use a find()
request, but the API returns only the first 100 items and I've ~ 2000 items in my database.
Is it possible to remove the limit
on my Strapi request ?