Create the Model of how we will store Restaurant Groups in our DB. Look at `backend/app/models/restaurant.py` for some inspiration. The model should have `name`, `description`, and a list of `restaurantIds`. assigned to: sophie