// encrypt age regardless of any other options. name and _id will be left unencrypted userSchema.plugin(encrypt, { encryptionKey: encKey, signingKey: sigKey, encryptedFields: ['age'] });