QUERY PLAN
Aggregate (cost=8.64..8.65 rows=1 width=8)
-> Sort (cost=8.41..8.45 rows=16 width=3843)
Sort Key: tbl_users.updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..8.09 rows=16 width=3843)
Filter: ((user_status = '-1'::type_global_user_status) AND (department_id = 10))