| 1 | // Selfhost-only: the admin Users PAGER, which no other scenario reaches. |
| 2 | // |
| 3 | // The page shows 25 users at a time. To know whether a "Next" exists without a |
| 4 | // count endpoint, the atom over-fetches by one (`limit: 25 + 1`) and `splitPage` |
nothing calls this directly
no test coverage detected