Do not declare methods using ES6 arrow functions (=>). Arrow functions explicitly prevent binding this, so your method will not have access to the document and the above examples will not work.
monggoose schema instance methods 작성시 화살표함수를 쓰게 되면 this는 무엇을 가르키나요