我下面有3张桌子
Products
+id
+Name
ProductAttributes
+id
+name
+value
+product_id
+attribute_group_id
AttributeGroups
+id
+name
relation
---------
Product hasmany ProductAtrribute
ProductAtrributes belongsTo Products
ProductAtrributes belongsTo AttributeGroups
我希望加载带有属性的产品和属性组以及属性组