I have an Entity called Product with PK <Guid> and a child entity called ProductBundle that relates to the Master through the PK. The ProductBundle entity will contain the products that will be part of the Product (master) package, that is, a product may be composed for several other products from the same entity. How would you solve this dilemma through the abp suite?