Paged type

T 項目のページ コレクション

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