if (_.isArray(email)) {
    params = {
      keys: _.invoke(email, 'toString'),
      include_docs: (opts && opts.include_docs)
    };