{
  • id: 1001,
  • type: "donut",
  • name: "Cake",
  • description: https://www.jq22.com,
  • price: 2.55,
  • available: {
    • store: 42,
    • warehouse: 600
    },
  • topping: [
    1. {
      • id: 5001,
      • type: "None"
      },
    2. {
      • id: 5002,
      • type: "Glazed"
      },
    3. {
      • id: 5005,
      • type: "Sugar"
      },
    4. {
      • id: 5003,
      • type: "Chocolate"
      },
    5. {
      • id: 5004,
      • type: "Maple"
      }
    ]
}