I am building a simple messaging system and I have a messageSchema which is setup as below:
const messageSchema = new mongoose.Schema({ replyTo: { type: m