in todos.js [30:35]
function entityToTodo (entity) { const key = entity[datastore.KEY]; entity.id = key.name || key.id; return entity; }