Parent-Child relations are one of the basic building blocks for building any web application, and are useful for when one of your model owns multiple objects in another model. In this tutorial, we'll model a forum website: A user object has many posts, but each post belongs to only 1 user.