QUERY PLAN
HashAggregate (cost=298.44..301.03 rows=207 width=36)
Group Key: client_id
-> Seq Scan on tbl_reimbursements (cost=0.00..297.02 rows=284 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (client_id = ANY ('{2805,2150,90,528,3293,304,2177,107,1301,1121}'::integer[])))