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