I have the following schema for an abTest collection:
abTest
const AbTestSchema = new Schema({ name: { type: String, unique: true, }, validCou