SnapshotPage import { SnapshotPage } from "destack:runtime"; Snapshot list page. export struct SnapshotPage { snapshots: Snapshot[]; next: SnapshotId; } language/library/src/runtime/snapshot.ds:31:36 Members snapshots: Snapshot[] Snapshot records in this page. next: SnapshotId Next snapshot cursor when more records exist.