export type SearchResultsAlbum = {
    id: string;
    coverImage?: string;
    thumb?: string;
    title: string;