") * @Serializer\Inline() */ private $collection; public function __construct(Author ... $authors) { $this->collection = $authors; } }