Here's a hack to fix that.
- Add a class to the .item
- Add a class to the .comma
- Add <style> embed of:
.item:last-child .comma { display: none; }
Not the nicest solution, but it will display what you want. (There can't be any other element at the end of the collection, though.)