| Aggregate (cost=8.71..8.72 rows=1 width=8) |
| -> Sort (cost=8.35..8.41 rows=24 width=3844) |
| Sort Key: tbl_users.updated_at DESC |
| -> Seq Scan on tbl_users (cost=0.00..7.80 rows=24 width=3844) |
| Filter: (user_status = ANY ('{1,2}'::type_global_user_status[])) |