{
  type: 'Query',
  fields: [{
    type: 'FunctionCall',
    name: 'count',
    arguments: [{
      type: 'FieldReference',
      path: ['Id'],
    }],
  }, {
    type: 'FieldReference',
    path: ['Type'],
  }],
  object: {
    type: 'ObjectReference',
    name: 'Account',
  },
  group: {
    type: 'Grouping',
    fields: [{
      type: 'FieldReference',
      path: ['Type'],
    }],
  },
}
