I\'m trying to define a virtual property on a typegoose model.
class foo { ... start: Date end: Date get duration(){ return this.end - this.start