*/ protected array $_accessible = [ 'product_id' => true, 'product_sku_id' => true, 'photo_dir' => true, 'photo_filename' => true, 'primary_photo' => true, 'photo_position' => true, 'enabled' => true, 'created' => true, 'modified' => true, 'deleted' => true, 'product' => true, ]; }