/**
  * {@inheritDoc}
  */
 public function __construct(CommandInterface $command, array $data = [])
 {
     parent::__construct($command, $data);
     $this->pageSize = 20;
 }
 /**
  * @param CommandInterface $command
  * @param array            $data
  */
 public function __construct(CommandInterface $command, array $data = [])
 {
     parent::__construct($command, $data);
     $this->pageSize = 100;
     // This is the maximum allowed by Stripe
 }