pub type JobStateCounts = EnumMap<JobState, u64>;
For a single client, counts of jobs in various states
pub struct JobStateCounts { /* private fields */ }