In the Defining Models.
User model has many Post.
So you can display the title of posts by example:
Has Many property is an instance of Sloths\Db\Model\Collection.
So you can add more filters to that collection before retrieving any data of that collection.