- public and private? - hearting system? - schema: ```js recipe: { ... rating: { value: number, // sum of user voting count: number // user votes } } ``` - update with HTTP PATCH method