hi, i have a nuxt/strapi project on deployed on an ubuntu server and i just realized that strapi only sends the first 100 users through the get request . that is causing a huge problem coz i have created anouther admin panel for my clients who own the site . and they can only access their first 100 users.
how can i fix this ?
ps: i want to overwrite the function that limits them not passing the limit to the params of the request
i have already read this article Content API - Strapi Developer Documentation .
ty in advanced for the help<3