QUERY PLAN
Aggregate (cost=152.76..152.77 rows=1 width=8)
-> Seq Scan on tbl_tasks (cost=0.00..152.75 rows=1 width=0)
Filter: ((end_at >= '2025-12-21'::date) AND (task_group_id = 200) AND (status = 0))