共用方式為


Paged type

Paged collection of T items

type Paged<T> = { nextLink?: string; value: T[] }