const mongooseResponse = await mongoose.connect(mongoUri); const game = await GameSchema.create({ image: "test", title: "StarBurst" }) Gam