DocumentSchema.virtual('id')
  .get(function () {
    return this._id;
  })
  .set(function (v) {