One keyset page from the actor history query layer.
@type cursor() :: %{occurred_at: DateTime.t(), id: String.t()}
@type t() :: %Threadline.Query.ActorHistoryPage{ entries: [Threadline.Capture.AuditTransaction.t()], next_cursor: cursor() | nil, prev_cursor: cursor() | nil }