Introduction
Arrays let you store multiple values inside one document. This helps keep related data together in one place.
You want to store a list of items, like a shopping list or tags for a blog post.
You need to keep multiple phone numbers or emails for one person.
You want to save multiple scores or ratings for a product.
You want to group related objects, like comments on a post.
You want to keep track of multiple addresses for one user.