Represents the result of a query.
t() :: %ExForce.QueryResult{ done: boolean(), next_records_url: String.t() | nil, records: list(), total_size: term() }