Hi all, quick question on relations: How would you model a simple group setup where a group has many members and a member many groups; but where each member is either a ‘participant’ or ‘admin’? Seems to me that the @relation needs to have a property, but I’m not sure that this is possible in Prisma? (example minimal schema below…). Thanks!