Usually when we specify a `belongs_to` relations, we also specify its equivalent `has_many`. That allows us to write, for example: `topic.user.topics`.
Usually when we specify a `belongs_to` relations, we also specify its equivalent `has_many`. That allows us to write, for example: `topic.user.topics`.