I\'m building a chat and this is my models:
const mongoose = require(\'mongoose\'); const messageSchema = new mongoose.Schema({ body: { type: Str