listRecords, listAccessGrants, listAccessRequests, and getAuditLog return their full arrays with no limit.
Add page-size-based pagination (or "load more") to RecordsPage, AccessManagement, and AuditLog, and extend
the mock API functions to accept { page, pageSize } params so real-backend integration later isn't a breaking
change.
Acceptance criteria
listRecords,listAccessGrants,listAccessRequests, andgetAuditLogreturn their full arrays with no limit.Add page-size-based pagination (or "load more") to
RecordsPage,AccessManagement, andAuditLog, and extendthe mock API functions to accept
{ page, pageSize }params so real-backend integration later isn't a breakingchange.
Acceptance criteria