mmm... c'è un errore

SELECT prodotti.nome,count(articoli.*)
WHERE articoli.id_prodotti=prodotti.id_prodotti
GROUP BY prodotti.nome

.... nel .*


#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '* )
WHERE articoli.id_prodotti = prodotti.id_prodotti
GROUP