export interface TFolder { id: string; name: string; files_count?: number; }