API/bpm/humanTask?p=0&c=5&f=user_id%3D1&f=state%3Dreadymore counters using
bpm/archivedHumanTask bpm/case bpm/archivedCase bpm/process
content-range: 0-5/20 = provides the page 0 (1st page)
HumanTask.getFromCurrentUser({ p:0, c:5, d:'rootContainerId' }).$promise.then(function(tasks) { $scope.tasks = tasks.items; $scope.totalTasksToDo = tasks.totalCount; });the counter is stored in $scope.totalTasksToDo