Count🔗Definition🔗export interface Count { type: "count"; id: string; hide?: boolean; } Methods🔗No methods.See also🔗 CountBuilder