<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="13.6.1" />

Relativity.Services.Objects.DataContracts.WordListSort

public class WordListSort
Sort generated by Liquid Item List on Dictionary UI
public string column { get; set; }

Column name being sorted (keyword, totalwords, totaldocuments)

public string direction { get; set; }

Direction of sort (asc / desc)

public WordListSort()