QUERY PLAN
GroupAggregate (cost=355.29..355.81 rows=26 width=36)
Group Key: project_id
-> Sort (cost=355.29..355.35 rows=26 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..354.68 rows=26 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{1018,4185,4184,4182,4183,4181,4174,4173,4179,4079}'::integer[])))