A parent entity has a one-to-many relationship with a child entity, like this:
/** * @ORM\\OneToMany(targetEntity=Child::class, mappedBy="parent")