### Describe the bug `DistributionList.Members` is mapped to `List<Member>`. ### Expected behavior The actual type of the collection is `DistributionListMember` (https://learn.microsoft.com/en-us/graph/api/resources/distributionlistmember?view=graph-rest-beta) which has different fields. ### How to reproduce Cannot provide repro since the bindings are binding to incorrect type. ### SDK Version 6.5.1-preview ### Latest version known to work for scenario above? _No response_ ### Known Workarounds _No response_ ### Debug output <details><summary>Click to expand log</summary> ``` <Log output here> ``` </details> ### Configuration _No response_ ### Other information _No response_
Describe the bug
DistributionList.Membersis mapped toList<Member>.Expected behavior
The actual type of the collection is
DistributionListMember(https://learn.microsoft.com/en-us/graph/api/resources/distributionlistmember?view=graph-rest-beta) which has different fields.How to reproduce
Cannot provide repro since the bindings are binding to incorrect type.
SDK Version
6.5.1-preview
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```