I have this post schema
const postSchema = new mongoose.Schema({ body: string, authour: ref: \'User\' topic: {ref: Topics} })
and t