*/ protected array $_accessible = [ 'product_sku_id' => true, 'product_category_variant_id' => true, 'product_category_variant_option_id' => true, // entities 'product_skus' => true, 'product_category_variant' => true, 'product_category_variant_option' => true, ]; }