# Portions

The `portions` object represents the predefined portions per food.  A recipe can return more than one portion. i.e the **Milk chocolate candies** recipe returns 3 different portions:

![](https://920729701-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LwqSnBDpAb6mFZYLsuB%2Fuploads%2Ftmpm73DE6v1yCKyBqEsI%2Fimage.png?alt=media\&token=4c1b511a-5154-4224-b77a-e6debfc0825e)

## Available fields

| **Field name** | **Type** | **Description**                                                                  |
| -------------- | -------- | -------------------------------------------------------------------------------- |
| `amount`       | Float    | Amount of the portions per food                                                  |
| `modifier`     | String   | <p>A different way of serving the same food. i.e. tbsp</p><p>, oz, cup, etc.</p> |
| `gramWeight`   | Float    | Weight of the portion expressed in grams                                         |

Use this object in the following:

* [commonFoods](https://docs.suggestic.com/graphql/query/queries/food-log/food-search#common-foods)
* [myCommonFoods](https://docs.suggestic.com/graphql/query/search/food-search-for-food-log/my-common-foods-search)
