Problem
Docs here say there will be 30 results per page. However, I am getting 20 results per page when querying /api/v1/plants.
There are 377570 results, at 20 results per page the last page is 18879. This is accurately reflected on the links.last property of the response, which is "last":"/api/v1/plants?page=18879.
The same issue applies to /api/v1/plants/search endpoints, I have not tried other endpoints.
Problem
Docs here say there will be 30 results per page. However, I am getting 20 results per page when querying
/api/v1/plants.There are 377570 results, at 20 results per page the last page is 18879. This is accurately reflected on the links.last property of the response, which is
"last":"/api/v1/plants?page=18879.The same issue applies to
/api/v1/plants/searchendpoints, I have not tried other endpoints.