connection.getList({}).then(data =>
    console.log(`Loaded ${data.length} todos.`)
);