I have been looking into extending your Page and Paragraph ViewModels for our frontenders by creating models which inherits from your classes. However as far as I can tell this is not possible since you have hardcoded the usage of PageViewModel and ParagraphViewModel when you render content. This gives a type mismatch when you attempt to assign this value to my custom type which is correctly identified by the template.
Do you intend to implement the possibility for us to create our own custom ViewModels and if yes when is it expected to be ready?