How can I represent a many to many relation with Room? e.g. I have "Guest" and "Reservation". Reservation can have many Guest and a Guest can be part of many Reservations. How can I represent a many to many relation wit
How can I represent a many to many relation with Room? e.g. I have "Guest" and "Reservation". Reservation can have many Guest and a Guest can be part of many Reservations. How can I represent a many to many relation wit