def get
      users = User.collection.aggregate([match, project, group, sort])
      users.collect do |r|
        [
          "#{Date::ABBR_MONTHNAMES[r['_id']['month']]} #{r['_id']['year']}",