HomeVendure CoreMoreMoreCommonPaginatedListOn this pagePaginatedList@vendure/commonSource A type describing the shape of a paginated list response. In Vendure, almost all list queries (products, collections, orders, customers etc) return an object of this type. Signaturetype PaginatedList<T> = { items: T[]; totalItems: number;} itemspropertyT[]totalItemspropertynumberWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousMiddlewareNextPermissionEdited Jan 28, 2026ยทEdit this page