diff --git a/dashboard/src/lib/list/List.svelte b/dashboard/src/lib/list/List.svelte
index 1a3ced76..561f69c2 100644
--- a/dashboard/src/lib/list/List.svelte
+++ b/dashboard/src/lib/list/List.svelte
@@ -133,6 +133,7 @@
{:else}
+{list.length} {itemType}s ({slicedList.length} shown)
@@ -147,3 +148,12 @@
{/if}
+
+
\ No newline at end of file