$title ?? null, 'studio_plus_category_id' => $product['category_id'] ?? null, 'amazon_total_reviews' => Arr::get($product, 'amazon_total_reviews') ?? null, 'price' => Arr::get($product, 'price', 0), 'brand' => $newBrand ?? $brand, 'amazon_url' => null, 'exists' => $this['exists'] ]; } }