``` js var key = ds.key('Kind', null) ds.put({ key: key, data: //... }, function(err, key) { /// how to i read the key ID? }); ```