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

Sort

public class Sort
The target field name and sort direction.
public SortDirection Direction { get; set; }

The sort direction, ascending or descending.

public string FieldName { get; set; }

The name of the field the data should be sorted by.

public Sort()