BranchPage import { BranchPage } from "destack:runtime"; Branch list page. export struct BranchPage { branches: Branch[]; next: BranchId; } language/library/src/runtime/lineage.ds:81:86 Members branches: Branch[] Branch records in this page. next: BranchId Next branch cursor when more records exist.