QUERY PLAN
HashAggregate (cost=297.51..298.60 rows=87 width=36)
Group Key: client_id
-> Seq Scan on tbl_reimbursements (cost=0.00..297.02 rows=97 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (client_id = ANY ('{141,2736,2182,24,2806,2242,3179,46,530,2166}'::integer[])))