{
    "type": "food",
    "url": "https://taylordrayson.com/2024/08/02/food",
    "title": "I ate 1,401 calories",
    "summary": "That day's food came to 1,401 calories, with 52g of protein, 121g of carbs and 58g of fat.",
    "occurred": {
        "display": "2 Aug 2024 23:59",
        "iso": "2024-08-02T23:59:59+01:00",
        "timezone": "Europe/London"
    },
    "fields": [
        {
            "key": "calories",
            "label": "Calories",
            "display": "1,401 kcal",
            "raw": 1401
        },
        {
            "key": "protein",
            "label": "Protein",
            "display": "52.3g",
            "raw": 52.3
        },
        {
            "key": "carbs",
            "label": "Carbohydrate",
            "display": "121.4g",
            "raw": 121.4
        },
        {
            "key": "fat",
            "label": "Fat",
            "display": "58.4g",
            "raw": 58.4
        },
        {
            "key": "saturated_fat",
            "label": "Saturates",
            "display": "29.1g",
            "raw": 29.1
        },
        {
            "key": "sugars",
            "label": "Sugars",
            "display": "21.4g",
            "raw": 21.4
        },
        {
            "key": "fibre",
            "label": "Fibre",
            "display": "5.1g",
            "raw": 5.1
        },
        {
            "key": "sodium",
            "label": "Sodium",
            "display": "795mg",
            "raw": 795
        },
        {
            "key": "meals",
            "label": "Meals",
            "display": "Breakfast (475 kcal), Lunch (422 kcal), Dinner (504 kcal)",
            "raw": [
                {
                    "meal": "breakfast",
                    "calories": 475,
                    "items": [
                        {
                            "name": "Caramel Latte, Full Fat, In, large",
                            "calories": 221,
                            "quantity": 1,
                            "units": "Serving"
                        },
                        {
                            "name": "Cereal, Cheerios",
                            "calories": 174,
                            "quantity": 30,
                            "units": "Grams"
                        },
                        {
                            "name": "Milk Skim",
                            "calories": 80,
                            "quantity": 1,
                            "units": "Serving"
                        }
                    ]
                },
                {
                    "meal": "lunch",
                    "calories": 422,
                    "items": [
                        {
                            "name": "BBQ Americano Pizza (Pan)",
                            "calories": 420,
                            "quantity": 2,
                            "units": "Slices"
                        },
                        {
                            "name": "Soda, Pepsi, Max Cherry",
                            "calories": 2,
                            "quantity": 330,
                            "units": "Milliliters"
                        }
                    ]
                },
                {
                    "meal": "dinner",
                    "calories": 504,
                    "items": [
                        {
                            "name": "Soda, Pepsi, Max Cherry",
                            "calories": 2,
                            "quantity": 330,
                            "units": "Milliliters"
                        },
                        {
                            "name": "Cheese and Onion Slice",
                            "calories": 502,
                            "quantity": 170,
                            "units": "Grams"
                        }
                    ]
                }
            ]
        },
        {
            "key": "items_logged",
            "label": "Items logged",
            "display": "7",
            "raw": 7
        },
        {
            "key": "owner",
            "label": "Name",
            "display": "Taylor Drayson",
            "raw": "Taylor Drayson"
        },
        {
            "key": "receipt_date",
            "label": "Date",
            "display": "02 Aug 2024",
            "raw": "02 Aug 2024"
        },
        {
            "key": "receipt_ref",
            "label": "Receipt ref",
            "display": "W6DTJ52Y",
            "raw": 69858
        }
    ],
    "links": [
        {
            "key": "type",
            "label": "All food",
            "title": "Food",
            "url": "https://taylordrayson.com/food"
        },
        {
            "key": "day",
            "label": "That day",
            "title": "2 August 2024",
            "url": "https://taylordrayson.com/2024/08/02"
        }
    ]
}