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