Top 5 Songs

<% if @top_artists_upcoming.present? %>
    <% @top_artists_upcoming.each do |artist, count| %>
  1. <%= artist %> Plays: <%= count %>
  2. <% end %>
<% else %>
No data
<% end %>