How to change the class attributes of the instance of the SQLAlchemyAutoSchema

Solution
test_list_schema = TestSchema(many=True, exclude=("test_comments",))  # Don't forget the comma