diff --git a/blocks/timeline/templates/event-list-item.mustache b/blocks/timeline/templates/event-list-item.mustache
index ddbc3852a3c..e6c5b2513ae 100644
--- a/blocks/timeline/templates/event-list-item.mustache
+++ b/blocks/timeline/templates/event-list-item.mustache
@@ -57,6 +57,9 @@
{{#action.actionable}}
{{{action.name}}}
+ {{#action.showitemcount}}
+ {{action.itemcount}}
+ {{/action.showitemcount}}
{{/action.actionable}}
diff --git a/theme/bootstrapbase/templates/block_timeline/event-list-item.mustache b/theme/bootstrapbase/templates/block_timeline/event-list-item.mustache
index 981a6c40565..f873da9d929 100644
--- a/theme/bootstrapbase/templates/block_timeline/event-list-item.mustache
+++ b/theme/bootstrapbase/templates/block_timeline/event-list-item.mustache
@@ -60,6 +60,9 @@
{{#action.actionable}}
{{{action.name}}}
+ {{#action.showitemcount}}
+ {{action.itemcount}}
+ {{/action.showitemcount}}
{{/action.actionable}}