{
    "type": "food",
    "url": "https://taylordrayson.com/2022/10/16/food",
    "title": "I ate 1,876 calories",
    "summary": "That day's food came to 1,876 calories, with 40g of protein, 116g of carbs and 22g of fat.",
    "occurred": {
        "display": "16 Oct 2022 23:59",
        "iso": "2022-10-16T23:59:59-04:00",
        "timezone": "America/New_York"
    },
    "fields": [
        {
            "key": "calories",
            "label": "Calories",
            "display": "1,876 kcal",
            "raw": 1876
        },
        {
            "key": "protein",
            "label": "Protein",
            "display": "40g",
            "raw": 40
        },
        {
            "key": "carbs",
            "label": "Carbohydrate",
            "display": "116g",
            "raw": 116
        },
        {
            "key": "fat",
            "label": "Fat",
            "display": "22g",
            "raw": 22
        },
        {
            "key": "saturated_fat",
            "label": "Saturates",
            "display": "0g",
            "raw": 0
        },
        {
            "key": "sugars",
            "label": "Sugars",
            "display": "0g",
            "raw": 0
        },
        {
            "key": "fibre",
            "label": "Fibre",
            "display": "0g",
            "raw": 0
        },
        {
            "key": "sodium",
            "label": "Sodium",
            "display": "0mg",
            "raw": 0
        },
        {
            "key": "meals",
            "label": "Meals",
            "display": "Breakfast (548 kcal), Lunch (528 kcal), Dinner (800 kcal)",
            "raw": [
                {
                    "meal": "breakfast",
                    "calories": 548,
                    "items": [
                        {
                            "name": "chocolate chip pancakes",
                            "calories": 503,
                            "quantity": 1,
                            "units": "Serving"
                        },
                        {
                            "name": "Mocha",
                            "calories": 45,
                            "quantity": 0.5,
                            "units": "Cup"
                        }
                    ]
                },
                {
                    "meal": "lunch",
                    "calories": 528,
                    "items": [
                        {
                            "name": "Super Big Gulp Cherry Coke",
                            "calories": 528,
                            "quantity": 1,
                            "units": "Serving"
                        }
                    ]
                },
                {
                    "meal": "dinner",
                    "calories": 800,
                    "items": [
                        {
                            "name": "Small Bbq Chicken pizza",
                            "calories": 800,
                            "quantity": 4,
                            "units": "Slices"
                        }
                    ]
                }
            ]
        },
        {
            "key": "items_logged",
            "label": "Items logged",
            "display": "4",
            "raw": 4
        },
        {
            "key": "owner",
            "label": "Name",
            "display": "Taylor Drayson",
            "raw": "Taylor Drayson"
        },
        {
            "key": "receipt_date",
            "label": "Date",
            "display": "16 Oct 2022",
            "raw": "16 Oct 2022"
        },
        {
            "key": "receipt_ref",
            "label": "Receipt ref",
            "display": "W6BTR2TW",
            "raw": 63082
        }
    ],
    "links": [
        {
            "key": "type",
            "label": "All food",
            "title": "Food",
            "url": "https://taylordrayson.com/food"
        },
        {
            "key": "day",
            "label": "That day",
            "title": "16 October 2022",
            "url": "https://taylordrayson.com/2022/10/16"
        }
    ]
}