QUERY PLAN
Aggregate (cost=184.44..184.45 rows=1 width=32)
-> Seq Scan on tbl_projects (cost=0.00..184.28 rows=66 width=5)
Filter: (project_status = ANY ('{1,2}'::integer[]))