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