QUERY PLAN
GroupAggregate (cost=671.79..673.38 rows=78 width=36)
Group Key: project_id
-> Sort (cost=671.79..672.00 rows=82 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..669.19 rows=82 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4024,4005,4149,4136,4133,4184,4182,4165,4163,4147,4134,4131,4125,4109,4088,4083,3976,3778,4183,4181,4146,3957,3854,3796,4177,4174,4173,4162,4148,4143,4097,4082,4060,4034,4002,3981,4172,4171,4170,4169}'::integer[])))