QUERY PLAN
Aggregate (cost=75.12..75.13 rows=1 width=32)
-> Seq Scan on tbl_purchase_contracts t (cost=0.00..69.85 rows=2106 width=6)
Filter: ((NOT is_draft) AND (NOT is_refuse) AND (NOT is_chargeback) AND (created_at < '2025-08-08 14:34:58+08'::timestamp with time zone))