# Pastebin 77Q9QLOX SELECT user_name, artist_name, count(*) as listen_count FROM listens GROUP BY user_name, artist_name