It breaks with this message: ``` klass.opts = klass.OPTIONS_CLASS(meta, ordered=ordered) TypeError: __init__() got an unexpected keyword argument 'ordered' ``` Related: https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/105