I think we need some kind of possibility to mix sqlalchemy_pydantic_orm.ORMBaseSchema and fastapi_camelcase.CamelModel.
So that it is possible to create compatible nested schemas and models with snake_case attributes but still have camelCase`d ones on the frontend.