고급 가이드nested-binding이 페이지에서nested-bindingnested binding class Profile { @body('nickname') nickname!: string;}class Request { @body('profile') profile!: Profile;} Nested objects are fully supported with recursive type casting and validation.