If true and the type of the content being returned supports it (has an id property), the resulting Page
will be of type IndexedPage and will contain a
(potentially ordered, based on sort) list of ids and a corresponding map of {id : content item}, else the
page will be of type {@ArrayPage} and content will be returned as a simple array.
The number of the Page to be returned
The number of elements in the Page to be returned
The order of the elements in the Page to be returned
Generated using TypeDoc
Represents the configuration for a page of elements. Created by the middleware based on the request query parameters
The page to be returned
The number of elements to be returned
The format to return the results in. If true and the type of the content being returned supports it (has an
idproperty), the result will contain a (potentially ordered, based onsort) list ofidsand a corresponding map of{id: content item}, else content returned as a simple array. Default value is false.Optional. The order to return the results in, ordered list of property, Direction.