When performing a GET /entitlements, the results exceed the limit of 250 objects, which requires paging. As I page thru the records, I will get a total count at the end, that matches the number of objects that I would expect to retrieve.
But not all of those objects are unique. An entitlement object that is returned on page 1, may very likely also be returned on page 7. I had thought I had solved for this on /access-profiles using sort by name. It doesn’t appear to help on /entitlements other than sort the records within the page returned.
Is this known behavior?