$this->resource->addon_key, 'title' => $this->resource->title, 'flat' => $this->resource->flat, 'amount' => $this->resource->amount?->getAmount() ?? 0, 'amountReadable' => $this->resource->amount?->toString() ?? '0,00 Euro', 'free' => ($this->resource->amount?->getAmount() ?? 0) <= 0, ]; } }