1.) I have two models: Project and Action:
const mongoose = require("mongoose"); const Schema = mongoose.Schema; const ProjectSchema = new Schema({