Count Queries in GraphQL

Is it possible to get a count that doesn’t match a node? example:

postsAggregate(filter: {not: {user: "0x1234"}}) {
  count
}

Currently, with my schema and in the UI, nodes aren’t in the available to filter list.