When implementing data grid with paging to show items fetched using the c8y API the implemented paging is not working very well. In our case we need to get the total count of items (with query params: withTotalPages=true, pageSize=1), the filtered...