arrangerServer takes a custom getServerSideFilter property so that each request can have filters applied based on server logic. The current type for GetServerSideFilterFn does not include the GQLRequestContext in its function arguments, which is provided the function by both buildSets, and resolveHits. We also need to update resolveAggregations to provide the context to the serverside filter.