/**
  * Return the minimum value of the given field in this DataList
  *
  * @param string $fieldName
  * @return mixed
  */
 public function min($fieldName)
 {
     return $this->dataQuery->min($fieldName);
 }