With plaid-python 8.0.0b12, client.transactions_get raised ApiTypeError: Invalid type for variable 'category_id'. Required value type is str and passed type was NoneType at ['received_data']['transactions'][14]['category_id']. Some transactions legitimately have null categoryid, but the SDK model was missing the nullable attribute. Passing `checkreturntype=False just moved the failure to .todict() with AttributeError: 'dict' object has no attribute 'composed_schemas'`.