Returns flat run rows paginated by distinct client. Frontend uses TanStack
grouping (via <DataTable grouping={["client_id"]} />) to render groups
— server just guarantees that runs for the same client land on the same page.
Items are structurally identical to ReviewDashboardListRow so the same
columns hook works for both views.
Returns flat run rows paginated by distinct client. Frontend uses TanStack grouping (via
<DataTable grouping={["client_id"]} />) to render groups — server just guarantees that runs for the same client land on the same page.Items are structurally identical to
ReviewDashboardListRowso the same columns hook works for both views.