const lastFmTopTracks: LastfmTopTracks = 
      (await (await this.lastfm.getArtistTopTracks(artistDetails.results[0].artistName)).json()).toptracks;