In Vapor 4? Model like this: struct Hobby: Codable { var title: String } struct User { var name: String var hobbies: [Hobby] }.
確定! 回上一頁