<PackageReference Include="Relativity.Server.Identity.SDK" Version="5000.0.1" />

RelativityObjectSlim

public class RelativityObjectSlim
Represents a streamlined RelativityObject with values that map to fields on a QueryResultSlim object.
public int ArtifactID { get; set; }

Gets or sets the Artifact ID of the object.

public List<object> Values { get; set; }

Gets or sets a list of values for the object. The order of the values corresponds to the order of the fields in the result set.