QUERY PLAN
Aggregate (cost=13.06..13.07 rows=1 width=8)
-> Sort (cost=11.43..11.70 rows=109 width=3843)
Sort Key: tbl_users.updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..7.74 rows=109 width=3843)
Filter: (user_status = '-1'::type_global_user_status)