How to configure the default limit of records fetching

When accessing REST API am getting only the first 100 records which is default I think. So is there any configuration file to globally control the limit of data need to fetch. for graphql am able to override the limit by specifying it in the plugins.js of graphql is there any similar way available to REST.

System Information
  • Strapi Version: 3.0.5
  • Operating System: Windows 10
  • Database: postgress
  • Node Version: 14.15.1
  • NPM Version: 6.14.8
  • Yarn Version: 1.22.5