<PackageReference Include="Relativity.Server.Infrastructure.SDK" Version="5000.1.1" />

Relativity.Infrastructure.V1.Shared.Models.RelativityObjectSlim

public class RelativityObjectSlim : IHaveArtifactID
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.