const MAX_USER_OVERVIEW_ROWS: usize = 200;
The most rows a per-user list reports. One row per course the account has ever touched, which stays small for a student and does not for a staff account or a long-lived test account.