*/ protected array $_accessible = [ 'product_id' => true, 'product_category_attribute_id' => true, 'attribute_value' => true, 'product_category_attribute_option_id' => true, 'deleted' => true, // entities 'product' => false, 'product_category_attribute' => false, 'product_category_attribute_option' => false, ]; }