$this->uuid, 'bucket_id' => $this->bucket?->uuid, 'amount' => $this->amount_currency, 'formatted_amount' => $this->formatted_amount, 'date' => $this->date->format('Y-m-d'), 'description' => $this->description, 'is_projected' => $this->is_projected, 'priority_order' => $this->priority_order ?? null, ]; } }