I\'m trying to create a Schema that looks like this:
const exampleSchema = mongoose.Schema({ topic: { type: String, required: true, },