[
{
"id": "hc1",
"brand": "Louis Vuitton",
"model": "Neverfull MM",
"size": "MM",
"material": "Monogram Canvas",
"condition": "good",
"soldPrice": 1150,
"currency": "USD",
"soldAt": "2026-07-01",
"saleVerified": true,
"authenticationStatus": "authenticated",
"source": "marketplace A",
"includedItems": [
"pouch",
"dust bag"
]
},
{
"id": "hc2",
"brand": "Louis Vuitton",
"model": "Neverfull MM",
"size": "MM",
"material": "Monogram Canvas",
"condition": "excellent",
"soldPrice": 1325,
"currency": "USD",
"soldAt": "2026-06-20",
"saleVerified": true,
"authenticationStatus": "verified",
"source": "auction B",
"includedItems": [
"pouch",
"dust bag",
"box"
]
},
{
"id": "hc3",
"brand": "Louis Vuitton",
"model": "Neverfull MM",
"size": "MM",
"material": "Monogram Canvas",
"condition": "fair",
"soldPrice": 850,
"currency": "USD",
"soldAt": "2026-05-15",
"saleVerified": true,
"authenticationStatus": "authenticated",
"source": "marketplace A",
"includedItems": [
"pouch"
]
}
]