{
"products": [
{
"id": "3",
"name": "Ergonomic Swivel Office Chair",
"rank": 1,
"resolvedBidId": "..."
},
{
"id": "6",
"name": "Multi-drawer Filing Cabinet",
"rank": 2,
"resolvedBidId": "..."
},
{ "id": "1", "name": "High-Speed Color Laser Printer" },
{ "id": "2", "name": "Adjustable Height Standing Desk" },
{ "id": "4", "name": "Wireless Keyboard and Mouse Combo" }
],
"topsort": {
"winners": [
{ "rank": 1, "type": "product", "id": "3", "resolvedBidId": "..." },
{ "rank": 2, "type": "product", "id": "6", "resolvedBidId": "..." }
]
}
}