xhrConn.getListData({}).then(data =>
    console.log(`Used XHR to load ${data.length} todos.`)
);