QUERY PLAN
GroupAggregate (cost=0.00..226.00 rows=70 width=36)
Group Key: client_id
-> Seq Scan on tbl_reimbursements (cost=0.00..224.75 rows=77 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (client_id = 90))