{
    "type": "food",
    "url": "https://taylordrayson.com/2026/05/20/food",
    "title": "I ate 724 calories",
    "summary": "That day's food came to 724 calories, with 3g of protein, 24g of carbs and 26g of fat.",
    "occurred": {
        "display": "20 May 2026 23:59",
        "iso": "2026-05-20T23:59:59+01:00",
        "timezone": "Europe/London"
    },
    "fields": [
        {
            "key": "calories",
            "label": "Calories",
            "display": "724 kcal",
            "raw": 724
        },
        {
            "key": "protein",
            "label": "Protein",
            "display": "3.3g",
            "raw": 3.3
        },
        {
            "key": "carbs",
            "label": "Carbohydrate",
            "display": "23.5g",
            "raw": 23.5
        },
        {
            "key": "fat",
            "label": "Fat",
            "display": "26g",
            "raw": 26
        },
        {
            "key": "saturated_fat",
            "label": "Saturates",
            "display": "10.6g",
            "raw": 10.6
        },
        {
            "key": "sugars",
            "label": "Sugars",
            "display": "9.2g",
            "raw": 9.2
        },
        {
            "key": "fibre",
            "label": "Fibre",
            "display": "0g",
            "raw": 0
        },
        {
            "key": "sodium",
            "label": "Sodium",
            "display": "1mg",
            "raw": 1
        },
        {
            "key": "meals",
            "label": "Meals",
            "display": "Breakfast (221 kcal), Lunch (276 kcal), Snacks (227 kcal)",
            "raw": [
                {
                    "meal": "breakfast",
                    "calories": 221,
                    "items": [
                        {
                            "name": "Caramel Latte, Full Fat, In, large",
                            "calories": 221,
                            "quantity": 1,
                            "units": "Serving"
                        }
                    ]
                },
                {
                    "meal": "lunch",
                    "calories": 276,
                    "items": [
                        {
                            "name": "Onion Rings",
                            "calories": 126,
                            "quantity": 1,
                            "units": "Serving"
                        },
                        {
                            "name": "Ham Wrap",
                            "calories": 150,
                            "quantity": 1,
                            "units": "Each"
                        }
                    ]
                },
                {
                    "meal": "snacks",
                    "calories": 227,
                    "items": [
                        {
                            "name": "Bacon Sizzlers",
                            "calories": 91,
                            "quantity": 1,
                            "units": "Package"
                        },
                        {
                            "name": "Knoppers",
                            "calories": 136,
                            "quantity": 1,
                            "units": "Serving"
                        }
                    ]
                }
            ]
        },
        {
            "key": "items_logged",
            "label": "Items logged",
            "display": "5",
            "raw": 5
        },
        {
            "key": "owner",
            "label": "Name",
            "display": "Taylor Drayson",
            "raw": "Taylor Drayson"
        },
        {
            "key": "receipt_date",
            "label": "Date",
            "display": "20 May 2026",
            "raw": "20 May 2026"
        },
        {
            "key": "receipt_ref",
            "label": "Receipt ref",
            "display": "WAVLG9JD",
            "raw": 75823
        }
    ],
    "links": [
        {
            "key": "type",
            "label": "All food",
            "title": "Food",
            "url": "https://taylordrayson.com/food"
        },
        {
            "key": "day",
            "label": "That day",
            "title": "20 May 2026",
            "url": "https://taylordrayson.com/2026/05/20"
        }
    ]
}