What are the top 5 brands by receipts scanned for most recent month? WITH RecentMonth AS ( SELECT b.name AS brand_name, COUNT(r.receipt_id) AS receipt_count FROM ...