users.first and users.last will be the first and last groups respectively.
users.size will be the total groups of users.
And then going forward you can figure all this out on your own using
users.methods.sort.. like seeing that users.class is an Array will let
you know you can use anything from the Array class on your users
collection.