orderBy("position")->paginate($request->limit ?? 10); return (new BrandPaginationResource($brands))->response(); } }