In the Defining Models.
Post model belongs to User specified by Creator.
So you can get the creator name of a post by an example:
And, of course. You can do that through a collection
N + 1 query problem in here. We resolve it for you.
See Eager Loading for more details.