include Util;
$template = {
  :limit => integer('limit'),
  :include_docs => boolean('include_docs'),
  :reduce => boolean('reduce'),
  :group => boolean('group'),
  :descending => boolean('descending')
}
