soit tu crées u nchamp nb_commentaires dan la table articles et tu incrément quand il y a un nouveau commentaire pour l'article ou alors tu fais
$this->Article->find('all', array('fields' => 'COUNT(commentaires.id) AS nb_commentaires'));
va voir dans la doc pour comprendre et trouver si ca marche pas
cherches find et dans la rubrique, tu cherches conditions de recherche complexe ;)