diff --git a/packages/Sarga/API/Http/Resources/Catalog/Category.php b/packages/Sarga/API/Http/Resources/Catalog/Category.php index 65a19cacc..88e0db498 100644 --- a/packages/Sarga/API/Http/Resources/Catalog/Category.php +++ b/packages/Sarga/API/Http/Resources/Catalog/Category.php @@ -35,6 +35,7 @@ class Category extends JsonResource // : json_decode($this->resource->additional, true), $this->mergeWhen($this->showChildren(), [ 'children' => Category::collection($this->children), + 'product_limit' => $this->product_limit, ]) ]; }