Hey author, In python we can do ```python class MyView(CreateMixin, ObjectMixin, ContentMixin, CreateView): ``` I wonder what is the way with this project, in js :)