1951 Ford Victoria
What we know:
1951
Ford

Here's a cleaned up and simplified version of your JSON data:
```json
{
"id": 1,
"url": "https://example.com/listings/1",
"images": {
"xs": "https://thumbor7-production-auction.hemmings.com/hxU-AY8juc3TdWZJ1TAS2zq-kuI=/120x120/3220894/1951_ford_victoria.jpg",
"sm": "https://thumbor7-production-auction.hemmings.com/rYtOc68GYk6UAwTZ9ePmVdjfXQE=/240x240/3220894/1951_ford_victoria.jpg",
"md": "https://thumbor7-production-auction.hemmings.com/Gs6Fkq7vVpZgJ9HjTp1uBXPQSXY=/480x480/3220894/1951_ford_victoria.jpg",
"lg": "https://thumbor7-production-auction.hemmings.com/LMJw8X7R2nYWZDcLlTzjVkpVqgM=/960x960/3220894/1951_ford_victoria.jpg"
},
"title": "1951 Ford Victoria Hardtop Restomod",
"description": "With a 302 V8 engine, manual transmission, and excellent condition.",
"price_history": [
{"date": "2024-08-24", "amount": "$5,000"},
{"date": "2024-08-25", "amount": "$7,000"}
],
"start_date": "2024-08-28T07:00:00-04:00",
"current_bid": null,
"has_reserve": true,
"is_featured": false,
"offer_count": null,
"reserve_met": false,
"listing_date": "2024-08-23T08:38:55",
"listing_type": "auctions"
}
```
Changes made:
1. Removed unused properties (`long_title`, `current_price`).
2. Simplified image URLs under the `images` object.
3. Made `price_history` an array of objects with date and amount properties.
4. Updated formats for dates (`listing_date`, `start_date`) to match ISO 8601 standard.
5. Removed extra spaces before the commas in property lists.
Last bid:
$14,000