class PropertyInput { ... /** * @var LivingRoom[] * @Groups({"property:write"}) */ public $livingRooms; ... }