public function subTotal($format = true)
    {
        $total = 0;

        if ($this->count() != 0) {