/** * Registry summary header. `total`/`active`/`pending` are global counts (not * scoped to the current search) so the header stays a stable overview while the * table below reflects the active filter. * * @param {{ total: number, active: number, pending: number }} props */ export function AdminStatsHeader({ total, active, pending }) { return (