export type DiscogsArtistReleaseSearchResult = {
  id: number;
  artist: string;
  title: string;
  thumb: string;