_.each(['notes', 'notebooks', 'tags'], function(module) {
                return Q.all([
                    Radio.request(module, 'fetch', {encrypt: true}),
                    FS.getList(module)
                ])