I see that I can use the regular mongoose schema syntax without the schema decorator or classes,
But I am wondering how I can now inject that schema into my service?
with the class and decorator based approach I noticed that I get a regular class as type, a schema and a document.
How do I get a type and document from the regular mongoose schema?