getFeed is missing a idx placeholder which you can use in your tpl to number the different entries.
Just adding the line
$modx->setPlaceholder("idx",$itemIdx+1);
right before the chunk output is generated will give it to you (this will number the items from 1...n).