missing models for ChangeNotification & ChangeNotificationCollection
Describe the bug
I'm unable to find the ChangeNotification & ChangeNotificationCollection models in version 2 of the msgraph-sdk-php.
These 2 models are included in version 1. https://github.com/microsoftgraph/msgraph-sdk-php/tree/1.110.0/src/Model
These classes appear to have been left out of other versions of the graph sdk, but were fixed: https://github.com/microsoftgraph/msgraph-sdk-go-core/issues/95
I also looked at a C# implementation for coding hints, looked at similar models in the source code for various models, and looked through Kiota documentation for deserialization, but wasn't able to find a straightforward way to handle change notifications using the graph api sdk. If more documentation & examples could be added to the SDK, that would be helpful.