import { Artist } from "./artist"; export interface TopArtistsItem { artist: Artist; count: number; }