{
    "type": "food",
    "url": "https://taylordrayson.com/2024/07/17/food",
    "title": "I ate 2,534 calories",
    "summary": "That day's food came to 2,534 calories, with 7g of carbs and 7g of fat.",
    "occurred": {
        "display": "17 Jul 2024 23:59",
        "iso": "2024-07-17T23:59:59+01:00",
        "timezone": "Europe/London"
    },
    "fields": [
        {
            "key": "calories",
            "label": "Calories",
            "display": "2,534 kcal",
            "raw": 2534
        },
        {
            "key": "protein",
            "label": "Protein",
            "display": "0g",
            "raw": 0
        },
        {
            "key": "carbs",
            "label": "Carbohydrate",
            "display": "6.7g",
            "raw": 6.7
        },
        {
            "key": "fat",
            "label": "Fat",
            "display": "7g",
            "raw": 7
        },
        {
            "key": "saturated_fat",
            "label": "Saturates",
            "display": "5g",
            "raw": 5
        },
        {
            "key": "sugars",
            "label": "Sugars",
            "display": "0g",
            "raw": 0
        },
        {
            "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 (513 kcal), Dinner (1800 kcal)",
            "raw": [
                {
                    "meal": "breakfast",
                    "calories": 221,
                    "items": [
                        {
                            "name": "Caramel Latte, Full Fat, In, large",
                            "calories": 221,
                            "quantity": 1,
                            "units": "Serving"
                        }
                    ]
                },
                {
                    "meal": "lunch",
                    "calories": 513,
                    "items": [
                        {
                            "name": "Small Chips",
                            "calories": 500,
                            "quantity": 1,
                            "units": "Serving"
                        },
                        {
                            "name": "Monster Mango Loco Zero",
                            "calories": 13,
                            "quantity": 500,
                            "units": "Milliliters"
                        }
                    ]
                },
                {
                    "meal": "dinner",
                    "calories": 1800,
                    "items": [
                        {
                            "name": "Lotus Biscoff Milkshake",
                            "calories": 800,
                            "quantity": 1,
                            "units": "Serving"
                        },
                        {
                            "name": "Slim Chicken Chips",
                            "calories": 450,
                            "quantity": 1,
                            "units": "Serving"
                        },
                        {
                            "name": "Slims Honey Bbq Burger",
                            "calories": 550,
                            "quantity": 1,
                            "units": "Serving"
                        }
                    ]
                }
            ]
        },
        {
            "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": "17 Jul 2024",
            "raw": "17 Jul 2024"
        },
        {
            "key": "receipt_ref",
            "label": "Receipt ref",
            "display": "W6D74BXR",
            "raw": 69693
        }
    ],
    "links": [
        {
            "key": "type",
            "label": "All food",
            "title": "Food",
            "url": "https://taylordrayson.com/food"
        },
        {
            "key": "day",
            "label": "That day",
            "title": "17 July 2024",
            "url": "https://taylordrayson.com/2024/07/17"
        }
    ]
}