Empty feed/collection set nil to parsing result
description
When an odata response is a feed with 0 entried (empty collection), the query response object has nil value for the result instead empty array. This prevent from distinguish between an invalid xml response and an empty collection.
suggested fix: AtomParser.m line 194: initialize the array.