function allProjects(done) {
  User.find({}, function(err, users) {
    if (err) return done(err);

    Project.find()