UserSchema
  .virtual('profile')
  .get(function() {
    return {
      'name': this.name,