QUERY PLAN
GroupAggregate (cost=281.30..281.34 rows=2 width=36)
Group Key: implement_record_id
-> Sort (cost=281.30..281.30 rows=2 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..281.29 rows=2 width=9)
Filter: ((implement_record_id = ANY ('{7389,7535}'::integer[])) AND (status = ANY ('{1,2,3}'::integer[])))