export interface AppliedFilterModel { name: string; condition: string; value: any; }