export interface DmsTagModel { description?: string; documentCount?: number; id?: number; metadata?: { [key: string]: string; }; name?: string; path?: string; }