Count🔗Definition🔗export interface Count { type: unknown; id: string; hide?: boolean; } See also🔗 CountBuilder