YearRangeSchema.methods = {
            toJSON() {
                const obj = this.toObject();
                delete obj.years;
                return obj;