Just upgraded to the latest datastore package w/ Promises. When I run datastore.runQuery(myQuery), the result is an array containing the queried documents and cursor information. The documents do not contain any identifying information, and I don't see is any way to retrieve the IDs of those documents as I could before.
How should I go about getting these document IDs?