QueryResultSet<T> public class QueryResultSet<T> : ResultSet<T> where T : Artifact Documentation public string QueryToken { get; set; } public int TotalCount { get; set; } public QueryResultSet()