If virtual properties have been defined they will be created as simple getters on the model.
Passing {virtuals: true}
or {virtuals: false}
in the options
controls including virtuals on function-level and overrides the
model-level setting
Allow virtuals to be fetched like normal properties
Allow virtuals to be set like normal properties
Underscore methods that we want to implement on the Model.
Mix in each Underscore method as a proxy to Model#attributes
.
Virtuals Plugin
Allows getting/setting virtual (computed) properties on model instances.