Expected a valid update modifier using $addToSet MongoDb Nestjs
I need to add a ref in my array using $addToSet. It's my schema @Allow() @ApiProperty(GatewaySchemaSwagger.API_PROP_ADMIN_ID) @Prop({required: true, type: [MongooseSchema.Types.ObjectId] , ref: 'User' }) admin: [User]; it's my collection { "_id" : ObjectId("63c022bfd2d744ebaffe3412"), "buttons" : [], "admin" : [ ObjectId("636bc633ccc1e71aa32ad831")…