t’s easy to express rich relationships between different Models in your application. Each Model can have any number of associations with other Models. Additionally, your Models may be defined in any order. Once you have a record of this Model type, it’s easy to traverse the associated data. For example, if you wanted to get all of the posts for a user, you could do something like this: