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

Relativity.Services.ISortAssociable

public interface ISortAssociable
Defines an artifact that can be associated with Sorts.
int ArtifactTypeID { get; set; }

The Artifact Type ID of the object the sorts are associated to.

List<Sort> Sorts { get; set; }

List of associated Sorts.