export interface Artist{ name: string, popularity: number, followers: number, link: string, artistImgUrl: string, albumsImgsUrls: string[] }