As @DMehaffy said you can hook into the ORM and execute a custom query.
strapi.query('modelName').model.limit(500)
You can find more details in the mongoose documentation.
As @DMehaffy said you can hook into the ORM and execute a custom query.
strapi.query('modelName').model.limit(500)
You can find more details in the mongoose documentation.