export interface AlbumLite { id: number; title: string; }