When you look up a city by ID, you get an XML result with a single “city“ element. However, when you do a search for cities (for example: http://api.setlist.fm/rest/0.1/search/cities?name=new%20york&country=us) you get a root element of “cities“, and then each child element is also named “cities“. I realize this is how it is specified in the docs (http://api.setlist.fm/docs/data_ns0.html#element_cities) but is there any reason for this? It seems to me that nesting “city” elements would make more sense, and would simplify deserialization of the results as well.