### Is your feature request related to a problem? Please describe the problem. For some integrations such as sailpoint requires below graph query parameters below, which only returns the 20 objects https://graph.microsoft.com/beta/groups?$filter=(startsWith(displayName,%27Group%27))&$expand=members Current limitations. With Microsoft Entra resources that derive from [directoryObject](https://learn.microsoft.com/en-us/graph/api/resources/directoryobject), like [user](https://learn.microsoft.com/en-us/graph/api/resources/user) and [group](https://learn.microsoft.com/en-us/graph/api/resources/group), $expand typically returns a maximum of 20 items for the expanded relationship and has no [@odata.nextLink](https://learn.microsoft.com/en-us/graph/paging). For details, see [query parameter limitations](https://developer.microsoft.com/en-us/graph/known-issues/?search=13635). ### Describe the solution you'd like. Allow actual count (e.g. group membership) output when using $expand. ### Additional context? _No response_