$this->id, 'stream_id' => $this->stream_id, 'bucket_id' => $this->bucket_id, 'amount' => $this->amount_currency, 'formatted_amount' => $this->formatted_amount, 'date' => $this->date->format('Y-m-d'), 'description' => $this->description, 'is_projected' => $this->is_projected, ]; } }