export interface ArtistLite { id: number; name: string; }