When selecting an entity the user can see and filter by the title and id of the entity. For some entities this is not sufficient as it might not be enough for the user to understand which entity to select when multiple entities can have the same title and the id is an a meaningless integer.
e.g. selecting a gitlab group. there can be multiple group with the same name. In the drop down list we'll see multiple such entities and below each there will be their int id but what we really need to be able to show is the full path of the group so the user can understand which of the multiple entities is the one they really intend to operate on.