export interface Category { name: string; listItems: string[]; }