diff --git a/apps/frontend/src/components/ui/report/ReportsList.vue b/apps/frontend/src/components/ui/report/ReportsList.vue
index 09e1f4f89..557a75f24 100644
--- a/apps/frontend/src/components/ui/report/ReportsList.vue
+++ b/apps/frontend/src/components/ui/report/ReportsList.vue
@@ -1,13 +1,21 @@
+
+
+ There are at least {{ MAX_REPORTS }} open reports. This page is at its max reports and will
+ not show any more recent ones.
+ There are {{ filteredReports.length }} open reports.
+ There are {{ filteredReports.length }}/{{ reports.length }} open '{{ reasonFilter }}' reports.
+