{{restaurant?.name}}
Category: {{restaurant?.category}}
Score: {{restaurant?.averageReviewScore}}
Address: {{restaurant?.address | json}}
Score: {{restaurant?.averageReviewScore}}
Reviews:
Score: {{review.score}}
Text: {{review.text}}
User: {{review.userName}}
Dishes:
Name: {{dish.name}}
Press 'Add Random Review' to add a review to this restaurant with a random score and see the restaurant average review score update