Home > @tridion-sites/open-api-client > PageOfItems
Represents a page of items (Repository Local Objects).
Signature:
export type PageOfItems = {
$type?: string;
HasMore?: boolean;
Items?: Array<RepositoryLocalObject>;
PageSize?: number;
TotalPages?: number;
};
References: RepositoryLocalObject