export interface ContactCategoryModel { name: string; id: string; clientName: string; clientId: string; totalMembers: number; }