Description
Changing the page number on the audit logs page on the dashboard sends multiple requests to the backend for audit log entries.
It seems like it requests the previous page, the current page, and the next page. The following screenshot were the requests sent after clicking on page 2:
The audit log endpoint is not cheap so we should not be hitting it unnecessarily. If the frontend actually does need 75 entries then it should probably just set the limit query param to 75.