Paged type

T 項目のページングされたコレクション

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