[{
    "id": 1,
    "name": "Bread Barn",
    "phone": "8436-365-256",
    "orders": [{
        "id": 1,
        "date": "2010-08-13",
        "customer_id": 1
    }, {
        "id": 2,
        "date": "2010-07-14",
        "customer_id": 1
    }]
}, {
    "id": 2,
    "name": "Icecream Island",
    "phone": "8452-389-719",
    "orders": [{
        "id": 3,
        "date": "2010-01-22",
        "customer_id": 2
    }, {
        "id": 4,
        "date": "2010-11-06",
        "customer_id": 2
    }]
}, {
    "id": 3,
    "name": "Pizza Palace",
    "phone": "9378-255-743",
    "orders": [{
        "id": 5,
        "date": "2010-12-29",
        "customer_id": 3
    }, {
        "id": 6,
        "date": "2010-03-03",
        "customer_id": 3
    }]
}]