Maybe something like this: ```graphql { repos(filters: ["license=apache-2.0", "stargazers_count__gt=10"]) { facet_by_owner { node { id full_name } name count where_clause } } ```