Paged type

Paged collection of T items

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