{
    "type": "food",
    "url": "https://taylordrayson.com/2022/09/25/food",
    "title": "I ate 1,467 calories",
    "summary": "That day's food came to 1,467 calories, with 18g of protein, 132g of carbs and 24g of fat.",
    "occurred": {
        "display": "25 Sep 2022 23:59",
        "iso": "2022-09-25T23:59:59+01:00",
        "timezone": "Europe/London"
    },
    "fields": [
        {
            "key": "calories",
            "label": "Calories",
            "display": "1,467 kcal",
            "raw": 1467
        },
        {
            "key": "protein",
            "label": "Protein",
            "display": "17.9g",
            "raw": 17.9
        },
        {
            "key": "carbs",
            "label": "Carbohydrate",
            "display": "132.3g",
            "raw": 132.3
        },
        {
            "key": "fat",
            "label": "Fat",
            "display": "24.4g",
            "raw": 24.4
        },
        {
            "key": "saturated_fat",
            "label": "Saturates",
            "display": "8g",
            "raw": 8
        },
        {
            "key": "sugars",
            "label": "Sugars",
            "display": "82.1g",
            "raw": 82.1
        },
        {
            "key": "fibre",
            "label": "Fibre",
            "display": "2.8g",
            "raw": 2.8
        },
        {
            "key": "sodium",
            "label": "Sodium",
            "display": "0mg",
            "raw": 0
        },
        {
            "key": "meals",
            "label": "Meals",
            "display": "Breakfast (367 kcal), Lunch (560 kcal), Dinner (540 kcal)",
            "raw": [
                {
                    "meal": "breakfast",
                    "calories": 367,
                    "items": [
                        {
                            "name": "Double Chocolate Crepe",
                            "calories": 292,
                            "quantity": 2,
                            "units": "Servings"
                        },
                        {
                            "name": "Small Skinny Latte",
                            "calories": 75,
                            "quantity": 1,
                            "units": "Serving"
                        }
                    ]
                },
                {
                    "meal": "lunch",
                    "calories": 560,
                    "items": [
                        {
                            "name": "Oat Shake",
                            "calories": 380,
                            "quantity": 1,
                            "units": "Serving"
                        },
                        {
                            "name": "Mozzarella sticks",
                            "calories": 180,
                            "quantity": 4,
                            "units": "Sticks"
                        }
                    ]
                },
                {
                    "meal": "dinner",
                    "calories": 540,
                    "items": [
                        {
                            "name": "Small Chicken Pizza",
                            "calories": 300,
                            "quantity": 1,
                            "units": "Serving"
                        },
                        {
                            "name": "Coke bottle",
                            "calories": 240,
                            "quantity": 1,
                            "units": "Bottle"
                        }
                    ]
                }
            ]
        },
        {
            "key": "items_logged",
            "label": "Items logged",
            "display": "6",
            "raw": 6
        },
        {
            "key": "owner",
            "label": "Name",
            "display": "Taylor Drayson",
            "raw": "Taylor Drayson"
        },
        {
            "key": "receipt_date",
            "label": "Date",
            "display": "25 Sep 2022",
            "raw": "25 Sep 2022"
        },
        {
            "key": "receipt_ref",
            "label": "Receipt ref",
            "display": "W6B7DZLD",
            "raw": 62864
        }
    ],
    "links": [
        {
            "key": "type",
            "label": "All food",
            "title": "Food",
            "url": "https://taylordrayson.com/food"
        },
        {
            "key": "day",
            "label": "That day",
            "title": "25 September 2022",
            "url": "https://taylordrayson.com/2022/09/25"
        }
    ]
}