export interface Folder { name: string; id: string; totalCount: number; unreadCount: number; childFolderCount: number; }