<%= render partial: 'statistics/top_artists', locals: { top_artists_all_time: @top_artists_all_time, top_artists_year: @top_artists_year, top_artists_upcoming: @top_artists_upcoming } %>
<%= render partial: 'statistics/total_plays', locals: { total_plays: @total_plays } %>
<%= render partial: 'statistics/longest_streak', locals: { streak: @streak } %>