$this->id, 'position' => $this->position, 'ingredient' => $this->ingredient, 'quantity' => $this->quantity, 'unit' => $this->unit, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, 'meal_posts_id' => $this->meal_posts_id, 'mealPosts' => new MealPostsResource($this->whenLoaded('mealPosts')), ]; } }