{
    "type": "food",
    "url": "https://taylordrayson.com/2022/10/07/food",
    "title": "I ate 1,674 calories",
    "summary": "That day's food came to 1,674 calories, with 32g of protein, 65g of carbs and 40g of fat.",
    "occurred": {
        "display": "7 Oct 2022 23:59",
        "iso": "2022-10-07T23:59:59+01:00",
        "timezone": "Europe/London"
    },
    "fields": [
        {
            "key": "calories",
            "label": "Calories",
            "display": "1,674 kcal",
            "raw": 1674
        },
        {
            "key": "protein",
            "label": "Protein",
            "display": "32g",
            "raw": 32
        },
        {
            "key": "carbs",
            "label": "Carbohydrate",
            "display": "65g",
            "raw": 65
        },
        {
            "key": "fat",
            "label": "Fat",
            "display": "40.1g",
            "raw": 40.1
        },
        {
            "key": "saturated_fat",
            "label": "Saturates",
            "display": "6.5g",
            "raw": 6.5
        },
        {
            "key": "sugars",
            "label": "Sugars",
            "display": "23.3g",
            "raw": 23.3
        },
        {
            "key": "fibre",
            "label": "Fibre",
            "display": "0g",
            "raw": 0
        },
        {
            "key": "sodium",
            "label": "Sodium",
            "display": "4mg",
            "raw": 4
        },
        {
            "key": "meals",
            "label": "Meals",
            "display": "Breakfast (88 kcal), Lunch (764 kcal), Dinner (822 kcal)",
            "raw": [
                {
                    "meal": "breakfast",
                    "calories": 88,
                    "items": [
                        {
                            "name": "Chocolate Cereal Bar",
                            "calories": 88,
                            "quantity": 1,
                            "units": "Serving"
                        }
                    ]
                },
                {
                    "meal": "lunch",
                    "calories": 764,
                    "items": [
                        {
                            "name": "Salad, Edamame",
                            "calories": 121,
                            "quantity": 1,
                            "units": "Serving"
                        },
                        {
                            "name": "Katsu, Pumpkin, Curry",
                            "calories": 403,
                            "quantity": 1,
                            "units": "Serving"
                        },
                        {
                            "name": "Coke bottle",
                            "calories": 240,
                            "quantity": 1,
                            "units": "Bottle"
                        }
                    ]
                },
                {
                    "meal": "dinner",
                    "calories": 822,
                    "items": [
                        {
                            "name": "Pepsi Max",
                            "calories": 2,
                            "quantity": 1,
                            "units": "Pint"
                        },
                        {
                            "name": "Burger, Fillet Tower",
                            "calories": 620,
                            "quantity": 1,
                            "units": "Serving"
                        },
                        {
                            "name": "Chips",
                            "calories": 200,
                            "quantity": 1,
                            "units": "Serving"
                        }
                    ]
                }
            ]
        },
        {
            "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": "07 Oct 2022",
            "raw": "07 Oct 2022"
        },
        {
            "key": "receipt_ref",
            "label": "Receipt ref",
            "display": "W6BTAG67",
            "raw": 63001
        }
    ],
    "links": [
        {
            "key": "type",
            "label": "All food",
            "title": "Food",
            "url": "https://taylordrayson.com/food"
        },
        {
            "key": "day",
            "label": "That day",
            "title": "7 October 2022",
            "url": "https://taylordrayson.com/2022/10/07"
        }
    ]
}