diff --git a/app/views/artists/_secondary_links.html.erb b/app/views/artists/_secondary_links.html.erb
index fe6245524..0afb0fb1a 100644
--- a/app/views/artists/_secondary_links.html.erb
+++ b/app/views/artists/_secondary_links.html.erb
@@ -7,7 +7,7 @@
<%= link_to "Recent changes", artist_versions_path %>
<% if @artist && !@artist.new_record? %>
|
- <%= link_to "Posts", posts_path(:tags => @artist.name) %>
+ <%= link_to "Posts (#{Post.fast_count(@artist.name)})", posts_path(:tags => @artist.name) %>
<%= link_to "Show", artist_path(@artist) %>
<% if CurrentUser.is_member? %>
<%= link_to "Edit", edit_artist_path(@artist) %>