QUERY PLAN
HashAggregate (cost=295.10..296.25 rows=92 width=36)
Group Key: client_id
-> Seq Scan on tbl_reimbursements (cost=0.00..294.58 rows=104 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (client_id = ANY ('{2491,18,1659,121,531,43,42,10,2131,2021}'::integer[])))