Hi,
There is a little mistake in the documentation in this page: https://docs.mongodb.com/manual/tutorial/model-embedded-one-to-many-relationships-between-documents/
The
product
collection stores information on each product, including the product’s ten most recent reviews:
Then, in the code, there are 11 reviews (from review_id 786 to 776 inclusive):
Thanks,
Rafael,