The underline statement does not make any sense to me. I believe mongoose devs didn't publish their docs wrong and I'm missing a point.
console.log(mongoose.Model instanceof mongoose.Document)
Also when I run the code above, it outputs false.
Can someone explain what docs really want to imply?