why is simple-rest automatically increasing _end query param to 25 instead of 10?
Here is a screenshot of my mockAPI configuration and stub:
wiremock endpoint: https://5z8l3.wiremockapi.cloud/teachers
This my error message: GET https://5z8l3.wiremockapi.cloud/teachers?_end=25&_start=0& 404 (Not Found)
wiremock endpoint: https://5z8l3.wiremockapi.cloud/teachers
This my error message: GET https://5z8l3.wiremockapi.cloud/teachers?_end=25&_start=0& 404 (Not Found)


