Use a Nested field to represent the relationship, passing in a nested schema. from marshmallow import Schema, fields class UserSchema(Schema): name = fields ...
確定! 回上一頁