Some queries may yield over 5000 entries which generates overhead when retrieving them from database and sending in the HTTP response. There should be support for requesting only a select range of the request results.
UI Bootsrap's pagination directive requires total number of items to work properly, so the paginated method(s) should be extended to include it in payload.
Some queries may yield over 5000 entries which generates overhead when retrieving them from database and sending in the HTTP response. There should be support for requesting only a select range of the request results.