$this->id, 'imageUrl' => $this->image_url, 'caption' => $this->caption, 'calories' => $this->calories, 'proteins' => $this->proteins, 'carbs' => $this->carbs, 'fats' => $this->fats, 'title' => $this->title, 'eatenAt' => $this->eaten_at, 'createdAt' => $this->created_at, 'updatedAt' => $this->updated_at, 'userId' => $this->user_id, ]; } }