/**
  * Override the default initialize functionality
  * This function can be used to e.g. override the itemsPerPage by using
  * $this->arguments['configuration']['itemsPerPage'] = 3;
  *
  * @return void
  */
 public function initialize()
 {
     parent::initialize();
 }