/**
  * {@inheritDoc}
  */
 public function formatBatch(array $records)
 {
     return parent::formatBatch(array_reverse($records));
 }