veksen
const conversationExists = await ctx.db.exists.Conversation({ participants_every: { AND: [{ id_in: [userId, currentUserId] }] } });