prova a fare un count()...
codice:
SELECT FROM_UNIXTIME(data_news, '%m-%Y') AS anno_mese,
count(*) as tot
from tabella
GROUP BY anno_mese
dovrebbe funzionare....