load('attribute', 'attributeValue'); $data = [ 'attribute' => [ 'id' => $this->attribute_id, 'name' => $this->attribute->description->name, ], 'attribute_value' => [ 'id' => $this->attribute_value_id, 'name' => $this->attributeValue->description->name, ], ]; return $data; } }