export type DiscogsArtistSearchResult = {
  id: number;
  name: string;
  cover_image: string;
  resource_url: string;