paginationKey property
Dotted path to the object carrying the pagination fields, resolved from the root of the body.
Only consulted when hasPagination is true and the interceptor was given
a pagination factory. Defaults to the root, which suits the common shape
{"page": 1, "pages": 5, "data": [...]}.
Implementation
final String paginationKey;