renderArtistsSection() {
    const { t, artistSearchResults, artistInfoSearch } = this.props;

    return this.renderSection(t('artist', { count: artistSearchResults.length }), artistSearchResults, artistInfoSearch);
  }