fix(model): add result information to paginated endpoints #75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On paginated endpoints, it makes sense to provide pagination tools. However, in the front end that becomes hard when the information of how many pages and which current page is not available.
This issue tracks adding this information. Will need to alter endpoint JSON response to an Object with an array of results, which may require updating tests and processes that rely on it.