renderAlbumsSection() {
    const { t, albumSearchResults, albumInfoSearch } = this.props;

    return this.renderSection(t('album', { count: albumSearchResults.length }), albumSearchResults, albumInfoSearch);
  }