// Stub implementation for useSubcategoryCountByCategory hook export function useSubcategoryCountByCategory(categoryId: string) { return { data: 0, isLoading: false, error: null }; }