in `DefaultQueryExecutor.ExecuteQueryAsync` there's a call to `query.ToList()` that loads all results into memory
in
DefaultQueryExecutor.ExecuteQueryAsyncthere's a call toquery.ToList()that loads all results into memory