diff --git a/tracks/app/views/sidebar/_context_list.rhtml b/tracks/app/views/sidebar/_context_list.rhtml
index def5cad2..21702d8d 100644
--- a/tracks/app/views/sidebar/_context_list.rhtml
+++ b/tracks/app/views/sidebar/_context_list.rhtml
@@ -1,4 +1,4 @@
-
<%= list_name %>
+<%= list_name %> (<%= contexts.length %>)
<% if contexts.empty? -%>
- None
diff --git a/tracks/app/views/sidebar/_project_list.rhtml b/tracks/app/views/sidebar/_project_list.rhtml
index 457726f7..6fcf889a 100644
--- a/tracks/app/views/sidebar/_project_list.rhtml
+++ b/tracks/app/views/sidebar/_project_list.rhtml
@@ -1,4 +1,4 @@
-<%= list_name %>
+<%= list_name %> (<%= projects.length %>)
<% if projects.empty? %>
- None