export interface FileItemFormatted { id: string; name: string; url: string; mimeType: string; size: number; }