export interface FolderInfo { title: string; id: number; slug: string; }