[
{
"_id": "5af2416a5abdb7ad41147c7c",
"vehicleDetails": {
"vinNumber": "12345678901234567",
"damages": [],
"state": "",
"tagPlate": "",
"color": "Color1",
"year": "Year1",
"model": "Model1",
"make": "Make1",
"description": "Year1 | Make1 | Model1 | 01234567"
}
},
{
"_id": "5af23eb9edaa596b3c050ab5",
"vehicleDetails": {
"vinNumber": "12345678911234567",
"damages": [],
"state": "State",
"tagPlate": "TagPlate",
"color": "Color2",
"year": "Year2",
"model": "Model2",
"make": "Make2",
"description": "Year2 | Make2 | Model2 | 11234567"
}
}
]