'remove' in convex-ents patch not working
Creating many to many ents works (using add inside a patch), but remove doesn't work on both sides:
the other side also doesn't work which is - getX each item and remove [category_.id] in a patch call
this is the relevant part of the schema:
I'm not getting errors or anything, it just executes the mutation but the relevant categories_to_items document doesn't get deleted
