Hi,
when using pagination parameters for a call to my Spring Data REST-based URL, I get a correctly paged result with paging values for offset, page etc. However, the parameters for totalPages and totalElements are missing. I have simply extended my repository from PagingAndSortingRepository - do I have to do additional configuration for this?
when using pagination parameters for a call to my Spring Data REST-based URL, I get a correctly paged result with paging values for offset, page etc. However, the parameters for totalPages and totalElements are missing. I have simply extended my repository from PagingAndSortingRepository - do I have to do additional configuration for this?