QUERY PLAN
Aggregate (cost=153.00..153.01 rows=1 width=8)
-> Seq Scan on tbl_tasks (cost=0.00..153.00 rows=1 width=0)
Filter: ((end_at >= '2025-12-23'::date) AND (task_group_id = 67) AND (status = 0))