Total <%= "Member".pluralize(2) %>
<%= @member_profile.count(:all) %>
Total <%= "Address".pluralize(2) %>
<%= @member_address.count(:all) %>
Total <%= "Listing".pluralize(2) %>
<%= @member_listing.count(:all) %>
Total <%= "Category".pluralize(2) %>
<%= @directory_category.count(:all) %>