diff --git a/data/products.json b/data/products.json
index baeb90d..a795b57 100644
--- a/data/products.json
+++ b/data/products.json
@@ -22,5 +22,11 @@
"title": "Papayas",
"description": "Papayas are 50 CHF each, but are available as 3 for the price of 2",
"price": 100
+ },
+ {
+ "id": 5,
+ "title": "Mangoes",
+ "description": "Mangoes are 100 CHF each, but are available as 3 for the price of 2",
+ "price": 100
}
]