export interface Album { id: number; name: string; path: string; uri: string; }