updated logic
diff --git a/tasks/main.yml b/tasks/main.yml
index e9a4f37..3bcb2c3 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -18,9 +18,9 @@
   with_items: "{{ download_pattern }}"
   register: downloads
 
-- name: Examine downloads collection assembled
+- name: Files matched
   debug:
-    msg: "Showing files result: {{ item.files }}"
+    msg: "Count Files Matched: {{ item.matched }}"
   with_items: "{{ downloads.results }}"
 
 - name: Iterate over files found