public function __construct(LoggerInterface $logger = null)
 {
     parent::__construct($logger);
     $this->setItemCount(10);
     $this->setNumChildren(5);
 }