QUERY PLAN
Limit (cost=8.20..8.21 rows=4 width=267)
-> Sort (cost=8.20..8.21 rows=4 width=267)
Sort Key: updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..8.16 rows=4 width=267)
Filter: ((user_status = ANY ('{1,2}'::type_global_user_status[])) AND (department_id = 2))