Here are the schemas:
Project Schema:
const ProjectSchema = new mongoose.Schema({ name: { type: String }, campaigns: [ { name: { type: Stri