/**
  * Returns the size of the decorated array.
  * @return int
  */
 public function count()
 {
     return $this->array->count();
 }