Introduction
List types let you store multiple values of the same kind together. It helps when you want to group related items in one place.
When you want to get a list of books from a library database.
When you need to store multiple phone numbers for one person.
When you want to return all comments on a blog post.
When you want to send a list of products in a shopping cart.
When you want to show all friends of a user in a social app.