StatusCounts: Record<string, number>

Status to count mapping: record of status strings to manga entry counts.

export type StatusCounts = Record<string, number>;