userSchema.virtual('id').get(function () { return this._id.toHexString(); }) userSchema.set('toJson', {virtual: true})