I have two models:
const UserSchema = new mongoose.Schema({ username: String, name: String }) const PostSchema = new mongoose.Schema({ title: Stri