*/ protected array $_accessible = [ 'product_id' => true, 'sku' => true, 'barcode' => true, 'price' => true, 'cost' => true, 'created' => true, 'modified' => true, 'deleted' => true, 'product' => false, ]; }