Получите подсчет таблицы отношений Laravel
Category::where('parent_id', 0)->withCount('articles')->get();
repzlaw
Category::where('parent_id', 0)->withCount('articles')->get();