The database should come with some pagination support.
The list of results needs to be ordered to prevent entries to be included multiple times in the response.
Also the result should include some info on how many items were fetched and which page was currently requested.
If possible the result should include the total count of entries in the database as well as the last page given the current requested limit.
For databases that this is not supported null should be returned for the given fields.
The database should come with some pagination support.
The list of results needs to be ordered to prevent entries to be included multiple times in the response.
Also the result should include some info on how many items were fetched and which page was currently requested.
If possible the result should include the total count of entries in the database as well as the last page given the current requested limit.
For databases that this is not supported null should be returned for the given fields.