The [Artists] table only has 0 values for the count column. Should be easy to populate: ``` set artists.count = (select count from tags where artists.tag_id = tags.tag_id) ```