I have a collection called options with this schema
value: string; isCorrect: boolean; justification: string;
I want to update many documents (by id) where each option has a different value in one query.
Is it possible ?