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

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()