{
"orders": [
{
"_id": "65abc123def456789012345",
"products": [
{
"product": {
"_id": "507f1f77bcf86cd799439011",
"name": "Gaming Mouse",
"price": 49.99,
"brand": "Logitech"
},
"quantity": 2,
"customName": "Special Edition Mouse"
},
{
"product": {
"_id": "507f191e810c19729de860ea",
"name": "Mechanical Keyboard",
"price": 99.99,
"brand": "Corsair"
},
"quantity": 1,
"customName": null
}
],
"total": 199.97,
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-15T10:30:00.000Z"
},
{
"_id": "65abc123def456789012346",
"products": [
{
"product": {
"_id": "507f191e810c19729de860eb",
"name": "USB-C Cable",
"price": 12.99,
"brand": "Anker"
},
"quantity": 3,
"customName": null
}
],
"total": 38.97,
"createdAt": "2024-01-14T15:20:00.000Z",
"updatedAt": "2024-01-14T15:20:00.000Z"
}
]
}