whereRelation('category', 'is_show', true) ->latest('sales') ->limit(20) ->get(); return ProductSkuSimpleResource::collection($productSkus); } }