COUT POST SUR LA CATÉGORIE DANS LA CONTRÔLEUR LARALL

in CategoryController index
$categories = Category::withCount('partners')->get();

property result to access
$category->partners_count 
Elegant Echidna