resource->flat_amount?->toString(); if ($amountString === null) { $amountString = $this->resource->amount_by_user?->toString() . ' / Person'; } else { $amountString .= ' Gesamt'; } return [ 'id' => $this->resource->id, 'title' => $this->resource->description, 'totalAmountString' => $amountString, ]; } }