From 560b2983f3df164adc36c8a1511abcdea67dc4f4 Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Wed, 7 Jan 2026 12:24:55 +0330 Subject: [PATCH] remove unused modules --- database/migrations/.snapshot-postgres.json | 104 +- dump/README_icons.md | 41 - dump/dmenu_db.foodcategories.json | 7992 -- dump/dmenu_db.foods.json | 82062 ---------------- dump/dmenu_db.storeinfos.json | 1892 - dump/dump-icons.sh | 80 - dump/icon_viewer.html | 312 - dump/icons.csv | 138 - dump/icons_dump_20251224_233800.sql | 205 - dump/named_icons.csv | 138 - dump/populate_icon_names.js | 58 - dump/restore-icons.sh | 95 - src/app.module.ts | 16 +- src/common/enums/message.enum.ts | 26 +- src/common/enums/permission.enum.ts | 6 +- src/modules/admin/admin.module.ts | 4 +- src/modules/admin/entities/admin.entity.ts | 2 +- src/modules/admin/providers/admin.service.ts | 6 +- .../admin/repositories/admin.repository.ts | 2 +- src/modules/auth/auth.module.ts | 12 +- src/modules/auth/services/auth.service.ts | 8 +- .../transformers/user-login.transformer.ts | 4 +- .../controllers/delivery.controller.ts | 88 - src/modules/delivery/delivery.module.ts | 16 - .../delivery/dto/create-delivery.dto.ts | 60 - .../delivery/dto/update-delivery.dto.ts | 4 - .../delivery/entities/delivery.entity.ts | 37 - src/modules/delivery/interface/delivery.ts | 11 - .../delivery/providers/delivery.service.ts | 115 - .../repositories/delivery.repository.ts | 10 - .../foods/controllers/food.controller.ts | 126 - src/modules/foods/dto/update-food.dto.ts | 4 - .../constants/queue.ts | 0 .../controllers/notifications.controller.ts | 0 .../crone/notification.crone.ts | 0 .../decorators/ws-rest-id.decorator.ts | 0 .../dto/create-notification.dto.ts | 0 .../dto/create-preference.dto.ts | 0 .../dto/send-notification.dto.ts | 0 .../dto/update-preference.dto.ts | 0 .../notification-preference.entity.ts | 0 .../entities/notification.entity.ts | 2 +- .../entities/smsLogs.entity.ts | 0 .../events/sms.events.ts | 0 .../guards/ws-admin-auth.guard.ts | 0 .../interfaces/jobs-queue.interface.ts | 0 .../interfaces/notification.interface.ts | 0 .../interfaces/sms.ts | 0 .../listeners/sms.listeners.ts | 0 .../notifications.gateway.ts | 0 .../notifications.module.ts | 6 +- .../processors/in-app.processor.ts | 0 .../processors/push.processor.ts | 0 .../processors/sms.processor.ts | 4 +- .../repositories/sms-log.repository.ts | 0 .../notification-preference.service.ts | 0 .../services/notification-queue.service.ts | 0 .../services/notification.service.ts | 0 .../services/push-notification.service.ts | 0 .../services/sms.service.ts | 0 .../controllers/orders.controller.ts | 8 +- .../{orders => order}/crone/order.crone.ts | 10 +- .../{orders => order}/dto/find-orders.dto.ts | 2 +- .../dto/update-order-status.dto.ts | 0 .../{orders => order}/dto/update-order.dto.ts | 0 .../entities/order-item.entity.ts | 8 +- .../entities/order.entity.ts | 6 +- .../{orders => order}/events/order.events.ts | 0 .../interface/order.interface.ts | 0 .../listeners/order.listeners.ts | 10 +- .../{orders => order}/orders.module.ts | 20 +- .../providers/orders.service.ts | 74 +- .../repositories/order.repository.ts | 38 +- .../controllers/payments.controller.ts | 0 .../dto/create-payment-method.dto.ts | 0 .../dto/payment-chart.dto.ts | 0 .../dto/update-payment-method.dto.ts | 0 .../dto/update-payment.dto.ts | 0 .../dto/verify-payment.dto.ts | 0 .../entities/payment-method.entity.ts | 0 .../entities/payment.entity.ts | 2 +- .../events/payment.events.ts | 0 .../gateways/gateway.manager.ts | 0 .../gateways/zarinpal.gateway.ts | 0 .../interface/gateway.ts | 0 .../interface/payment.ts | 2 +- .../listeners/payment.listeners.ts | 6 +- .../{payments => payment}/payments.module.ts | 4 +- .../repositories/payment-method.repository.ts | 0 .../repositories/payment.repository.ts | 0 .../services/payment-method.service.ts | 0 .../services/payments.service.ts | 10 +- .../controllers/category.controller.ts | 0 .../product/controllers/food.controller.ts | 126 + .../{foods => product}/crone/food.crone.ts | 8 +- .../dto/create-category.dto.ts | 0 .../{foods => product}/dto/create-food.dto.ts | 4 +- .../{foods => product}/dto/find-foods.dto.ts | 2 +- .../dto/update-category.dto.ts | 0 src/modules/product/dto/update-food.dto.ts | 4 + .../entities/category.entity.ts | 6 +- .../entities/favorite.entity.ts | 10 +- .../entities/food.entity.ts | 12 +- src/modules/{foods => product}/food.module.ts | 22 +- .../interface/food.interface.ts | 0 .../providers/category.service.ts | 10 +- .../providers/food.service.ts | 138 +- .../repositories/category.repository.ts | 0 .../repositories/food.repository.ts | 20 +- .../roles/providers/permissions.service.ts | 2 +- src/modules/roles/roles.module.ts | 4 +- .../controllers/users.controller.ts | 0 .../dto/create-user-address.dto.ts | 0 .../dto/create-wallet-transaction.dto.ts | 0 .../{users => user}/dto/find-user.dto.ts | 0 .../dto/find-wallet-transactions.dto.ts | 0 .../dto/update-user-address.dto.ts | 0 .../{users => user}/dto/update-user.dto.ts | 0 .../entities/point-transaction.entity.ts | 0 .../entities/user-address.entity.ts | 0 .../{users => user}/entities/user.entity.ts | 4 +- .../entities/wallet-transaction.entity.ts | 0 .../{users => user}/interface/point.ts | 0 .../{users => user}/interface/wallet.ts | 0 .../{users => user}/providers/user.service.ts | 2 +- .../providers/wallet.service.ts | 0 .../point-transaction.repository.ts | 0 .../repositories/user.repository.ts | 0 .../wallet-transaction.repository.ts | 0 src/modules/{users => user}/user.module.ts | 0 src/modules/{utils => util}/cache.service.ts | 0 src/modules/{utils => util}/phone.util.ts | 0 src/modules/{utils => util}/sanitize.util.ts | 0 src/modules/{utils => util}/utils.module.ts | 0 src/seeders/DatabaseSeeder.ts | 12 +- src/seeders/admins.seeder.ts | 2 +- src/seeders/categories.seeder.ts | 395 - src/seeders/data/categories.data.ts | 848 +- src/seeders/data/foods.data.ts | 1844 +- .../data/notification-preferences.data.ts | 2 +- src/seeders/data/payment-methods.data.ts | 2 +- src/seeders/data/restaurants.data.ts | 919 - src/seeders/data/roles.data.ts | 4 +- src/seeders/foods.seeder.ts | 52 +- src/seeders/inventory.seeder.ts | 12 +- .../notification-preferences.seeder.ts | 2 +- src/seeders/notifications.seeder.ts | 6 +- src/seeders/payment-methods.seeder.ts | 2 +- src/seeders/user-wallets.seeder.ts | 6 +- src/seeders/users.seeder.ts | 6 +- 150 files changed, 1853 insertions(+), 96521 deletions(-) delete mode 100644 dump/README_icons.md delete mode 100644 dump/dmenu_db.foodcategories.json delete mode 100644 dump/dmenu_db.foods.json delete mode 100644 dump/dmenu_db.storeinfos.json delete mode 100755 dump/dump-icons.sh delete mode 100644 dump/icon_viewer.html delete mode 100644 dump/icons.csv delete mode 100644 dump/icons_dump_20251224_233800.sql delete mode 100644 dump/named_icons.csv delete mode 100644 dump/populate_icon_names.js delete mode 100755 dump/restore-icons.sh delete mode 100644 src/modules/delivery/controllers/delivery.controller.ts delete mode 100644 src/modules/delivery/delivery.module.ts delete mode 100644 src/modules/delivery/dto/create-delivery.dto.ts delete mode 100644 src/modules/delivery/dto/update-delivery.dto.ts delete mode 100644 src/modules/delivery/entities/delivery.entity.ts delete mode 100644 src/modules/delivery/interface/delivery.ts delete mode 100644 src/modules/delivery/providers/delivery.service.ts delete mode 100644 src/modules/delivery/repositories/delivery.repository.ts delete mode 100644 src/modules/foods/controllers/food.controller.ts delete mode 100644 src/modules/foods/dto/update-food.dto.ts rename src/modules/{notifications => notification}/constants/queue.ts (100%) rename src/modules/{notifications => notification}/controllers/notifications.controller.ts (100%) rename src/modules/{notifications => notification}/crone/notification.crone.ts (100%) rename src/modules/{notifications => notification}/decorators/ws-rest-id.decorator.ts (100%) rename src/modules/{notifications => notification}/dto/create-notification.dto.ts (100%) rename src/modules/{notifications => notification}/dto/create-preference.dto.ts (100%) rename src/modules/{notifications => notification}/dto/send-notification.dto.ts (100%) rename src/modules/{notifications => notification}/dto/update-preference.dto.ts (100%) rename src/modules/{notifications => notification}/entities/notification-preference.entity.ts (100%) rename src/modules/{notifications => notification}/entities/notification.entity.ts (93%) rename src/modules/{notifications => notification}/entities/smsLogs.entity.ts (100%) rename src/modules/{notifications => notification}/events/sms.events.ts (100%) rename src/modules/{notifications => notification}/guards/ws-admin-auth.guard.ts (100%) rename src/modules/{notifications => notification}/interfaces/jobs-queue.interface.ts (100%) rename src/modules/{notifications => notification}/interfaces/notification.interface.ts (100%) rename src/modules/{notifications => notification}/interfaces/sms.ts (100%) rename src/modules/{notifications => notification}/listeners/sms.listeners.ts (100%) rename src/modules/{notifications => notification}/notifications.gateway.ts (100%) rename src/modules/{notifications => notification}/notifications.module.ts (95%) rename src/modules/{notifications => notification}/processors/in-app.processor.ts (100%) rename src/modules/{notifications => notification}/processors/push.processor.ts (100%) rename src/modules/{notifications => notification}/processors/sms.processor.ts (97%) rename src/modules/{notifications => notification}/repositories/sms-log.repository.ts (100%) rename src/modules/{notifications => notification}/services/notification-preference.service.ts (100%) rename src/modules/{notifications => notification}/services/notification-queue.service.ts (100%) rename src/modules/{notifications => notification}/services/notification.service.ts (100%) rename src/modules/{notifications => notification}/services/push-notification.service.ts (100%) rename src/modules/{notifications => notification}/services/sms.service.ts (100%) rename src/modules/{orders => order}/controllers/orders.controller.ts (94%) rename src/modules/{orders => order}/crone/order.crone.ts (95%) rename src/modules/{orders => order}/dto/find-orders.dto.ts (96%) rename src/modules/{orders => order}/dto/update-order-status.dto.ts (100%) rename src/modules/{orders => order}/dto/update-order.dto.ts (100%) rename src/modules/{orders => order}/entities/order-item.entity.ts (81%) rename src/modules/{orders => order}/entities/order.entity.ts (94%) rename src/modules/{orders => order}/events/order.events.ts (100%) rename src/modules/{orders => order}/interface/order.interface.ts (100%) rename src/modules/{orders => order}/listeners/order.listeners.ts (95%) rename src/modules/{orders => order}/orders.module.ts (71%) rename src/modules/{orders => order}/providers/orders.service.ts (89%) rename src/modules/{orders => order}/repositories/order.repository.ts (81%) rename src/modules/{payments => payment}/controllers/payments.controller.ts (100%) rename src/modules/{payments => payment}/dto/create-payment-method.dto.ts (100%) rename src/modules/{payments => payment}/dto/payment-chart.dto.ts (100%) rename src/modules/{payments => payment}/dto/update-payment-method.dto.ts (100%) rename src/modules/{payments => payment}/dto/update-payment.dto.ts (100%) rename src/modules/{payments => payment}/dto/verify-payment.dto.ts (100%) rename src/modules/{payments => payment}/entities/payment-method.entity.ts (100%) rename src/modules/{payments => payment}/entities/payment.entity.ts (95%) rename src/modules/{payments => payment}/events/payment.events.ts (100%) rename src/modules/{payments => payment}/gateways/gateway.manager.ts (100%) rename src/modules/{payments => payment}/gateways/zarinpal.gateway.ts (100%) rename src/modules/{payments => payment}/interface/gateway.ts (100%) rename src/modules/{payments => payment}/interface/payment.ts (90%) rename src/modules/{payments => payment}/listeners/payment.listeners.ts (96%) rename src/modules/{payments => payment}/payments.module.ts (92%) rename src/modules/{payments => payment}/repositories/payment-method.repository.ts (100%) rename src/modules/{payments => payment}/repositories/payment.repository.ts (100%) rename src/modules/{payments => payment}/services/payment-method.service.ts (100%) rename src/modules/{payments => payment}/services/payments.service.ts (97%) rename src/modules/{foods => product}/controllers/category.controller.ts (100%) create mode 100644 src/modules/product/controllers/food.controller.ts rename src/modules/{foods => product}/crone/food.crone.ts (84%) rename src/modules/{foods => product}/dto/create-category.dto.ts (100%) rename src/modules/{foods => product}/dto/create-food.dto.ts (96%) rename src/modules/{foods => product}/dto/find-foods.dto.ts (96%) rename src/modules/{foods => product}/dto/update-category.dto.ts (100%) create mode 100644 src/modules/product/dto/update-food.dto.ts rename src/modules/{foods => product}/entities/category.entity.ts (82%) rename src/modules/{foods => product}/entities/favorite.entity.ts (53%) rename src/modules/{foods => product}/entities/food.entity.ts (86%) rename src/modules/{foods => product}/food.module.ts (50%) rename src/modules/{foods => product}/interface/food.interface.ts (100%) rename src/modules/{foods => product}/providers/category.service.ts (93%) rename src/modules/{foods => product}/providers/food.service.ts (57%) rename src/modules/{foods => product}/repositories/category.repository.ts (100%) rename src/modules/{foods => product}/repositories/food.repository.ts (70%) rename src/modules/{users => user}/controllers/users.controller.ts (100%) rename src/modules/{users => user}/dto/create-user-address.dto.ts (100%) rename src/modules/{users => user}/dto/create-wallet-transaction.dto.ts (100%) rename src/modules/{users => user}/dto/find-user.dto.ts (100%) rename src/modules/{users => user}/dto/find-wallet-transactions.dto.ts (100%) rename src/modules/{users => user}/dto/update-user-address.dto.ts (100%) rename src/modules/{users => user}/dto/update-user.dto.ts (100%) rename src/modules/{users => user}/entities/point-transaction.entity.ts (100%) rename src/modules/{users => user}/entities/user-address.entity.ts (100%) rename src/modules/{users => user}/entities/user.entity.ts (91%) rename src/modules/{users => user}/entities/wallet-transaction.entity.ts (100%) rename src/modules/{users => user}/interface/point.ts (100%) rename src/modules/{users => user}/interface/wallet.ts (100%) rename src/modules/{users => user}/providers/user.service.ts (99%) rename src/modules/{users => user}/providers/wallet.service.ts (100%) rename src/modules/{users => user}/repositories/point-transaction.repository.ts (100%) rename src/modules/{users => user}/repositories/user.repository.ts (100%) rename src/modules/{users => user}/repositories/wallet-transaction.repository.ts (100%) rename src/modules/{users => user}/user.module.ts (100%) rename src/modules/{utils => util}/cache.service.ts (100%) rename src/modules/{utils => util}/phone.util.ts (100%) rename src/modules/{utils => util}/sanitize.util.ts (100%) rename src/modules/{utils => util}/utils.module.ts (100%) delete mode 100644 src/seeders/categories.seeder.ts delete mode 100644 src/seeders/data/restaurants.data.ts diff --git a/database/migrations/.snapshot-postgres.json b/database/migrations/.snapshot-postgres.json index c5c67b1..613ad2f 100644 --- a/database/migrations/.snapshot-postgres.json +++ b/database/migrations/.snapshot-postgres.json @@ -1742,8 +1742,8 @@ "default": "true", "mappedType": "boolean" }, - "food_categories": { - "name": "food_categories", + "product_categories": { + "name": "product_categories", "type": "jsonb", "unsigned": false, "autoincrement": false, @@ -1751,8 +1751,8 @@ "nullable": true, "mappedType": "json" }, - "foods": { - "name": "foods", + "products": { + "name": "products", "type": "jsonb", "unsigned": false, "autoincrement": false, @@ -2404,11 +2404,11 @@ "mappedType": "boolean" } }, - "name": "foods", + "name": "products", "schema": "public", "indexes": [ { - "keyName": "foods_created_at_index", + "keyName": "products_created_at_index", "columnNames": [ "created_at" ], @@ -2418,7 +2418,7 @@ "unique": false }, { - "keyName": "foods_deleted_at_index", + "keyName": "products_deleted_at_index", "columnNames": [ "deleted_at" ], @@ -2428,7 +2428,7 @@ "unique": false }, { - "keyName": "foods_is_active_index", + "keyName": "products_is_active_index", "columnNames": [ "is_active" ], @@ -2438,7 +2438,7 @@ "unique": false }, { - "keyName": "foods_category_id_is_active_index", + "keyName": "products_category_id_is_active_index", "columnNames": [ "category_id", "is_active" @@ -2449,7 +2449,7 @@ "unique": false }, { - "keyName": "foods_restaurant_id_is_active_index", + "keyName": "products_restaurant_id_is_active_index", "columnNames": [ "restaurant_id", "is_active" @@ -2460,7 +2460,7 @@ "unique": false }, { - "keyName": "foods_pkey", + "keyName": "products_pkey", "columnNames": [ "id" ], @@ -2472,24 +2472,24 @@ ], "checks": [], "foreignKeys": { - "foods_restaurant_id_foreign": { - "constraintName": "foods_restaurant_id_foreign", + "products_restaurant_id_foreign": { + "constraintName": "products_restaurant_id_foreign", "columnNames": [ "restaurant_id" ], - "localTableName": "public.foods", + "localTableName": "public.products", "referencedColumnNames": [ "id" ], "referencedTableName": "public.restaurants", "updateRule": "cascade" }, - "foods_category_id_foreign": { - "constraintName": "foods_category_id_foreign", + "products_category_id_foreign": { + "constraintName": "products_category_id_foreign", "columnNames": [ "category_id" ], - "localTableName": "public.foods", + "localTableName": "public.products", "referencedColumnNames": [ "id" ], @@ -2543,8 +2543,8 @@ "length": 6, "mappedType": "datetime" }, - "food_id": { - "name": "food_id", + "product_id": { + "name": "product_id", "type": "char(26)", "unsigned": false, "autoincrement": false, @@ -2577,10 +2577,10 @@ "indexes": [ { "columnNames": [ - "food_id" + "product_id" ], "composite": false, - "keyName": "inventory_food_id_unique", + "keyName": "inventory_product_id_unique", "constraint": true, "primary": false, "unique": true @@ -2618,16 +2618,16 @@ ], "checks": [], "foreignKeys": { - "inventory_food_id_foreign": { - "constraintName": "inventory_food_id_foreign", + "inventory_product_id_foreign": { + "constraintName": "inventory_product_id_foreign", "columnNames": [ - "food_id" + "product_id" ], "localTableName": "public.inventory", "referencedColumnNames": [ "id" ], - "referencedTableName": "public.foods", + "referencedTableName": "public.products", "deleteRule": "cascade", "updateRule": "cascade" } @@ -4288,8 +4288,8 @@ "length": 26, "mappedType": "character" }, - "food_id": { - "name": "food_id", + "product_id": { + "name": "product_id", "type": "char(26)", "unsigned": false, "autoincrement": false, @@ -4405,9 +4405,9 @@ "unique": false }, { - "keyName": "reviews_food_id_status_index", + "keyName": "reviews_product_id_status_index", "columnNames": [ - "food_id", + "product_id", "status" ], "composite": true, @@ -4416,10 +4416,10 @@ "unique": false }, { - "keyName": "reviews_order_id_food_id_user_id_unique", + "keyName": "reviews_order_id_product_id_user_id_unique", "columnNames": [ "order_id", - "food_id", + "product_id", "user_id" ], "composite": true, @@ -4452,16 +4452,16 @@ "referencedTableName": "public.orders", "updateRule": "cascade" }, - "reviews_food_id_foreign": { - "constraintName": "reviews_food_id_foreign", + "reviews_product_id_foreign": { + "constraintName": "reviews_product_id_foreign", "columnNames": [ - "food_id" + "product_id" ], "localTableName": "public.reviews", "referencedColumnNames": [ "id" ], - "referencedTableName": "public.foods", + "referencedTableName": "public.products", "updateRule": "cascade" }, "reviews_user_id_foreign": { @@ -4780,8 +4780,8 @@ "length": 26, "mappedType": "character" }, - "food_id": { - "name": "food_id", + "product_id": { + "name": "product_id", "type": "char(26)", "unsigned": false, "autoincrement": false, @@ -4858,9 +4858,9 @@ "unique": false }, { - "keyName": "order_items_food_id_index", + "keyName": "order_items_product_id_index", "columnNames": [ - "food_id" + "product_id" ], "composite": false, "constraint": false, @@ -4902,16 +4902,16 @@ "referencedTableName": "public.orders", "updateRule": "cascade" }, - "order_items_food_id_foreign": { - "constraintName": "order_items_food_id_foreign", + "order_items_product_id_foreign": { + "constraintName": "order_items_product_id_foreign", "columnNames": [ - "food_id" + "product_id" ], "localTableName": "public.order_items", "referencedColumnNames": [ "id" ], - "referencedTableName": "public.foods", + "referencedTableName": "public.products", "updateRule": "cascade" } }, @@ -5159,8 +5159,8 @@ "length": 26, "mappedType": "character" }, - "food_id": { - "name": "food_id", + "product_id": { + "name": "product_id", "type": "char(26)", "unsigned": false, "autoincrement": false, @@ -5194,10 +5194,10 @@ "unique": false }, { - "keyName": "favorites_user_id_food_id_unique", + "keyName": "favorites_user_id_product_id_unique", "columnNames": [ "user_id", - "food_id" + "product_id" ], "composite": true, "constraint": true, @@ -5229,16 +5229,16 @@ "referencedTableName": "public.users", "updateRule": "cascade" }, - "favorites_food_id_foreign": { - "constraintName": "favorites_food_id_foreign", + "favorites_product_id_foreign": { + "constraintName": "favorites_product_id_foreign", "columnNames": [ - "food_id" + "product_id" ], "localTableName": "public.favorites", "referencedColumnNames": [ "id" ], - "referencedTableName": "public.foods", + "referencedTableName": "public.products", "updateRule": "cascade" } }, @@ -5650,4 +5650,4 @@ } ], "nativeEnums": {} -} +} \ No newline at end of file diff --git a/dump/README_icons.md b/dump/README_icons.md deleted file mode 100644 index 6e870d9..0000000 --- a/dump/README_icons.md +++ /dev/null @@ -1,41 +0,0 @@ -# Icon Naming Process - -## Files Created: -- `icons.csv` - Updated with "icon_name" column -- `icon_viewer.html` - Web interface to view and name icons -- `populate_icon_names.js` - Script to add names to CSV - -## Step-by-Step Process: - -### 1. View the Icons -- Open `icon_viewer.html` in your web browser -- You'll see all 138 icons in a grid layout -- Each icon shows its number and has an input field for naming - -### 2. Name the Icons -- Look at each icon and enter appropriate names in the input fields -- The progress counter shows how many you've named -- Names should be descriptive (e.g., "hamburger", "pizza", "coffee", "delivery") - -### 3. Export Named Icons (Optional) -- Click "Export Named Icons" to download a CSV of only the named icons -- This helps you review your naming before finalizing - -### 4. Update the Main CSV -- Edit `populate_icon_names.js` -- Replace the placeholder names in the `iconNames` array with your actual names -- Run the script: `node populate_icon_names.js` - -## Example Icon Names: -- Food items: "pizza", "burger", "pasta", "salad" -- Drinks: "coffee", "soda", "juice", "beer" -- Categories: "fast_food", "italian", "asian", "desserts" -- Actions: "delivery", "pickup", "favorite", "cart" - -## Tips: -- Use consistent naming conventions (snake_case or camelCase) -- Keep names short but descriptive -- Group similar icons with consistent prefixes if applicable -- Review all names before running the populate script - -The final CSV will have all original columns plus the new "icon_name" column with your custom names. diff --git a/dump/dmenu_db.foodcategories.json b/dump/dmenu_db.foodcategories.json deleted file mode 100644 index 4eac54b..0000000 --- a/dump/dmenu_db.foodcategories.json +++ /dev/null @@ -1,7992 +0,0 @@ -[{ - "_id": { - "$oid": "61a5ff69fe9cee131085690e" - }, - "name": "sd", - "icon": "chicken-fry", - "index": 1, - "storeId": { - "$oid": "61a3664d37a0d33354a6d216" - }, - "created_at": { - "$date": "2021-11-30T10:39:37.977Z" - }, - "updated_at": { - "$date": "2021-11-30T10:39:37.977Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61a7605dd5c3921920048303" - }, - "name": "پاستا", - "icon": "noodles", - "index": 7, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-01T11:45:33.006Z" - }, - "updated_at": { - "$date": "2025-12-07T11:00:00.448Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "name": "پیتزا ایتالیایی", - "icon": "pizza", - "index": 2, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-04T17:24:43.141Z" - }, - "updated_at": { - "$date": "2025-12-07T10:45:12.802Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "name": "پیتزا امریکایی", - "icon": "pizza", - "index": 1, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-04T17:25:05.047Z" - }, - "updated_at": { - "$date": "2025-12-07T10:40:18.165Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ac5f9b26d2e0e4fbd9b3fe" - }, - "name": "استیک", - "icon": "steak", - "index": 5, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T06:43:39.852Z" - }, - "updated_at": { - "$date": "2025-12-07T10:47:04.964Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ac5fcb26d2e0e4fbd9b409" - }, - "name": "غذاهای گریل و فرنگی", - "icon": "restaurant", - "index": 8, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T06:44:27.732Z" - }, - "updated_at": { - "$date": "2025-12-07T11:00:49.241Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ac5ff726d2e0e4fbd9b424" - }, - "name": "ساندویچ و برگر", - "icon": "burger", - "index": 4, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T06:45:11.513Z" - }, - "updated_at": { - "$date": "2025-12-07T10:46:04.984Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ac602726d2e0e4fbd9b43f" - }, - "name": "سوخاری", - "icon": "chicken-fry", - "index": 3, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T06:45:59.736Z" - }, - "updated_at": { - "$date": "2025-12-07T10:45:32.720Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ac606626d2e0e4fbd9b45a" - }, - "name": "سالاد", - "icon": "Asset1512", - "index": 9, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T06:47:02.961Z" - }, - "updated_at": { - "$date": "2025-12-07T11:01:07.393Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ac607926d2e0e4fbd9b465" - }, - "name": "پیش غذا", - "icon": "french-fries", - "index": 10, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T06:47:21.897Z" - }, - "updated_at": { - "$date": "2025-12-07T11:02:54.902Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ac60cdabb1b20239abe5bd" - }, - "name": "نوشیدنی ها", - "icon": "cola", - "index": 11, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T06:48:45.139Z" - }, - "updated_at": { - "$date": "2025-12-07T10:58:20.692Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61b1a16afc1eece3d7626360" - }, - "name": "قهوه ", - "icon": "tea", - "index": 15, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T06:25:46.269Z" - }, - "updated_at": { - "$date": "2025-12-07T11:13:40.749Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61b1a1a2fc1eece3d7626383" - }, - "name": "موهیتو بار", - "icon": "juice", - "index": 13, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T06:26:42.399Z" - }, - "updated_at": { - "$date": "2025-12-07T11:10:16.746Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61b1a1befc1eece3d7626390" - }, - "name": "اسموتی و شیک ها ", - "icon": "juice", - "index": 20, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T06:27:10.686Z" - }, - "updated_at": { - "$date": "2025-12-07T11:09:12.119Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61b1a1e0fc1eece3d762639b" - }, - "name": "کیک و دسر", - "icon": "cup-cake", - "index": 23, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T06:27:44.266Z" - }, - "updated_at": { - "$date": "2025-12-07T11:18:37.180Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "name": "نوشیدنی های گرم", - "icon": "Asset212", - "index": 1, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T08:53:28.397Z" - }, - "updated_at": { - "$date": "2022-02-16T11:20:02.737Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61d2c0ae5c48ecb13a43f39f" - }, - "name": "شیک ها", - "icon": "Asset1112", - "index": 2, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:23:58.879Z" - }, - "updated_at": { - "$date": "2022-02-16T11:20:11.041Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61d2c1e85c48ecb13a43f49e" - }, - "name": "کیک ها", - "icon": "Asset1412", - "index": 3, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:29:12.500Z" - }, - "updated_at": { - "$date": "2022-02-16T11:20:20.879Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61d2c25e5c48ecb13a43f506" - }, - "name": "شربت ها ", - "icon": "Asset1212", - "index": 4, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:31:10.089Z" - }, - "updated_at": { - "$date": "2022-02-16T11:20:54.961Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "name": "دمنوش ها", - "icon": "Asset212", - "index": 5, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:35:25.588Z" - }, - "updated_at": { - "$date": "2022-02-16T11:21:18.039Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61d5519955249f031c7e5d1b" - }, - "name": "test", - "icon": "coffee-pot", - "index": 1, - "storeId": { - "$oid": "61d2ab31fa054b3d183cfd06" - }, - "created_at": { - "$date": "2022-01-05T08:06:49.547Z" - }, - "updated_at": { - "$date": "2022-01-05T08:06:49.547Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61d551a655249f031c7e5d22" - }, - "name": "test2", - "icon": "chicken-fry", - "index": 2, - "storeId": { - "$oid": "61d2ab31fa054b3d183cfd06" - }, - "created_at": { - "$date": "2022-01-05T08:07:02.118Z" - }, - "updated_at": { - "$date": "2022-01-05T08:07:02.118Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3d3d4a8d41eae80b0cf0" - }, - "name": "صبحانه", - "icon": "culinary", - "index": 1, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:46:37.735Z" - }, - "updated_at": { - "$date": "2022-01-24T05:47:17.693Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3d534a8d41eae80b0cfb" - }, - "name": "سیب زمینی ها", - "icon": "french-fries", - "index": 2, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:46:59.704Z" - }, - "updated_at": { - "$date": "2022-01-24T05:46:59.704Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3db44a8d41eae80b0d16" - }, - "name": "پیش غذا و سالادها ", - "icon": "soup-bowl", - "index": 3, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:48:36.912Z" - }, - "updated_at": { - "$date": "2022-01-24T05:48:36.912Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3dcb4a8d41eae80b0d21" - }, - "name": "غذاهای اصلی ", - "icon": "burger", - "index": 4, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:48:59.392Z" - }, - "updated_at": { - "$date": "2022-01-24T05:53:47.264Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3ddf4a8d41eae80b0d2c" - }, - "name": "کوکی و دسرها (آیتم ها به تعداد محدود در روز موجود می‌باشد )", - "icon": "cup-cake", - "index": 5, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:49:19.030Z" - }, - "updated_at": { - "$date": "2022-01-24T05:49:19.030Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3df34a8d41eae80b0d37" - }, - "name": "موکتل های ایرانی و ملل ", - "icon": "juice", - "index": 6, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:49:39.544Z" - }, - "updated_at": { - "$date": "2022-01-24T05:49:39.544Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3e164a8d41eae80b0d44" - }, - "name": "شیک ها ", - "icon": "soft-drinks", - "index": 7, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:50:14.214Z" - }, - "updated_at": { - "$date": "2022-01-24T05:50:14.214Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "name": "نوشیدنی های گرم بر پایه اسپرسو ", - "icon": "tea", - "index": 8, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:50:40.589Z" - }, - "updated_at": { - "$date": "2022-01-24T05:50:40.589Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "name": "نوشیدنی های سرد بر پایه اسپرسو ", - "icon": "coffee-cup", - "index": 9, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:51:25.721Z" - }, - "updated_at": { - "$date": "2022-01-24T05:51:25.721Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3e6c4a8d41eae80b0d65" - }, - "name": "نوشیدنی های گرم ملل ", - "icon": "tea", - "index": 10, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:51:40.958Z" - }, - "updated_at": { - "$date": "2022-01-24T05:51:40.958Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3e794a8d41eae80b0d70" - }, - "name": "چای های ایرانی ", - "icon": "tea-pot", - "index": 11, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:51:53.062Z" - }, - "updated_at": { - "$date": "2022-01-24T05:51:53.062Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3f954a8d41eae80b0e1c" - }, - "name": "دمنوش ها ", - "icon": "tea-pot", - "index": 12, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:56:37.101Z" - }, - "updated_at": { - "$date": "2022-01-24T05:56:37.101Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3f9e4a8d41eae80b0e27" - }, - "name": "قهوه های شنی ", - "icon": "tea", - "index": 13, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:56:46.479Z" - }, - "updated_at": { - "$date": "2022-01-24T05:56:46.479Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3fab4a8d41eae80b0e32" - }, - "name": "کلد برو ", - "icon": "tea", - "index": 14, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:56:59.988Z" - }, - "updated_at": { - "$date": "2022-01-24T05:56:59.988Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee3fbd4a8d41eae80b0e3d" - }, - "name": "متدهای موج سوم", - "icon": "tea", - "index": 15, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T05:57:17.699Z" - }, - "updated_at": { - "$date": "2022-01-24T05:57:17.699Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee40f54a8d41eae80b0e4a" - }, - "name": "آپشنال ", - "icon": "restaurant", - "index": 16, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:02:29.445Z" - }, - "updated_at": { - "$date": "2022-01-24T06:02:29.445Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61fa87da01319e8e5cfe836f" - }, - "name": "نوشیدنی", - "icon": "cola", - "index": 18, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T13:32:10.070Z" - }, - "updated_at": { - "$date": "2022-02-02T13:32:10.070Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b1de1ee4b0270db4b2fb" - }, - "name": "خوراک ها", - "icon": "restaurant", - "index": 1, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:21:50.529Z" - }, - "updated_at": { - "$date": "2022-02-09T13:23:07.187Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b2531ee4b0270db4b30a" - }, - "name": "چاشنی ها", - "icon": "soup-bowl", - "index": 2, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:23:47.657Z" - }, - "updated_at": { - "$date": "2022-02-09T12:24:08.629Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b27d1ee4b0270db4b32b" - }, - "name": "نوشیدنی های خنک", - "icon": "soft-drinks", - "index": 3, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:24:29.739Z" - }, - "updated_at": { - "$date": "2022-02-09T12:24:29.739Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203c0641ee4b0270db4b517" - }, - "name": "دسر ها", - "icon": "cup-cake", - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T13:23:48.348Z" - }, - "updated_at": { - "$date": "2022-02-09T13:23:48.348Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "name": "پیش غذا ", - "icon": "Asset1512", - "index": 2, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-12T12:01:46.410Z" - }, - "updated_at": { - "$date": "2023-02-03T18:36:48.091Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6207a1c11ee4b0270db4c3da" - }, - "name": "پیتزا آمریکایی", - "icon": "Asset2212", - "index": 4, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-12T12:02:09.821Z" - }, - "updated_at": { - "$date": "2023-02-03T18:37:24.175Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6207a1e81ee4b0270db4c3e5" - }, - "name": "پیتزا ایتالیایی ", - "icon": "Asset2212", - "index": 3, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-12T12:02:48.822Z" - }, - "updated_at": { - "$date": "2022-02-14T09:09:28.860Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6207a1f81ee4b0270db4c3ef" - }, - "name": "پاستا ", - "icon": "Asset1312", - "index": 6, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-12T12:03:04.961Z" - }, - "updated_at": { - "$date": "2023-02-03T18:38:02.755Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6207a2141ee4b0270db4c3f8" - }, - "name": "ناهار بوته", - "icon": "Asset912", - "index": 8, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-12T12:03:32.871Z" - }, - "updated_at": { - "$date": "2023-02-03T18:38:27.963Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6207a2421ee4b0270db4c40b" - }, - "name": "غذای اصلی", - "icon": "Asset2112", - "index": 5, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-12T12:04:18.008Z" - }, - "updated_at": { - "$date": "2023-02-03T18:37:40.557Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6207a2681ee4b0270db4c429" - }, - "name": "ساندویچ", - "icon": "Asset1612", - "index": 7, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-12T12:04:56.309Z" - }, - "updated_at": { - "$date": "2023-02-03T18:34:54.168Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6207a2c31ee4b0270db4c43c" - }, - "name": "اسپرسو بار", - "icon": "Asset212", - "index": 15, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-12T12:06:27.299Z" - }, - "updated_at": { - "$date": "2024-09-19T16:54:18.322Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6207a2d91ee4b0270db4c445" - }, - "name": "دمی بار", - "icon": "Asset212", - "index": 16, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-12T12:06:49.648Z" - }, - "updated_at": { - "$date": "2024-09-21T13:36:05.411Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6207a2ee1ee4b0270db4c44f" - }, - "name": "هاوس آف تی", - "icon": "Asset612", - "index": 17, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-12T12:07:10.371Z" - }, - "updated_at": { - "$date": "2024-09-21T13:24:59.657Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6207a2fd1ee4b0270db4c458" - }, - "name": "امریکن استایل", - "icon": "Asset212", - "index": 18, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-12T12:07:25.307Z" - }, - "updated_at": { - "$date": "2024-09-21T13:35:21.273Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6208a93b1ee4b0270db4c715" - }, - "name": "کیک و دسر", - "icon": "Asset1412", - "index": 25, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T06:46:19.419Z" - }, - "updated_at": { - "$date": "2024-09-21T13:16:00.989Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6208a9511ee4b0270db4c722" - }, - "name": "آیس کافی", - "icon": "Asset712", - "index": 14, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T06:46:41.889Z" - }, - "updated_at": { - "$date": "2024-09-21T13:34:49.605Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6208a9671ee4b0270db4c72b" - }, - "name": "ماکتل بار", - "icon": "juice", - "index": 10, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T06:47:03.539Z" - }, - "updated_at": { - "$date": "2024-09-19T16:36:43.402Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6208a97b1ee4b0270db4c734" - }, - "name": "ژلاتو میلک شیک", - "icon": "Asset1112", - "index": 12, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T06:47:23.287Z" - }, - "updated_at": { - "$date": "2024-09-19T16:38:17.917Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "name": "نوشیدنی های گرم ", - "icon": "Asset212", - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T08:43:55.703Z" - }, - "updated_at": { - "$date": "2022-02-14T11:36:44.298Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "name": "نوشیدنی های سرد ", - "icon": "Asset712", - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T08:46:16.469Z" - }, - "updated_at": { - "$date": "2022-02-13T08:46:16.469Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6208c57e2cf0cf6959b13cb4" - }, - "name": "صبحانه ", - "icon": "Asset412", - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T08:46:54.033Z" - }, - "updated_at": { - "$date": "2022-02-13T08:46:54.033Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "name": "میان وعده", - "icon": "Asset1712", - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T08:47:53.852Z" - }, - "updated_at": { - "$date": "2022-02-13T08:47:53.852Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "name": "بستنی", - "icon": "Asset812", - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T08:48:10.929Z" - }, - "updated_at": { - "$date": "2022-02-13T08:48:10.929Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6208c5e32cf0cf6959b13cdc" - }, - "name": "شیک", - "icon": "Asset1112", - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T08:48:35.921Z" - }, - "updated_at": { - "$date": "2022-02-13T08:48:35.921Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6211ff10c647562f307ebada" - }, - "name": "test", - "icon": "Asset712", - "index": 1, - "storeId": { - "$oid": "61f7db200f1d12950f8ba1c9" - }, - "created_at": { - "$date": "2022-02-20T08:42:56.089Z" - }, - "updated_at": { - "$date": "2022-03-21T12:28:28.663Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "621202be7d3b1d322849e684" - }, - "name": "test2", - "icon": "Asset412", - "index": 2, - "storeId": { - "$oid": "61f7db200f1d12950f8ba1c9" - }, - "created_at": { - "$date": "2022-02-20T08:58:38.879Z" - }, - "updated_at": { - "$date": "2022-02-20T08:58:38.879Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6215e29cee45f61f3a696e71" - }, - "name": "پیتزا ایتالیایی ", - "icon": "Asset2212", - "index": 1, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T07:30:36.627Z" - }, - "updated_at": { - "$date": "2022-02-24T06:54:47.309Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6215e2d2ee45f61f3a696e7b" - }, - "name": "پیتزا آمریکایی ", - "icon": "Asset2212", - "index": 2, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T07:31:30.275Z" - }, - "updated_at": { - "$date": "2022-02-24T06:54:36.079Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6215f665ee45f61f3a69723d" - }, - "name": "پاستاها", - "icon": "Asset1312", - "index": 3, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T08:55:01.698Z" - }, - "updated_at": { - "$date": "2022-02-24T06:55:06.769Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6215f9c1ee45f61f3a69728c" - }, - "name": "استیک ها", - "icon": "Asset1012", - "index": 5, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T09:09:21.026Z" - }, - "updated_at": { - "$date": "2022-02-24T06:55:44.606Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6215fe09ee45f61f3a69731e" - }, - "name": "برگرها", - "icon": "Asset112", - "index": 4, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T09:27:37.972Z" - }, - "updated_at": { - "$date": "2022-02-24T06:55:19.939Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62161535ee45f61f3a69741c" - }, - "name": "ایرانی", - "icon": "Asset912", - "index": 6, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T11:06:29.699Z" - }, - "updated_at": { - "$date": "2022-06-09T16:13:16.211Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "621e6021a03b80e0a44edd72" - }, - "name": "سالاد.", - "icon": "Asset1512", - "index": 8, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-01T18:04:17.680Z" - }, - "updated_at": { - "$date": "2022-03-01T18:04:48.817Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6225095ca03b80e0a44ef756" - }, - "name": "پیش غذا.", - "icon": "french-fries", - "index": 17, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-06T19:19:56.490Z" - }, - "updated_at": { - "$date": "2022-03-06T19:19:56.490Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62250c18a03b80e0a44ef7b2" - }, - "name": "نوشیدنی ها ", - "icon": "cola", - "index": 18, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-06T19:31:36.352Z" - }, - "updated_at": { - "$date": "2022-03-06T19:31:36.352Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62318f05a03b80e0a44f2d2f" - }, - "name": " پیش غذا", - "icon": "Asset412", - "index": 1, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2022-03-16T07:17:25.970Z" - }, - "updated_at": { - "$date": "2022-09-22T09:23:30.055Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62318f3ca03b80e0a44f2d4a" - }, - "name": "کباب ها ", - "icon": "Asset912", - "index": 3, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2022-03-16T07:18:20.878Z" - }, - "updated_at": { - "$date": "2022-09-22T09:27:24.502Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62379461c1bb048b321cd974" - }, - "name": "نوشیدنی گرم بر پایه اسپرسو", - "icon": "Asset212", - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-20T20:53:53.479Z" - }, - "updated_at": { - "$date": "2022-03-20T20:53:53.479Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62379490c1bb048b321cd980" - }, - "name": " نوشیدنی گرم ", - "icon": "Asset2012", - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-20T20:54:40.052Z" - }, - "updated_at": { - "$date": "2022-04-01T09:20:21.043Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6237949ec1bb048b321cd989" - }, - "name": "قهوه سرد", - "icon": "Asset712", - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-20T20:54:54.035Z" - }, - "updated_at": { - "$date": "2022-03-20T20:54:54.035Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "623794afc1bb048b321cd993" - }, - "name": " قهوه دمی", - "icon": "Asset1912", - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-20T20:55:11.527Z" - }, - "updated_at": { - "$date": "2022-03-20T20:55:11.527Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "623794dbc1bb048b321cd99d" - }, - "name": " میان وعده و دسر", - "icon": "Asset1412", - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-20T20:55:55.338Z" - }, - "updated_at": { - "$date": "2022-03-20T20:55:55.338Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f52d2ec44ae525a1522db" - }, - "name": "پیش غذاها", - "icon": "Asset2112", - "index": 8, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T06:57:22.402Z" - }, - "updated_at": { - "$date": "2022-06-06T16:46:34.034Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f5634ec44ae525a152397" - }, - "name": "ساندویچ و برگر", - "icon": "Asset112", - "index": 3, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T07:11:48.433Z" - }, - "updated_at": { - "$date": "2022-06-06T16:44:00.730Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f5657ec44ae525a1523a3" - }, - "name": "پیتزا امریکایی", - "icon": "Asset2212", - "index": 1, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T07:12:23.451Z" - }, - "updated_at": { - "$date": "2022-06-06T16:49:01.737Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "name": "پیتزا ایتالیایی", - "icon": "Asset2212", - "index": 2, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T07:12:36.903Z" - }, - "updated_at": { - "$date": "2022-06-06T16:44:25.413Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f5672ec44ae525a1523b5" - }, - "name": "پاستا", - "icon": "Asset1312", - "index": 5, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T07:12:50.161Z" - }, - "updated_at": { - "$date": "2022-05-14T07:12:50.161Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f5693ec44ae525a1523be" - }, - "name": "استیک", - "icon": "Asset1012", - "index": 4, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T07:13:23.599Z" - }, - "updated_at": { - "$date": "2022-06-06T16:46:07.234Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f56a4ec44ae525a1523c7" - }, - "name": "سوخاری", - "icon": "111", - "index": 7, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T07:13:40.613Z" - }, - "updated_at": { - "$date": "2022-05-14T07:13:40.613Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f56b2ec44ae525a1523d0" - }, - "name": "سالاد", - "icon": "Asset1512", - "index": 13, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T07:13:54.452Z" - }, - "updated_at": { - "$date": "2022-06-06T16:45:43.134Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f56c3ec44ae525a1523d9" - }, - "name": "بشقاب", - "icon": "Asset1712", - "index": 9, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T07:14:11.913Z" - }, - "updated_at": { - "$date": "2022-05-14T07:14:11.913Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f56fdec44ae525a1523e8" - }, - "name": "پیده", - "icon": "444", - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T07:15:09.804Z" - }, - "updated_at": { - "$date": "2022-05-14T07:15:09.804Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f5717ec44ae525a1523f1" - }, - "name": "خوراک", - "icon": "333", - "index": 10, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T07:15:35.054Z" - }, - "updated_at": { - "$date": "2022-05-14T07:15:35.054Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fe90bec44ae525a153778" - }, - "name": "کیک و دسر", - "icon": "cup-cake", - "index": 20, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-14T17:38:19.897Z" - }, - "updated_at": { - "$date": "2022-05-14T17:38:19.897Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fecc5ec44ae525a153875" - }, - "name": "اسپرسو بار", - "icon": "Asset212", - "index": 21, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-14T17:54:13.599Z" - }, - "updated_at": { - "$date": "2022-05-14T17:54:13.599Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627ff48fec44ae525a153a39" - }, - "name": "نوشیدنی های گرم", - "icon": "tea", - "index": 19, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-14T18:27:27.794Z" - }, - "updated_at": { - "$date": "2022-05-14T18:27:27.794Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62810c47d65610bd301c56ea" - }, - "name": "چای و دمنوش", - "icon": "Asset2012", - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T14:20:55.913Z" - }, - "updated_at": { - "$date": "2024-06-18T11:13:51.161Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628115c8d65610bd301c5837" - }, - "name": "آیس کافه", - "icon": "Asset712", - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T15:01:28.612Z" - }, - "updated_at": { - "$date": "2022-05-15T15:01:28.612Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628119add65610bd301c5919" - }, - "name": "میلک شیک", - "icon": "Asset1112", - "index": 12, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T15:18:05.513Z" - }, - "updated_at": { - "$date": "2022-05-15T15:18:05.513Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62811f18d65610bd301c5a4b" - }, - "name": "نوشیدی های سرد", - "icon": "Asset1212", - "index": 14, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T15:41:12.531Z" - }, - "updated_at": { - "$date": "2022-05-15T15:41:12.531Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62813302d65610bd301c5e57" - }, - "name": "قهوه های دمی.", - "icon": "Asset2012", - "index": 16, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T17:06:10.147Z" - }, - "updated_at": { - "$date": "2022-05-15T17:06:10.147Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815bddd65610bd301c653a" - }, - "name": "نوشیدنی گرم", - "icon": "Asset212", - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T20:00:29.217Z" - }, - "updated_at": { - "$date": "2022-05-15T20:00:29.217Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815bf1d65610bd301c6543" - }, - "name": "نوشیدنی سرد", - "icon": "Asset1212", - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T20:00:49.981Z" - }, - "updated_at": { - "$date": "2022-05-15T20:00:49.981Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815c51d65610bd301c6552" - }, - "name": "دسر و کیک", - "icon": "Asset1412", - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T20:02:25.787Z" - }, - "updated_at": { - "$date": "2022-05-15T20:02:25.787Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815c66d65610bd301c655b" - }, - "name": "بستنی", - "icon": "Asset1112", - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T20:02:46.870Z" - }, - "updated_at": { - "$date": "2022-05-15T20:02:46.870Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815c77d65610bd301c6564" - }, - "name": "دمنوش گیاهی", - "icon": "Asset1912", - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T20:03:03.557Z" - }, - "updated_at": { - "$date": "2022-05-15T20:03:03.557Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815caad65610bd301c656d" - }, - "name": "اسموتی", - "icon": "Asset1212", - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T20:03:54.883Z" - }, - "updated_at": { - "$date": "2022-05-15T20:03:54.883Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815cd3d65610bd301c657c" - }, - "name": "شیک", - "icon": "Asset1112", - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T20:04:35.296Z" - }, - "updated_at": { - "$date": "2022-05-15T20:07:11.279Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815ce6d65610bd301c6585" - }, - "name": "ماکتل ها", - "icon": "Asset1212", - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T20:04:54.741Z" - }, - "updated_at": { - "$date": "2023-03-13T14:43:16.315Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815d39d65610bd301c659a" - }, - "name": "شربت ها", - "icon": "Asset1212", - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T20:06:17.470Z" - }, - "updated_at": { - "$date": "2022-06-04T05:18:11.236Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62824a29d65610bd301c6db7" - }, - "name": "گلاسه ها", - "icon": "Asset812", - "index": 9, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-16T12:57:13.932Z" - }, - "updated_at": { - "$date": "2022-05-16T12:57:13.932Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6288e0d945a8f989e78560f3" - }, - "name": "قلیان", - "icon": "Asset111", - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-05-21T12:53:45.485Z" - }, - "updated_at": { - "$date": "2022-05-21T12:53:45.485Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628b66ceea3462120c4df415" - }, - "name": "test", - "icon": "coffee-cup", - "index": 3, - "storeId": { - "$oid": "6204b1626175e2247c298b04" - }, - "created_at": { - "$date": "2022-05-23T10:49:50.408Z" - }, - "updated_at": { - "$date": "2022-07-28T06:32:24.003Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628b66d8ea3462120c4df41e" - }, - "name": "test3", - "icon": "cola", - "index": 1, - "storeId": { - "$oid": "6204b1626175e2247c298b04" - }, - "created_at": { - "$date": "2022-05-23T10:50:00.148Z" - }, - "updated_at": { - "$date": "2022-08-18T06:49:59.798Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62a1facb128ed6fd0132a439" - }, - "name": "لقمه", - "icon": "hot-dog", - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-06-09T13:51:07.707Z" - }, - "updated_at": { - "$date": "2022-06-09T13:51:07.707Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62a9d201128ed6fd01333327" - }, - "name": "غذا", - "icon": "Asset912", - "index": 2, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T12:35:13.581Z" - }, - "updated_at": { - "$date": "2022-07-28T07:23:18.902Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62a9d21f128ed6fd01333336" - }, - "name": "فرنگی", - "icon": "Asset1012", - "index": 3, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T12:35:43.861Z" - }, - "updated_at": { - "$date": "2022-07-28T07:23:46.431Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62a9d23f128ed6fd0133333f" - }, - "name": "سالاد ها", - "icon": "Asset1512", - "index": 4, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T12:36:15.082Z" - }, - "updated_at": { - "$date": "2022-07-28T07:23:57.300Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62a9d259128ed6fd0133334b" - }, - "name": "نوشیدنی", - "icon": "Asset1212", - "index": 5, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T12:36:41.542Z" - }, - "updated_at": { - "$date": "2022-07-28T07:24:09.663Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62a9d264128ed6fd01333354" - }, - "name": "قلیان", - "icon": "Asset111", - "index": 6, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T12:36:52.778Z" - }, - "updated_at": { - "$date": "2022-07-28T07:24:22.391Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62a9d606128ed6fd0133338a" - }, - "name": "نوشیدنی های گرم", - "icon": "Asset212", - "index": 7, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T12:52:22.340Z" - }, - "updated_at": { - "$date": "2022-07-28T07:24:33.269Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62a9d621128ed6fd01333393" - }, - "name": "آیس کافی", - "icon": "Asset712", - "index": 8, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T12:52:49.728Z" - }, - "updated_at": { - "$date": "2022-07-28T07:24:58.301Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62a9d630128ed6fd0133339c" - }, - "name": "چای", - "icon": "Asset2012", - "index": 9, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T12:53:04.945Z" - }, - "updated_at": { - "$date": "2022-07-28T07:25:09.042Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62a9d6bc128ed6fd013333bb" - }, - "name": "قهوه نسل ۳", - "icon": "Asset212", - "index": 10, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T12:55:24.890Z" - }, - "updated_at": { - "$date": "2022-07-28T07:25:18.424Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62a9d6cc128ed6fd013333c4" - }, - "name": "ماکتل ها", - "icon": "Asset1212", - "index": 11, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T12:55:40.211Z" - }, - "updated_at": { - "$date": "2022-07-28T07:25:28.312Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62a9d6e4128ed6fd013333d4" - }, - "name": "شیک ها", - "icon": "Asset1112", - "index": 12, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T12:56:04.129Z" - }, - "updated_at": { - "$date": "2022-07-28T07:25:37.031Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62b03ac4128ed6fd01339f8f" - }, - "name": "پیش غذاها", - "icon": "Asset312", - "index": 1, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-20T09:15:48.189Z" - }, - "updated_at": { - "$date": "2022-07-28T07:22:44.563Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceaa9c7400250986c70a30" - }, - "name": "خوراک مخصوص هفت خوان", - "icon": "Asset912", - "index": 1, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T11:21:00.719Z" - }, - "updated_at": { - "$date": "2022-07-13T11:21:00.719Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceaac57400250986c70a39" - }, - "name": "خوراک", - "icon": "Asset312", - "index": 2, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T11:21:41.718Z" - }, - "updated_at": { - "$date": "2022-07-13T11:21:41.718Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceab227400250986c70a42" - }, - "name": "پیش غذا", - "icon": "Asset1512", - "index": 3, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T11:23:14.602Z" - }, - "updated_at": { - "$date": "2022-07-13T11:23:14.602Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceab507400250986c70a4b" - }, - "name": "نوشیدنی", - "icon": "cola", - "index": 4, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T11:24:00.722Z" - }, - "updated_at": { - "$date": "2022-07-13T11:24:00.722Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceabc87400250986c70a68" - }, - "name": "چای و نوشیدنی گرم", - "icon": "Asset212", - "index": 5, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T11:26:00.506Z" - }, - "updated_at": { - "$date": "2022-07-13T11:26:00.506Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceabe27400250986c70a71" - }, - "name": "قلیان", - "icon": "Asset111", - "index": 6, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T11:26:26.061Z" - }, - "updated_at": { - "$date": "2022-07-13T11:26:26.061Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebe677400250986c70e76" - }, - "name": "دسر", - "icon": "Asset812", - "index": 7, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:45:27.591Z" - }, - "updated_at": { - "$date": "2022-07-13T12:45:27.591Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "name": " نوشیدنی های سرد", - "icon": "Asset1212", - "index": 11, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "created_at": { - "$date": "2022-07-24T13:01:52.194Z" - }, - "updated_at": { - "$date": "2023-07-13T13:35:53.394Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62dd47a5faacb066e12064d0" - }, - "name": "پیتزا ", - "icon": "pizza", - "index": 3, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "created_at": { - "$date": "2022-07-24T13:22:45.709Z" - }, - "updated_at": { - "$date": "2023-07-13T13:23:36.222Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62deac91faacb066e12087e7" - }, - "name": "صبحانه", - "icon": "Asset412", - "index": 1, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-07-25T14:45:37.740Z" - }, - "updated_at": { - "$date": "2023-02-03T18:35:56.438Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62e400a696be484852cba44b" - }, - "name": "پیتزاها", - "icon": "Asset2212", - "index": 1, - "storeId": { - "$oid": "62e3ff5e96be484852cba3c3" - }, - "created_at": { - "$date": "2022-07-29T15:45:42.099Z" - }, - "updated_at": { - "$date": "2022-07-29T15:45:42.099Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6314a2d5e410c5322751b0ba" - }, - "name": "پیتزا", - "icon": "Asset2212", - "index": 1, - "storeId": { - "$oid": "63131c3d96be484852d0a9ed" - }, - "created_at": { - "$date": "2022-09-04T13:06:29.828Z" - }, - "updated_at": { - "$date": "2022-09-04T13:10:45.740Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6314ab2be410c5322751b32c" - }, - "name": "پیتزا", - "icon": "Asset2212", - "index": 1, - "storeId": { - "$oid": "6314a7c9e410c5322751b227" - }, - "created_at": { - "$date": "2022-09-04T13:42:03.082Z" - }, - "updated_at": { - "$date": "2022-09-04T13:43:02.958Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6314ab3ce410c5322751b335" - }, - "name": "پاستا", - "icon": "Asset1312", - "index": 2, - "storeId": { - "$oid": "6314a7c9e410c5322751b227" - }, - "created_at": { - "$date": "2022-09-04T13:42:20.161Z" - }, - "updated_at": { - "$date": "2022-09-04T13:42:20.161Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6314ab58e410c5322751b33e" - }, - "name": "سالاد", - "icon": "Asset1512", - "index": 3, - "storeId": { - "$oid": "6314a7c9e410c5322751b227" - }, - "created_at": { - "$date": "2022-09-04T13:42:48.892Z" - }, - "updated_at": { - "$date": "2022-09-04T13:42:48.892Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6314ab7ce410c5322751b35b" - }, - "name": "سیب زمینی ", - "icon": "Asset512", - "index": 4, - "storeId": { - "$oid": "6314a7c9e410c5322751b227" - }, - "created_at": { - "$date": "2022-09-04T13:43:24.128Z" - }, - "updated_at": { - "$date": "2022-09-04T13:43:24.128Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6314ab8de410c5322751b364" - }, - "name": "بشقاب", - "icon": "culinary", - "index": 5, - "storeId": { - "$oid": "6314a7c9e410c5322751b227" - }, - "created_at": { - "$date": "2022-09-04T13:43:41.436Z" - }, - "updated_at": { - "$date": "2022-09-04T13:43:41.436Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6314aba0e410c5322751b36d" - }, - "name": "پنینی", - "icon": "111", - "index": 6, - "storeId": { - "$oid": "6314a7c9e410c5322751b227" - }, - "created_at": { - "$date": "2022-09-04T13:44:00.632Z" - }, - "updated_at": { - "$date": "2022-09-04T13:44:00.632Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6314abbfe410c5322751b376" - }, - "name": "صبحانه", - "icon": "Asset412", - "index": 7, - "storeId": { - "$oid": "6314a7c9e410c5322751b227" - }, - "created_at": { - "$date": "2022-09-04T13:44:31.699Z" - }, - "updated_at": { - "$date": "2022-09-04T13:44:31.699Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6314abd7e410c5322751b37f" - }, - "name": "شیک", - "icon": "Asset1112", - "index": 8, - "storeId": { - "$oid": "6314a7c9e410c5322751b227" - }, - "created_at": { - "$date": "2022-09-04T13:44:55.315Z" - }, - "updated_at": { - "$date": "2022-09-04T13:44:55.315Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6314abefe410c5322751b39d" - }, - "name": "ماکتیل", - "icon": "Asset1212", - "index": 9, - "storeId": { - "$oid": "6314a7c9e410c5322751b227" - }, - "created_at": { - "$date": "2022-09-04T13:45:19.910Z" - }, - "updated_at": { - "$date": "2022-09-04T13:45:19.910Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "632c1d71e410c5322753e6b7" - }, - "name": "دمنوش", - "icon": "Asset1912", - "index": 15, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2022-09-22T08:31:45.400Z" - }, - "updated_at": { - "$date": "2022-09-22T09:21:13.712Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6335df1ae410c532275484e5" - }, - "name": "قهوه های دمی", - "icon": "tea-pot", - "index": 22, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2022-09-29T18:08:26.002Z" - }, - "updated_at": { - "$date": "2022-09-29T18:08:26.002Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "639887a782d7fc8d726a7b2d" - }, - "name": "قهوه و نوشیدنی گرم", - "icon": "Asset212", - "index": 6, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "created_at": { - "$date": "2022-12-13T14:09:43.953Z" - }, - "updated_at": { - "$date": "2023-10-04T16:40:34.286Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6398a0a482d7fc8d726a7f22" - }, - "name": "پیش غذا و سالاد ", - "icon": "Asset1512", - "index": 2, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "created_at": { - "$date": "2022-12-13T15:56:20.469Z" - }, - "updated_at": { - "$date": "2023-05-06T12:12:01.106Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "639c921d82d7fc8d726ac4ef" - }, - "name": "کیک", - "icon": "Asset1412", - "index": 14, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "created_at": { - "$date": "2022-12-16T15:43:25.623Z" - }, - "updated_at": { - "$date": "2023-07-13T14:49:12.232Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "63a534a382d7fc8d726b3a9a" - }, - "name": "صبحانه ", - "icon": "Asset412", - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-12-23T04:54:59.649Z" - }, - "updated_at": { - "$date": "2022-12-23T04:54:59.649Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "63cc0eea701ec3ea99722f38" - }, - "name": "قهوه های دمی ", - "icon": "Asset1912", - "index": 10, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "created_at": { - "$date": "2023-01-21T16:12:26.429Z" - }, - "updated_at": { - "$date": "2023-07-13T13:15:34.680Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "644e450498ff3c7414411176" - }, - "name": "چای و دمنوش ", - "icon": "Asset1912", - "index": 17, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-04-30T10:37:56.648Z" - }, - "updated_at": { - "$date": "2025-12-07T11:14:04.311Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450ac7a98ff3c741441425a" - }, - "name": "برگر", - "icon": "Asset112", - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:23:54.670Z" - }, - "updated_at": { - "$date": "2023-05-02T06:48:53.089Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450adf498ff3c74144142e4" - }, - "name": "پاستا", - "icon": "Asset1312", - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:30:12.286Z" - }, - "updated_at": { - "$date": "2023-05-02T06:30:12.286Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450aec598ff3c741441431c" - }, - "name": "پنینی ", - "icon": "Asset1612", - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:33:41.825Z" - }, - "updated_at": { - "$date": "2023-05-25T15:43:56.327Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b11298ff3c7414414381" - }, - "name": "هات داگ ", - "icon": "hot-dog", - "index": 5, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:43:30.739Z" - }, - "updated_at": { - "$date": "2023-05-02T06:43:30.739Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b1d498ff3c74144143d2" - }, - "name": "سوخاری", - "icon": "111", - "index": 6, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:46:44.343Z" - }, - "updated_at": { - "$date": "2023-05-02T06:46:44.343Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b24a98ff3c7414414400" - }, - "name": "سیب زمینی", - "icon": "Asset512", - "index": 7, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:48:42.401Z" - }, - "updated_at": { - "$date": "2023-05-23T07:40:42.087Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b2ed98ff3c741441445c" - }, - "name": "سالاد", - "icon": "Asset1512", - "index": 8, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:51:25.259Z" - }, - "updated_at": { - "$date": "2023-05-02T06:51:25.259Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b33898ff3c7414414480" - }, - "name": "نوشیدنی", - "icon": "juice", - "index": 9, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:52:40.182Z" - }, - "updated_at": { - "$date": "2023-05-02T06:52:40.182Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "name": "اسپرسو بار", - "icon": "tea", - "index": 10, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:55:08.482Z" - }, - "updated_at": { - "$date": "2023-05-02T06:55:08.482Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "name": "نوشیدنی گرم", - "icon": "Asset212", - "index": 11, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:58:50.140Z" - }, - "updated_at": { - "$date": "2023-05-02T06:58:50.140Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b5a098ff3c7414414592" - }, - "name": "دمی", - "icon": "Asset1912", - "index": 12, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T07:02:56.763Z" - }, - "updated_at": { - "$date": "2023-05-02T07:02:56.763Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b64598ff3c74144145ca" - }, - "name": " ایس کافی", - "icon": "coffee-cup", - "index": 13, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T07:05:41.448Z" - }, - "updated_at": { - "$date": "2023-05-02T07:05:41.448Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d14398ff3c74144147d7" - }, - "name": "چای دمنوش", - "icon": "Asset1912", - "index": 14, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:00:51.657Z" - }, - "updated_at": { - "$date": "2023-05-02T09:00:51.657Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d60f98ff3c7414414899" - }, - "name": "کیک", - "icon": "Asset1412", - "index": 17, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:21:19.754Z" - }, - "updated_at": { - "$date": "2023-05-02T09:21:19.754Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d68d98ff3c74144148ca" - }, - "name": "شیک", - "icon": "Asset712", - "index": 18, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:23:25.954Z" - }, - "updated_at": { - "$date": "2023-05-02T09:23:25.954Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d7be98ff3c7414414965" - }, - "name": "نوشیدنی سرد", - "icon": "Asset1212", - "index": 19, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:28:30.864Z" - }, - "updated_at": { - "$date": "2023-05-02T09:28:30.864Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6452153398ff3c74144161a1" - }, - "name": "سیروپ", - "icon": "coffee-pot", - "index": 8, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T08:02:59.955Z" - }, - "updated_at": { - "$date": "2025-01-25T16:41:31.003Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "645215c898ff3c74144161bc" - }, - "name": "کیک", - "icon": "Asset1412", - "index": 6, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T08:05:28.646Z" - }, - "updated_at": { - "$date": "2025-01-25T16:41:02.563Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6456a24198ff3c741441c6ef" - }, - "name": "چای و دمنوش", - "icon": "Asset2012", - "index": 8, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "created_at": { - "$date": "2023-05-06T18:53:53.585Z" - }, - "updated_at": { - "$date": "2023-05-06T18:53:53.585Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6465fff598ff3c741442d594" - }, - "name": "نوشیدنی های گرم (بر پایه اسپرسو)", - "icon": "Asset212", - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:37:41.571Z" - }, - "updated_at": { - "$date": "2023-05-18T10:37:41.571Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6466024198ff3c741442d5fb" - }, - "name": "نوشیدنی های سرد ", - "icon": "soft-drinks", - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:47:29.956Z" - }, - "updated_at": { - "$date": "2023-05-31T19:13:45.330Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6466025c98ff3c741442d607" - }, - "name": " نوشیدنی های گرم ملل", - "icon": "tea", - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:47:56.580Z" - }, - "updated_at": { - "$date": "2023-05-28T15:03:49.776Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6466026898ff3c741442d613" - }, - "name": " قهوه های شنی", - "icon": "Asset1912", - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:48:08.375Z" - }, - "updated_at": { - "$date": "2023-05-28T15:04:01.958Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6466027798ff3c741442d61f" - }, - "name": " شیک ها", - "icon": "Asset1112", - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:48:23.070Z" - }, - "updated_at": { - "$date": "2023-05-18T10:48:23.070Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6466028998ff3c741442d628" - }, - "name": " کوکی ها و دسرها", - "icon": "Asset1412", - "index": 6, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:48:41.161Z" - }, - "updated_at": { - "$date": "2023-05-18T10:48:41.161Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646602b598ff3c741442d63d" - }, - "name": " کلد برو", - "icon": "Asset712", - "index": 7, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:49:25.780Z" - }, - "updated_at": { - "$date": "2023-05-28T15:22:29.295Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646602c298ff3c741442d64f" - }, - "name": " موج سوم", - "icon": "Asset212", - "index": 8, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:49:38.602Z" - }, - "updated_at": { - "$date": "2023-05-28T15:23:59.464Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646602d898ff3c741442d65b" - }, - "name": " چای های ایرانی", - "icon": "Asset2012", - "index": 9, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:50:00.173Z" - }, - "updated_at": { - "$date": "2023-05-28T15:22:00.058Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646602eb98ff3c741442d667" - }, - "name": " دمنوش ها", - "icon": "Asset612", - "index": 10, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:50:19.479Z" - }, - "updated_at": { - "$date": "2023-05-28T15:23:36.385Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646602fc98ff3c741442d670" - }, - "name": " ماکتل ها", - "icon": "juice", - "index": 11, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:50:36.681Z" - }, - "updated_at": { - "$date": "2023-05-28T15:24:11.615Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6466031798ff3c741442d68b" - }, - "name": " غذاهای اصلی", - "icon": "Asset112", - "index": 12, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:51:03.793Z" - }, - "updated_at": { - "$date": "2023-05-18T10:51:03.793Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6466032598ff3c741442d6a0" - }, - "name": " پیش غذاها", - "icon": "Asset1512", - "index": 13, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:51:17.231Z" - }, - "updated_at": { - "$date": "2023-05-18T10:52:05.163Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6466034998ff3c741442d6b8" - }, - "name": " سیب زمینی ها", - "icon": "Asset512", - "index": 14, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:51:53.574Z" - }, - "updated_at": { - "$date": "2023-05-18T10:51:53.574Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6466038f98ff3c741442d6e5" - }, - "name": " صبحانه ها", - "icon": "Asset412", - "index": 16, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:53:03.749Z" - }, - "updated_at": { - "$date": "2023-05-28T14:59:38.727Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646603a098ff3c741442d6ee" - }, - "name": " آپشنال", - "icon": "333", - "index": 17, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:53:20.820Z" - }, - "updated_at": { - "$date": "2023-05-18T10:53:20.820Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64a6937598ff3c741447ce92" - }, - "name": "آیس کافی", - "icon": "Asset1112", - "index": 22, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-07-06T10:12:05.048Z" - }, - "updated_at": { - "$date": "2025-12-07T11:11:10.836Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64ae92ed98ff3c7414486796" - }, - "name": "برگرها", - "icon": "Asset112", - "index": 2, - "storeId": { - "$oid": "61fe34411ee4b0270db4a459" - }, - "created_at": { - "$date": "2023-07-12T11:47:57.474Z" - }, - "updated_at": { - "$date": "2024-11-25T11:25:26.058Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64ae931298ff3c741448679f" - }, - "name": "سالادها", - "icon": "Asset1512", - "index": 1, - "storeId": { - "$oid": "61fe34411ee4b0270db4a459" - }, - "created_at": { - "$date": "2023-07-12T11:48:34.563Z" - }, - "updated_at": { - "$date": "2024-11-25T11:25:34.579Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64aff92198ff3c7414488119" - }, - "name": "پاستا", - "icon": "Asset1312", - "index": 4, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "created_at": { - "$date": "2023-07-13T13:16:17.257Z" - }, - "updated_at": { - "$date": "2023-07-13T13:16:17.257Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64b4e68898ff3c741448df04" - }, - "name": "پیش غذا", - "icon": "Asset512", - "index": 1, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-07-17T06:58:16.642Z" - }, - "updated_at": { - "$date": "2023-07-17T06:58:16.642Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64b4e69698ff3c741448df0d" - }, - "name": "برگرها", - "icon": "Asset112", - "index": 2, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-07-17T06:58:30.762Z" - }, - "updated_at": { - "$date": "2023-07-17T07:00:02.036Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64ba6e2698ff3c7414494144" - }, - "name": "دبل برگرها", - "icon": "Asset112", - "index": 3, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-07-21T11:38:14.985Z" - }, - "updated_at": { - "$date": "2023-07-21T17:23:29.481Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64babeff98ff3c7414494b79" - }, - "name": "تریپل برگرها", - "icon": "Asset112", - "index": 4, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-07-21T17:23:11.836Z" - }, - "updated_at": { - "$date": "2023-08-29T08:57:49.475Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bad54b98ff3c7414495269" - }, - "name": "سالاد و پیش غذا", - "icon": "Asset1512", - "index": 1, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T18:58:19.997Z" - }, - "updated_at": { - "$date": "2023-07-22T18:33:10.791Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bad66d98ff3c7414495299" - }, - "name": "آش بار مهتاب", - "icon": "333", - "index": 2, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:03:09.872Z" - }, - "updated_at": { - "$date": "2023-07-21T19:09:24.164Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bad7d298ff3c74144952de" - }, - "name": "غذای اصلی", - "icon": "Asset2112", - "index": 3, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:09:06.227Z" - }, - "updated_at": { - "$date": "2023-07-21T19:09:06.227Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bad81798ff3c74144952fb" - }, - "name": "شربت بار مهتاب", - "icon": "juice", - "index": 4, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:10:15.074Z" - }, - "updated_at": { - "$date": "2023-07-21T19:10:15.074Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bad83e98ff3c741449530a" - }, - "name": "برگر", - "icon": "burger", - "index": 5, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:10:54.967Z" - }, - "updated_at": { - "$date": "2023-07-21T19:10:54.967Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "name": "کافی بار", - "icon": "tea", - "index": 6, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:13:03.276Z" - }, - "updated_at": { - "$date": "2023-07-21T19:13:03.276Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bad8fd98ff3c7414495328" - }, - "name": "نوشیدنی گرم شکلاتی", - "icon": "coffee-cup", - "index": 7, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:14:05.355Z" - }, - "updated_at": { - "$date": "2023-07-21T19:14:05.355Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bad91c98ff3c7414495331" - }, - "name": "دسر و کیک", - "icon": "Asset1412", - "index": 8, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:14:36.147Z" - }, - "updated_at": { - "$date": "2023-07-21T19:14:36.147Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bad92e98ff3c741449533a" - }, - "name": "شیک", - "icon": "Asset1112", - "index": 9, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:14:54.017Z" - }, - "updated_at": { - "$date": "2023-07-21T19:14:54.017Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bad94398ff3c7414495343" - }, - "name": "دمنوش بار", - "icon": "Asset1912", - "index": 10, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:15:15.477Z" - }, - "updated_at": { - "$date": "2023-07-21T19:15:15.477Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bad96798ff3c741449534f" - }, - "name": "ماکتل بار", - "icon": "Asset1212", - "index": 11, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:15:51.494Z" - }, - "updated_at": { - "$date": "2023-07-21T19:15:51.494Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bad99198ff3c7414495358" - }, - "name": "اسموتی", - "icon": "soft-drinks", - "index": 12, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:16:33.335Z" - }, - "updated_at": { - "$date": "2023-07-21T19:16:33.335Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bad9b498ff3c7414495367" - }, - "name": "نوشیدنی سرد", - "icon": "cola", - "index": 13, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:17:08.649Z" - }, - "updated_at": { - "$date": "2023-07-21T19:17:08.649Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e845ce59383e8d754e9185" - }, - "name": "نوشیدنی های بر پایه اسپرسو", - "icon": "Asset212", - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:10:22.923Z" - }, - "updated_at": { - "$date": "2023-08-25T06:10:22.923Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e845ed59383e8d754e918e" - }, - "name": "قهوه های دمی ", - "icon": "Asset212", - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:10:53.349Z" - }, - "updated_at": { - "$date": "2023-08-25T06:10:53.349Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8464759383e8d754e919d" - }, - "name": "نوشیدنی های گرم", - "icon": "Asset2012", - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:12:23.543Z" - }, - "updated_at": { - "$date": "2023-08-25T06:12:23.543Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e846b359383e8d754e91b1" - }, - "name": "چای و دمنوش", - "icon": "Asset1912", - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:14:11.442Z" - }, - "updated_at": { - "$date": "2023-08-25T06:14:11.442Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8477d59383e8d754e91c6" - }, - "name": "قهوه های سرد", - "icon": "Asset612", - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:17:33.706Z" - }, - "updated_at": { - "$date": "2023-08-25T06:17:33.706Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e847df59383e8d754e91cf" - }, - "name": "شیک ها", - "icon": "Asset1112", - "index": 6, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:19:11.804Z" - }, - "updated_at": { - "$date": "2023-08-25T06:19:11.804Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e847fe59383e8d754e91d8" - }, - "name": "موکتل و آب میوه ها", - "icon": "Asset1212", - "index": 7, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:19:42.247Z" - }, - "updated_at": { - "$date": "2023-08-25T06:19:42.247Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8483159383e8d754e91e7" - }, - "name": "شربت ها", - "icon": "soft-drinks", - "index": 8, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:20:33.535Z" - }, - "updated_at": { - "$date": "2023-08-25T06:20:33.535Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8488859383e8d754e9202" - }, - "name": "فانتزی", - "icon": "444", - "index": 9, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:22:00.057Z" - }, - "updated_at": { - "$date": "2023-08-25T06:22:00.057Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e848ce59383e8d754e920b" - }, - "name": "افزودنی", - "icon": "coffee-pot", - "index": 10, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:23:10.118Z" - }, - "updated_at": { - "$date": "2023-08-25T06:23:10.118Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64edb2bb59383e8d754ef59b" - }, - "name": "پیتزا ها", - "icon": "Asset2212", - "index": 5, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-29T08:56:27.027Z" - }, - "updated_at": { - "$date": "2023-08-29T08:56:27.027Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64edb2e659383e8d754ef5a4" - }, - "name": "نوشیدنی ها", - "icon": "Asset1212", - "index": 6, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-29T08:57:10.486Z" - }, - "updated_at": { - "$date": "2023-08-29T08:58:07.968Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f4408459383e8d754f7181" - }, - "name": "بستنی ", - "icon": "ice-cream-alt", - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T08:15:00.848Z" - }, - "updated_at": { - "$date": "2023-09-03T08:15:00.848Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f44b7059383e8d754f73dd" - }, - "name": "دسر", - "icon": "Asset1412", - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T09:01:36.911Z" - }, - "updated_at": { - "$date": "2023-09-03T09:01:36.911Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f486f059383e8d754f7b03" - }, - "name": "صبحانه", - "icon": "Asset412", - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T13:15:28.110Z" - }, - "updated_at": { - "$date": "2023-09-03T13:15:28.110Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651971c059383e8d7551df47" - }, - "name": "پیش غذاها", - "icon": "Asset312", - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:18:56.157Z" - }, - "updated_at": { - "$date": "2023-10-01T13:18:56.157Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651971e159383e8d7551df50" - }, - "name": "ایران زمین", - "icon": "Asset912", - "index": 2, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:19:29.404Z" - }, - "updated_at": { - "$date": "2023-10-01T13:19:29.404Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6519720759383e8d7551df62" - }, - "name": "پیتزا ایتالیایی", - "icon": "Asset2212", - "index": 3, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:20:07.042Z" - }, - "updated_at": { - "$date": "2023-10-01T13:20:07.042Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6519723359383e8d7551df6b" - }, - "name": "برگرها", - "icon": "Asset112", - "index": 4, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:20:51.689Z" - }, - "updated_at": { - "$date": "2023-10-01T13:20:51.689Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6519724d59383e8d7551df74" - }, - "name": "استیک ها", - "icon": "Asset1712", - "index": 5, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:21:17.940Z" - }, - "updated_at": { - "$date": "2023-10-01T13:21:17.940Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6519726759383e8d7551df83" - }, - "name": "پاستا", - "icon": "Asset1312", - "index": 6, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:21:43.221Z" - }, - "updated_at": { - "$date": "2023-10-01T13:21:43.221Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6519730759383e8d7551df92" - }, - "name": "سالاد", - "icon": "Asset1512", - "index": 7, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:24:23.276Z" - }, - "updated_at": { - "$date": "2023-10-01T13:24:23.276Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6519733c59383e8d7551df9e" - }, - "name": "دریایی ها", - "icon": "222", - "index": 8, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:25:16.303Z" - }, - "updated_at": { - "$date": "2023-10-01T13:26:42.220Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6519819c59383e8d7551e1be" - }, - "name": "شات سس ها", - "icon": "333", - "index": 9, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:26:36.082Z" - }, - "updated_at": { - "$date": "2023-10-01T14:26:36.082Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651d815259383e8d75521f12" - }, - "name": "برگر", - "icon": "Asset112", - "index": 5, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "created_at": { - "$date": "2023-10-04T15:14:26.594Z" - }, - "updated_at": { - "$date": "2023-10-04T15:14:26.594Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651dbf1359383e8d75522b44" - }, - "name": "قلیان", - "icon": "Asset111", - "index": 16, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "created_at": { - "$date": "2023-10-04T19:37:55.589Z" - }, - "updated_at": { - "$date": "2023-10-04T19:41:55.134Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651ee00e59383e8d75523c4e" - }, - "name": "اسپرسو بار", - "icon": "tea", - "index": 10, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T16:10:54.917Z" - }, - "updated_at": { - "$date": "2023-10-05T16:10:54.917Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651ee76759383e8d75523f8b" - }, - "name": "نوشیدنی گرم", - "icon": "Asset212", - "index": 11, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T16:42:15.626Z" - }, - "updated_at": { - "$date": "2023-10-05T16:42:15.626Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651eedbd59383e8d7552425d" - }, - "name": "آیس کافی", - "icon": "Asset712", - "index": 12, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:09:17.652Z" - }, - "updated_at": { - "$date": "2023-10-08T12:54:30.661Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651ef0b759383e8d7552437a" - }, - "name": "میلک شیک", - "icon": "Asset1112", - "index": 13, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:21:59.621Z" - }, - "updated_at": { - "$date": "2023-10-05T17:21:59.621Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651ef22159383e8d75524416" - }, - "name": "نوشیدنی سرد", - "icon": "Asset1212", - "index": 14, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:28:01.078Z" - }, - "updated_at": { - "$date": "2023-10-08T12:55:21.732Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651eff7759383e8d75524961" - }, - "name": "کیک و دسر ", - "icon": "cup-cake", - "index": 15, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T18:24:55.290Z" - }, - "updated_at": { - "$date": "2023-10-08T12:55:59.399Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65219db959383e8d75527683" - }, - "name": "سوخاری ها", - "icon": "chicken-fry", - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-07T18:04:41.565Z" - }, - "updated_at": { - "$date": "2023-10-07T18:04:41.565Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65226e2d59383e8d75527b6a" - }, - "name": "چای و دمنوش", - "icon": "tea-pot", - "index": 16, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-08T08:54:05.908Z" - }, - "updated_at": { - "$date": "2023-10-08T12:57:27.852Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6522a77659383e8d75527f18" - }, - "name": "قهوه دمی", - "icon": "coffee-pot", - "index": 17, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-08T12:58:30.935Z" - }, - "updated_at": { - "$date": "2023-10-08T12:58:59.984Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652693dc59383e8d7552ba53" - }, - "name": "اسپرسو", - "icon": "tea", - "index": 1, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-11T12:23:56.537Z" - }, - "updated_at": { - "$date": "2024-09-02T18:17:29.022Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6527fce059383e8d7552d4be" - }, - "name": "اسموتی ", - "icon": "Asset712", - "index": 18, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-12T14:04:16.713Z" - }, - "updated_at": { - "$date": "2023-10-12T14:04:16.713Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652a450f59383e8d75530491" - }, - "name": "اسپرسو با شیر", - "icon": "Asset212", - "index": 3, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:36:47.441Z" - }, - "updated_at": { - "$date": "2024-05-28T12:13:44.204Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652a46a959383e8d7553049a" - }, - "name": "بار گرم", - "icon": "soup-bowl", - "index": 4, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:43:37.275Z" - }, - "updated_at": { - "$date": "2024-05-28T12:15:52.808Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652a46d159383e8d755304a3" - }, - "name": "آیس کافی", - "icon": "Asset712", - "index": 5, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:44:17.798Z" - }, - "updated_at": { - "$date": "2023-10-14T08:15:01.436Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652a471159383e8d755304bd" - }, - "name": "آیس", - "icon": "Asset712", - "index": 6, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:45:21.273Z" - }, - "updated_at": { - "$date": "2023-10-14T08:15:44.638Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652a475659383e8d755304c6" - }, - "name": "ماکتیل", - "icon": "Asset1212", - "index": 7, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:46:30.712Z" - }, - "updated_at": { - "$date": "2023-10-14T08:15:54.857Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652a476859383e8d755304cf" - }, - "name": "شیک", - "icon": "Asset1112", - "index": 8, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:46:48.814Z" - }, - "updated_at": { - "$date": "2023-10-14T08:16:02.022Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652a478059383e8d755304db" - }, - "name": "دمی", - "icon": "Asset1912", - "index": 2, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:47:12.739Z" - }, - "updated_at": { - "$date": "2023-10-14T08:14:23.979Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652a53d959383e8d7553076f" - }, - "name": "اسموتی", - "icon": "Asset1212", - "index": 9, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T08:39:53.706Z" - }, - "updated_at": { - "$date": "2023-10-14T08:39:53.706Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652a559659383e8d75530778" - }, - "name": "میان وعده", - "icon": "Asset412", - "index": 10, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T08:47:18.315Z" - }, - "updated_at": { - "$date": "2023-10-14T08:47:18.315Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652a55ae59383e8d75530781" - }, - "name": "کیک ها", - "icon": "Asset1412", - "index": 11, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T08:47:42.352Z" - }, - "updated_at": { - "$date": "2023-10-14T08:47:42.352Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652a55c759383e8d7553078a" - }, - "name": "چای و دمنوش", - "icon": "Asset212", - "index": 12, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T08:48:07.200Z" - }, - "updated_at": { - "$date": "2023-10-14T08:48:45.575Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6537f5e159383e8d7553eec7" - }, - "name": "پیتزا ایتالیایی", - "icon": "pizza", - "index": 14, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-10-24T16:50:41.387Z" - }, - "updated_at": { - "$date": "2024-05-11T16:06:10.479Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6537f5f059383e8d7553eed0" - }, - "name": "برگر", - "icon": "burger", - "index": 12, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-10-24T16:50:56.063Z" - }, - "updated_at": { - "$date": "2023-10-24T16:50:56.063Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6537f60059383e8d7553eedc" - }, - "name": "پیش غذا", - "icon": "Asset312", - "index": 13, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-10-24T16:51:12.691Z" - }, - "updated_at": { - "$date": "2023-10-24T16:51:12.691Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6537f80159383e8d7553efcf" - }, - "name": "پاستا", - "icon": "noodles", - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-10-24T16:59:45.530Z" - }, - "updated_at": { - "$date": "2023-10-24T16:59:45.530Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65509e8659383e8d7555b820" - }, - "name": "ساندویچ", - "icon": "Asset1612", - "index": 7, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-11-12T09:44:38.584Z" - }, - "updated_at": { - "$date": "2023-11-12T09:44:38.584Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6557c63859383e8d7556459b" - }, - "name": "جگر گوسفندی", - "icon": "culinary", - "index": 2, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-17T19:59:52.982Z" - }, - "updated_at": { - "$date": "2023-11-17T19:59:52.982Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6557c64c59383e8d755645a7" - }, - "name": "جگر گوساله", - "icon": "culinary", - "index": 4, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-17T20:00:12.655Z" - }, - "updated_at": { - "$date": "2023-11-17T20:00:12.655Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6557c67959383e8d755645b6" - }, - "name": "بارسرد ", - "icon": "juice", - "index": 5, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-17T20:00:57.634Z" - }, - "updated_at": { - "$date": "2023-11-17T20:00:57.634Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6557c6a959383e8d755645c3" - }, - "name": "بارگرم", - "icon": "tea", - "index": 6, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-17T20:01:45.974Z" - }, - "updated_at": { - "$date": "2023-11-17T20:01:45.974Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "name": "بار گرم", - "icon": "tea", - "index": 1, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-11T13:47:46.437Z" - }, - "updated_at": { - "$date": "2025-07-15T10:06:41.390Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f436d045700b0061064b94" - }, - "name": "چای ها", - "icon": "Asset2012", - "index": 2, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T11:53:52.497Z" - }, - "updated_at": { - "$date": "2024-03-15T11:53:52.497Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f436e045700b0061064b9d" - }, - "name": "دمنوش ها", - "icon": "Asset1912", - "index": 3, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T11:54:08.638Z" - }, - "updated_at": { - "$date": "2024-03-15T11:54:08.638Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f436ef45700b0061064ba6" - }, - "name": "شیک ها", - "icon": "Asset1112", - "index": 4, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T11:54:23.298Z" - }, - "updated_at": { - "$date": "2024-03-15T11:54:23.298Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4370745700b0061064baf" - }, - "name": "بارسرد", - "icon": "Asset1212", - "index": 5, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T11:54:47.865Z" - }, - "updated_at": { - "$date": "2024-03-15T11:54:47.865Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4372045700b0061064bbb" - }, - "name": "برگرها ", - "icon": "Asset112", - "index": 6, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T11:55:12.574Z" - }, - "updated_at": { - "$date": "2024-03-15T11:55:12.574Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4373d45700b0061064bc7" - }, - "name": "هات داگ ها", - "icon": "Asset1612", - "index": 7, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T11:55:41.511Z" - }, - "updated_at": { - "$date": "2024-03-15T11:55:41.511Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4375845700b0061064bd0" - }, - "name": "نوستالژی", - "icon": "hot-dog", - "index": 8, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T11:56:08.303Z" - }, - "updated_at": { - "$date": "2024-03-15T11:56:17.885Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4377d45700b0061064be5" - }, - "name": "سوخاری", - "icon": "111", - "index": 9, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T11:56:45.050Z" - }, - "updated_at": { - "$date": "2024-03-15T11:56:45.050Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4379045700b0061064bee" - }, - "name": "سیب زمینی", - "icon": "Asset512", - "index": 10, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T11:57:04.223Z" - }, - "updated_at": { - "$date": "2024-03-15T11:57:04.223Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6618e55545700b006108be13" - }, - "name": "نوشیدنی های گرم بر پایه قهوه", - "icon": "Asset212", - "index": 1, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T07:40:05.126Z" - }, - "updated_at": { - "$date": "2024-04-12T15:21:48.971Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619523245700b006108c824" - }, - "name": "نوشیدنی های گرم", - "icon": "Asset2012", - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:24:34.179Z" - }, - "updated_at": { - "$date": "2024-04-12T15:24:34.179Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619527445700b006108c82d" - }, - "name": "دمنوش ها", - "icon": "Asset612", - "index": 3, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:25:40.416Z" - }, - "updated_at": { - "$date": "2024-04-12T15:25:40.416Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661952b045700b006108c839" - }, - "name": "نوشیدنی های سر بر پایه قهوه", - "icon": "Asset712", - "index": 4, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:26:40.120Z" - }, - "updated_at": { - "$date": "2024-04-12T15:26:40.120Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661952f345700b006108c845" - }, - "name": "ماکتیل", - "icon": "Asset1212", - "index": 5, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:27:47.306Z" - }, - "updated_at": { - "$date": "2024-04-12T15:27:47.306Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619531845700b006108c84e" - }, - "name": "چای", - "icon": "tea-pot", - "index": 6, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:28:24.317Z" - }, - "updated_at": { - "$date": "2024-04-12T15:28:24.317Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619662545700b006108cdf7" - }, - "name": "شیک", - "icon": "Asset1112", - "index": 7, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:49:41.653Z" - }, - "updated_at": { - "$date": "2024-04-12T16:49:41.653Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627dff97d6ac20062281dd2" - }, - "name": "ایرانی", - "icon": "Asset912", - "index": 6, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-04-23T16:21:13.278Z" - }, - "updated_at": { - "$date": "2025-12-07T10:50:41.781Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f0d37d6ac20062282203" - }, - "name": "پیتزا", - "icon": "Asset2212", - "index": 8, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:33:07.900Z" - }, - "updated_at": { - "$date": "2024-04-23T17:33:07.900Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f0f37d6ac20062282218" - }, - "name": "برگر", - "icon": "Asset112", - "index": 9, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:33:39.949Z" - }, - "updated_at": { - "$date": "2024-04-23T17:33:39.949Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f1ca7d6ac2006228224e" - }, - "name": "ساندویچ", - "icon": "Asset1612", - "index": 10, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:37:14.717Z" - }, - "updated_at": { - "$date": "2024-04-23T17:37:14.717Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f1ee7d6ac20062282257" - }, - "name": "ساندویچ نوستالژی", - "icon": "Asset1612", - "index": 11, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:37:50.205Z" - }, - "updated_at": { - "$date": "2024-04-23T17:37:50.205Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f2047d6ac20062282260" - }, - "name": "سوخاری", - "icon": "111", - "index": 12, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:38:12.852Z" - }, - "updated_at": { - "$date": "2024-04-23T17:38:12.852Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f2207d6ac20062282275" - }, - "name": "سیب زمینی", - "icon": "Asset512", - "index": 13, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:38:40.139Z" - }, - "updated_at": { - "$date": "2024-04-23T17:38:40.139Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a9ce07d6ac200622864dc" - }, - "name": "پنه", - "icon": "Asset1312", - "index": 14, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T18:11:44.745Z" - }, - "updated_at": { - "$date": "2024-04-25T18:11:44.745Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663a58217d6ac20062299ee4" - }, - "name": "شربت و عرقیجات", - "icon": "soft-drinks", - "index": 14, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-05-07T16:34:41.632Z" - }, - "updated_at": { - "$date": "2025-12-07T11:10:32.917Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f79ac7d6ac200622a0814" - }, - "name": "سوخاری", - "icon": "111", - "index": 19, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T13:59:08.642Z" - }, - "updated_at": { - "$date": "2024-05-11T13:59:08.642Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f7a717d6ac200622a0833" - }, - "name": "خوراک", - "icon": "Asset1312", - "index": 22, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T14:02:25.371Z" - }, - "updated_at": { - "$date": "2024-05-11T14:02:25.371Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f7b2c7d6ac200622a0843" - }, - "name": "پیده", - "icon": "restaurant", - "index": 20, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T14:05:32.834Z" - }, - "updated_at": { - "$date": "2024-05-11T14:05:32.834Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f7efc7d6ac200622a08c2" - }, - "name": "شیرینی", - "icon": "cup-cake", - "index": 25, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T14:21:48.462Z" - }, - "updated_at": { - "$date": "2024-05-11T14:21:48.462Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f80f47d6ac200622a08ea" - }, - "name": "استیک ها", - "icon": "Asset1012", - "index": 15, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T14:30:12.980Z" - }, - "updated_at": { - "$date": "2024-05-11T14:30:12.980Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f829e7d6ac200622a0925" - }, - "name": "سالاد", - "icon": "Asset1512", - "index": 16, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T14:37:18.784Z" - }, - "updated_at": { - "$date": "2024-05-11T14:37:18.784Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f97b97d6ac200622a0c62" - }, - "name": "پیتزا آمریکایی", - "icon": "Asset2212", - "index": 11, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:07:21.104Z" - }, - "updated_at": { - "$date": "2024-05-11T16:08:31.587Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "664626607d6ac200622a915c" - }, - "name": "پاستا", - "icon": "Asset1312", - "index": 11, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-05-16T15:29:36.689Z" - }, - "updated_at": { - "$date": "2024-05-16T15:29:36.689Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666312297d6ac200622cfc9c" - }, - "name": "غذای ایرانی", - "icon": "Asset312", - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T13:59:05.121Z" - }, - "updated_at": { - "$date": "2024-06-07T13:59:05.121Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6663198a7d6ac200622cfe9a" - }, - "name": "باربیکیو", - "icon": "Asset912", - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:30:34.129Z" - }, - "updated_at": { - "$date": "2024-06-07T14:30:34.129Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "667865cc7d6ac200622ec08b" - }, - "name": "سالاد ", - "icon": "Asset1512", - "index": 12, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-06-23T18:13:32.884Z" - }, - "updated_at": { - "$date": "2024-06-23T18:13:32.884Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6693d234136cc10070469538" - }, - "name": "غذای ایرانی", - "icon": "Asset912", - "index": 1, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-14T13:27:16.688Z" - }, - "updated_at": { - "$date": "2024-07-23T19:22:03.900Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a0033b136cc1007047cd35" - }, - "name": "پیتزا آمریکایی", - "icon": "pizza", - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:23:39.535Z" - }, - "updated_at": { - "$date": "2024-07-23T19:27:04.227Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a0034e136cc1007047cd44" - }, - "name": "پیتزا ایتالیایی", - "icon": "Asset2212", - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:23:58.296Z" - }, - "updated_at": { - "$date": "2024-07-23T19:27:23.276Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00384136cc1007047cd5a" - }, - "name": "برگر", - "icon": "Asset112", - "index": 5, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:24:52.704Z" - }, - "updated_at": { - "$date": "2024-07-23T19:24:52.704Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a003b5136cc1007047cd66" - }, - "name": "خوراک", - "icon": "soup-bowl", - "index": 6, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:25:41.973Z" - }, - "updated_at": { - "$date": "2024-07-23T19:25:41.973Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a003fd136cc1007047cd72" - }, - "name": "پیده", - "icon": "Asset1712", - "index": 7, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:26:53.113Z" - }, - "updated_at": { - "$date": "2024-07-23T19:26:53.113Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a0043b136cc1007047cdaa" - }, - "name": "سوخاری", - "icon": "111", - "index": 8, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:27:55.615Z" - }, - "updated_at": { - "$date": "2024-07-23T19:27:55.615Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00458136cc1007047cdb6" - }, - "name": "استیک", - "icon": "Asset1012", - "index": 9, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:28:24.659Z" - }, - "updated_at": { - "$date": "2024-07-23T19:28:24.659Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00491136cc1007047cdc2" - }, - "name": "پاستا", - "icon": "Asset1312", - "index": 10, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:29:21.306Z" - }, - "updated_at": { - "$date": "2024-07-23T19:29:21.306Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a004d6136cc1007047cdcb" - }, - "name": "پیش غذا", - "icon": "Asset512", - "index": 11, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:30:30.220Z" - }, - "updated_at": { - "$date": "2024-07-23T19:37:24.950Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00527136cc1007047cdea" - }, - "name": "سالاد", - "icon": "Asset1512", - "index": 12, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:31:51.332Z" - }, - "updated_at": { - "$date": "2024-07-23T19:31:51.332Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a005af136cc1007047ce08" - }, - "name": "نوشیدنی های بر پایه اسپرسو", - "icon": "Asset212", - "index": 13, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:34:07.518Z" - }, - "updated_at": { - "$date": "2024-07-23T19:34:07.518Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a005d2136cc1007047ce11" - }, - "name": "قهوه های دمی", - "icon": "Asset212", - "index": 14, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:34:42.774Z" - }, - "updated_at": { - "$date": "2024-07-23T19:34:42.774Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a005e6136cc1007047ce1d" - }, - "name": "قهوه های سرد", - "icon": "Asset712", - "index": 15, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:35:02.998Z" - }, - "updated_at": { - "$date": "2024-07-23T19:35:09.909Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00613136cc1007047ce3e" - }, - "name": "چای و دمنوش ", - "icon": "Asset2012", - "index": 16, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:35:47.667Z" - }, - "updated_at": { - "$date": "2024-07-23T19:35:47.667Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00636136cc1007047ce4a" - }, - "name": "نوشیدنی های گرم", - "icon": "tea", - "index": 17, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:36:22.913Z" - }, - "updated_at": { - "$date": "2024-07-23T19:36:22.913Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a0066b136cc1007047ce53" - }, - "name": "موکتل و آب میوه ها", - "icon": "Asset1212", - "index": 18, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:37:15.430Z" - }, - "updated_at": { - "$date": "2024-07-23T19:37:15.430Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a006a2136cc1007047ce68" - }, - "name": "دسر", - "icon": "cup-cake", - "index": 19, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:38:10.298Z" - }, - "updated_at": { - "$date": "2024-07-23T19:38:10.298Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a0075d136cc1007047ce95" - }, - "name": "شیک ", - "icon": "Asset1112", - "index": 21, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:41:17.756Z" - }, - "updated_at": { - "$date": "2024-07-23T19:41:17.756Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00794136cc1007047ceb0" - }, - "name": "بستنی", - "icon": "Asset812", - "index": 22, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:42:12.098Z" - }, - "updated_at": { - "$date": "2024-07-23T19:42:12.098Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11ca3136cc1007047e2c1" - }, - "name": "شربت", - "icon": "juice", - "index": 23, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:24:19.125Z" - }, - "updated_at": { - "$date": "2024-07-24T15:24:19.125Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66ec5758f7ba01006213570b" - }, - "name": "اسموتی بار", - "icon": "Asset1112", - "index": 11, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:54:48.954Z" - }, - "updated_at": { - "$date": "2024-09-21T13:34:42.194Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66eec765f7ba010062139d62" - }, - "name": "چاکلت بار", - "icon": "Asset212", - "index": 19, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:17:25.975Z" - }, - "updated_at": { - "$date": "2024-09-21T13:35:27.844Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "671ca191c3c0100063e4d1fd" - }, - "name": "دسر", - "icon": "cola", - "index": 0, - "storeId": { - "$oid": "671c9c58c3c0100063e4d1a9" - }, - "created_at": { - "$date": "2024-10-26T08:00:17.573Z" - }, - "updated_at": { - "$date": "2024-10-26T08:00:17.573Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305804c3c0100063e6bc62" - }, - "name": "شیک", - "icon": "Asset1112", - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T06:51:48.596Z" - }, - "updated_at": { - "$date": "2024-11-16T19:31:32.783Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6730582dc3c0100063e6bc6e" - }, - "name": "بستنی ویژه", - "icon": "Asset812", - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T06:52:29.445Z" - }, - "updated_at": { - "$date": "2024-11-10T06:52:29.445Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673058c5c3c0100063e6bca5" - }, - "name": "دسر", - "icon": "cup-cake", - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T06:55:01.176Z" - }, - "updated_at": { - "$date": "2024-11-16T19:31:51.315Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6730591ec3c0100063e6bcb7" - }, - "name": "اسموتی", - "icon": "Asset1212", - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T06:56:30.215Z" - }, - "updated_at": { - "$date": "2024-11-10T06:56:30.215Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305938c3c0100063e6bcc0" - }, - "name": "آیس کافی", - "icon": "Asset712", - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T06:56:56.808Z" - }, - "updated_at": { - "$date": "2024-11-10T06:56:56.808Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67306405c3c0100063e6bf3f" - }, - "name": "قهوه", - "icon": "Asset212", - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:43:01.406Z" - }, - "updated_at": { - "$date": "2024-11-10T07:43:58.452Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67306484c3c0100063e6bf5b" - }, - "name": "نوشیدنی های گرم", - "icon": "Asset212", - "index": 7, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:45:08.565Z" - }, - "updated_at": { - "$date": "2024-11-10T07:45:08.565Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67306494c3c0100063e6bf64" - }, - "name": "دمنوش", - "icon": "Asset612", - "index": 8, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:45:24.441Z" - }, - "updated_at": { - "$date": "2024-11-10T07:45:24.441Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673064e6c3c0100063e6bf76" - }, - "name": "آیس بستنی", - "icon": "ice-cream-alt", - "index": 9, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:46:46.367Z" - }, - "updated_at": { - "$date": "2024-11-10T07:46:46.367Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673064fdc3c0100063e6bf7f" - }, - "name": "ویتامینه", - "icon": "Asset1112", - "index": 10, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:47:09.215Z" - }, - "updated_at": { - "$date": "2024-11-10T07:48:33.168Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6730651dc3c0100063e6bf88" - }, - "name": "آبمیوه طبیعی", - "icon": "juice", - "index": 11, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:47:41.968Z" - }, - "updated_at": { - "$date": "2024-11-10T07:47:41.968Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731af5ac3c0100063e6de8c" - }, - "name": "دونات اسپشیال ", - "icon": "cup-cake", - "index": 12, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:16:42.609Z" - }, - "updated_at": { - "$date": "2024-11-14T20:28:23.661Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731af6ec3c0100063e6de95" - }, - "name": "دونات آرت", - "icon": "cup-cake", - "index": 13, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:17:02.145Z" - }, - "updated_at": { - "$date": "2024-11-11T07:17:02.145Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731af7fc3c0100063e6de9e" - }, - "name": "دونات فانتزی", - "icon": "cup-cake", - "index": 14, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:17:19.257Z" - }, - "updated_at": { - "$date": "2024-11-11T07:17:19.257Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731af92c3c0100063e6deb0" - }, - "name": "دونات جنرال", - "icon": "cup-cake", - "index": 15, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:17:38.133Z" - }, - "updated_at": { - "$date": "2024-11-11T07:17:38.133Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731afdfc3c0100063e6dec2" - }, - "name": "رست نات", - "icon": "cup-cake", - "index": 16, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:18:55.166Z" - }, - "updated_at": { - "$date": "2024-11-11T07:18:55.166Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731aff4c3c0100063e6decb" - }, - "name": "برلینر", - "icon": "cup-cake", - "index": 17, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:19:16.107Z" - }, - "updated_at": { - "$date": "2024-11-11T07:19:16.107Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731b00bc3c0100063e6ded4" - }, - "name": "دونات اسپال", - "icon": "cup-cake", - "index": 18, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:19:39.436Z" - }, - "updated_at": { - "$date": "2024-11-11T07:19:39.436Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731b01ac3c0100063e6dedd" - }, - "name": "دونات لقمه ای ", - "icon": "cup-cake", - "index": 19, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:19:54.805Z" - }, - "updated_at": { - "$date": "2024-11-14T20:00:41.671Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731b030c3c0100063e6dee6" - }, - "name": "دونات لقمه ای", - "icon": "cup-cake", - "index": 20, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:20:16.505Z" - }, - "updated_at": { - "$date": "2024-11-11T23:45:52.154Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731b044c3c0100063e6def2" - }, - "name": "دونات ناتس", - "icon": "cup-cake", - "index": 21, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:20:36.714Z" - }, - "updated_at": { - "$date": "2024-11-11T07:20:36.714Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673338bec3c0100063e706d0" - }, - "name": "پیتزا آمریکایی", - "icon": "Asset2212", - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:15:10.719Z" - }, - "updated_at": { - "$date": "2024-11-25T11:43:19.668Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673338dbc3c0100063e706e2" - }, - "name": "ﺑﺮ\u0000گرﻫﺎ", - "icon": "Asset112", - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:15:39.937Z" - }, - "updated_at": { - "$date": "2024-11-25T11:43:50.632Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67333909c3c0100063e706f7" - }, - "name": "پاستاها", - "icon": "Asset1312", - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:16:25.879Z" - }, - "updated_at": { - "$date": "2024-11-25T11:44:15.245Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67333928c3c0100063e70706" - }, - "name": "پیش غذا", - "icon": "Asset1512", - "index": 6, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:16:56.518Z" - }, - "updated_at": { - "$date": "2024-11-25T11:44:45.067Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6733394bc3c0100063e7070f" - }, - "name": "نوشیدنی سرد آماده", - "icon": "fast-food", - "index": 9, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:17:31.947Z" - }, - "updated_at": { - "$date": "2024-11-25T11:46:20.089Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67333964c3c0100063e7071c" - }, - "name": "نوشیدنی گرم", - "icon": "Asset2012", - "index": 17, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:17:56.363Z" - }, - "updated_at": { - "$date": "2024-11-25T11:44:33.443Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67333983c3c0100063e7072e" - }, - "name": "قهوه", - "icon": "Asset212", - "index": 18, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:18:27.689Z" - }, - "updated_at": { - "$date": "2024-11-25T11:45:20.357Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673339afc3c0100063e7074b" - }, - "name": "نوشیدنی های سرد", - "icon": "juice", - "index": 8, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:19:11.453Z" - }, - "updated_at": { - "$date": "2024-11-17T12:13:01.971Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673339e4c3c0100063e70769" - }, - "name": "نوشیدنی های سرد بر پایه قهوه", - "icon": "Asset712", - "index": 16, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:20:04.563Z" - }, - "updated_at": { - "$date": "2024-11-25T11:46:09.384Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67333a14c3c0100063e70775" - }, - "name": "نوشیدنی های طبیعی با بستنی", - "icon": "Asset1112", - "index": 10, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:20:52.046Z" - }, - "updated_at": { - "$date": "2024-11-12T11:20:52.046Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67333a30c3c0100063e70787" - }, - "name": "ﻧﻮﺷﯿﺪﻧﯽ ﻫﺎ ﺑﺮ ﭘﺎﯾﻪ ﺷﯿﺮ", - "icon": "soft-drinks", - "index": 11, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:21:20.567Z" - }, - "updated_at": { - "$date": "2024-11-12T11:21:20.567Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67333a53c3c0100063e70790" - }, - "name": "شیک ﻫﺎ و آﯾﺲ پک ها", - "icon": "Asset1112", - "index": 12, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:21:55.482Z" - }, - "updated_at": { - "$date": "2024-11-12T11:21:55.482Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67333bbfc3c0100063e707cc" - }, - "name": "آﺑﻤﯿﻮه ﻫﺎی ﻃﺒﯿﻌﯽ", - "icon": "juice", - "index": 13, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:27:59.747Z" - }, - "updated_at": { - "$date": "2024-11-12T11:27:59.747Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67333c39c3c0100063e707d5" - }, - "name": "آﺑﻤﯿﻮه ﻫﺎی ترکیبی", - "icon": "juice", - "index": 14, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:30:01.206Z" - }, - "updated_at": { - "$date": "2024-11-12T11:30:01.206Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67388c44c3c0100063e7b31a" - }, - "name": "صبحانه", - "icon": "culinary", - "index": 22, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T12:12:52.137Z" - }, - "updated_at": { - "$date": "2024-11-16T12:12:52.137Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d6d7c3c0100063e7d422" - }, - "name": "افزودنی ها", - "icon": "soft-drinks", - "index": 15, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-17T11:43:19.646Z" - }, - "updated_at": { - "$date": "2024-11-17T11:43:19.646Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da3fbc3c0100063e83a7a" - }, - "name": "کیک ها ", - "icon": "cup-cake", - "index": 7, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T08:55:23.475Z" - }, - "updated_at": { - "$date": "2024-11-25T11:45:40.998Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da786c3c0100063e83bb8" - }, - "name": "خوراک ها", - "icon": "Asset912", - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:10:30.650Z" - }, - "updated_at": { - "$date": "2024-11-25T11:42:30.100Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673db4bac3c0100063e83ef2" - }, - "name": "اسنک و‌ میان وعده", - "icon": "Asset412", - "index": 33, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-20T10:06:50.927Z" - }, - "updated_at": { - "$date": "2024-11-20T10:12:13.535Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dc024c3c0100063e84164" - }, - "name": "غذاهای چلویی", - "icon": "Asset912", - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T10:55:32.446Z" - }, - "updated_at": { - "$date": "2024-11-25T11:41:59.750Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673e2e4ec3c0100063e85693" - }, - "name": "ساندویچ سرد", - "icon": "Asset1612", - "index": 7, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2024-11-20T18:45:34.160Z" - }, - "updated_at": { - "$date": "2025-01-25T16:41:18.352Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "name": "بر پایه اسپرسو", - "icon": "tea", - "index": 2, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2024-12-22T19:46:48.460Z" - }, - "updated_at": { - "$date": "2025-01-25T16:37:24.604Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6783ff4fa4463c0057e4a31f" - }, - "name": "ماچا", - "icon": "Asset612", - "index": 3, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-12T17:43:43.810Z" - }, - "updated_at": { - "$date": "2025-01-25T16:38:44.516Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6783ffa2a4463c0057e4a32b" - }, - "name": "بدون اسپرسو", - "icon": "tea", - "index": 1, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-12T17:45:06.718Z" - }, - "updated_at": { - "$date": "2025-01-25T16:37:01.089Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6783ffd1a4463c0057e4a346" - }, - "name": "چای و دمنوش", - "icon": "Asset2012", - "index": 4, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-12T17:45:53.149Z" - }, - "updated_at": { - "$date": "2025-01-25T16:40:27.707Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6783ffeea4463c0057e4a367" - }, - "name": "شیک و اسموتی", - "icon": "Asset1112", - "index": 5, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-12T17:46:22.753Z" - }, - "updated_at": { - "$date": "2025-01-25T16:40:40.653Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6786fbfaa4463c0057e4f482" - }, - "name": "تست", - "icon": "burger", - "index": 0, - "storeId": { - "$oid": "6786f8aba4463c0057e4f42d" - }, - "created_at": { - "$date": "2025-01-15T00:06:18.928Z" - }, - "updated_at": { - "$date": "2025-01-15T00:06:18.928Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "name": "قهوه گرم", - "icon": "tea", - "index": 2, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T07:50:46.967Z" - }, - "updated_at": { - "$date": "2025-07-29T12:13:19.535Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795e9c5a4463c0057e68d28" - }, - "name": "قهوه سرد", - "icon": "Asset712", - "index": 4, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T07:52:37.401Z" - }, - "updated_at": { - "$date": "2025-07-29T12:13:45.949Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795e9f3a4463c0057e68d31" - }, - "name": "قهوه دمی", - "icon": "Asset212", - "index": 5, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T07:53:23.754Z" - }, - "updated_at": { - "$date": "2025-07-29T12:14:08.828Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795ea3aa4463c0057e68d3a" - }, - "name": "ماکتل", - "icon": "juice", - "index": 6, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T07:54:34.165Z" - }, - "updated_at": { - "$date": "2025-07-29T12:14:22.107Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795ea56a4463c0057e68d43" - }, - "name": "اسموتی", - "icon": "Asset1212", - "index": 7, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T07:55:02.784Z" - }, - "updated_at": { - "$date": "2025-07-29T12:14:36.256Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795eaa0a4463c0057e68d58" - }, - "name": "نوشیدنی گرم", - "icon": "coffee-cup", - "index": 3, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T07:56:16.011Z" - }, - "updated_at": { - "$date": "2025-07-29T12:13:31.556Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795eae6a4463c0057e68d61" - }, - "name": "ساندویچ گرم", - "icon": "hot-dog", - "index": 12, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T07:57:26.915Z" - }, - "updated_at": { - "$date": "2025-01-26T12:14:08.862Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795eb06a4463c0057e68d76" - }, - "name": "ساندویچ سرد", - "icon": "Asset1612", - "index": 13, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T07:57:58.692Z" - }, - "updated_at": { - "$date": "2025-01-26T12:14:34.303Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67960d18a4463c0057e693be" - }, - "name": "سالاد و پیش غذا", - "icon": "Asset1512", - "index": 11, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T10:23:20.435Z" - }, - "updated_at": { - "$date": "2025-10-27T14:47:07.008Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679615c6a4463c0057e695b4" - }, - "name": "چای و دمنوش", - "icon": "Asset612", - "index": 9, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T11:00:22.719Z" - }, - "updated_at": { - "$date": "2025-01-26T11:00:22.719Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67961856a4463c0057e6963e" - }, - "name": "دسر", - "icon": "Asset1412", - "index": 10, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T11:11:18.595Z" - }, - "updated_at": { - "$date": "2025-01-26T11:11:18.595Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6796cfa4a4463c0057e6ab4c" - }, - "name": "دونات دوبی ", - "icon": "Asset1412", - "index": 23, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-01-27T00:13:24.231Z" - }, - "updated_at": { - "$date": "2025-01-27T00:13:24.231Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "name": "نوشیدنی گرم بر پایه اسپرسو", - "icon": "tea", - "index": 1, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-28T14:26:02.506Z" - }, - "updated_at": { - "$date": "2025-01-29T16:40:28.147Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a5a53bd2ce20057147d8b" - }, - "name": "نوشیدنی گرم", - "icon": "Asset2012", - "index": 2, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T16:41:55.148Z" - }, - "updated_at": { - "$date": "2025-01-29T16:41:55.148Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a5ab0bd2ce20057147da6" - }, - "name": "نوشیدنی سرد بر پایه اسپرسو", - "icon": "Asset712", - "index": 3, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T16:43:28.491Z" - }, - "updated_at": { - "$date": "2025-01-29T16:43:28.491Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a5adcbd2ce20057147db5" - }, - "name": "دمنوش و چای", - "icon": "tea-pot", - "index": 4, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T16:44:12.079Z" - }, - "updated_at": { - "$date": "2025-01-29T16:44:12.079Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a5b01bd2ce20057147dbe" - }, - "name": "شیک", - "icon": "Asset1112", - "index": 5, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T16:44:49.841Z" - }, - "updated_at": { - "$date": "2025-01-29T16:44:49.841Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a5b42bd2ce20057147dcd" - }, - "name": "ماکتل", - "icon": "Asset1212", - "index": 6, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T16:45:54.280Z" - }, - "updated_at": { - "$date": "2025-01-29T16:45:54.280Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a5bbebd2ce20057147ddf" - }, - "name": "اسموتی", - "icon": "juice", - "index": 7, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T16:47:58.545Z" - }, - "updated_at": { - "$date": "2025-01-29T16:47:58.545Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a5c40bd2ce20057147de8" - }, - "name": "کیک و دسر", - "icon": "Asset1412", - "index": 8, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T16:50:08.934Z" - }, - "updated_at": { - "$date": "2025-01-29T16:50:08.934Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679b535bbd2ce200571493da" - }, - "name": "صبحانه", - "icon": "Asset412", - "index": 14, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-30T10:24:27.978Z" - }, - "updated_at": { - "$date": "2025-01-30T10:24:27.978Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679b8217bd2ce20057149938" - }, - "name": "اسپرسو بار", - "icon": "Asset212", - "index": 1, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-01-30T13:43:51.129Z" - }, - "updated_at": { - "$date": "2025-02-07T07:32:43.498Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5bba6bd2ce20057159539" - }, - "name": "بارسرد بر پایه اسپرسو", - "icon": "soft-drinks", - "index": 2, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T07:52:06.589Z" - }, - "updated_at": { - "$date": "2025-02-07T07:52:06.589Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5c045bd2ce20057159653" - }, - "name": "صبحانه", - "icon": "Asset412", - "index": 7, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T08:11:49.554Z" - }, - "updated_at": { - "$date": "2025-02-07T08:11:49.554Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5c6b9bd2ce2005715971a" - }, - "name": "پیش غذا", - "icon": "french-fries", - "index": 6, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T08:39:21.737Z" - }, - "updated_at": { - "$date": "2025-02-07T15:48:40.139Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5cbf3bd2ce20057159807" - }, - "name": "دمنوش ها", - "icon": "Asset2012", - "index": 4, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T09:01:39.603Z" - }, - "updated_at": { - "$date": "2025-02-07T09:01:39.603Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5fee4bd2ce20057159ffe" - }, - "name": "بارسرد", - "icon": "Asset1212", - "index": 5, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T12:39:00.458Z" - }, - "updated_at": { - "$date": "2025-02-07T12:39:00.458Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a60565bd2ce2005715a0b6" - }, - "name": "شیک", - "icon": "Asset1112", - "index": 3, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T13:06:45.835Z" - }, - "updated_at": { - "$date": "2025-08-12T13:58:10.047Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a61944bd2ce2005715a3c7" - }, - "name": "غذا اصلی", - "icon": "Asset2112", - "index": 8, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T14:31:32.862Z" - }, - "updated_at": { - "$date": "2025-02-07T14:31:32.862Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67b2531153628200621fd8f7" - }, - "name": "بار گرم بدون کافئین ", - "icon": "tea", - "index": 10, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-16T21:05:21.051Z" - }, - "updated_at": { - "$date": "2025-02-16T21:05:21.051Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e990e0536282006224d7be" - }, - "name": "قهوه ها", - "icon": "Asset212", - "index": 2, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T18:43:44.198Z" - }, - "updated_at": { - "$date": "2025-11-25T12:52:39.928Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e99b4c536282006224db80" - }, - "name": "پیستری", - "icon": "Asset1412", - "index": 3, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T19:28:12.215Z" - }, - "updated_at": { - "$date": "2025-11-25T12:53:57.400Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e99d36536282006224dc0d" - }, - "name": "چای و دمنوش", - "icon": "Asset612", - "index": 4, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T19:36:22.500Z" - }, - "updated_at": { - "$date": "2025-11-25T12:56:18.250Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e99d4f536282006224dc16" - }, - "name": "نوشیدنی سرد", - "icon": "Asset712", - "index": 12, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T19:36:47.154Z" - }, - "updated_at": { - "$date": "2025-11-25T13:05:35.878Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e99d66536282006224dc1f" - }, - "name": "ماکتل", - "icon": "Asset1212", - "index": 11, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T19:37:10.637Z" - }, - "updated_at": { - "$date": "2025-11-25T13:05:20.543Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e99d78536282006224dc28" - }, - "name": "بستنی", - "icon": "Asset1112", - "index": 10, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T19:37:28.497Z" - }, - "updated_at": { - "$date": "2025-11-25T13:04:54.160Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e99d92536282006224dc4c" - }, - "name": "نوشیدنی گرم", - "icon": "Asset212", - "index": 6, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T19:37:54.745Z" - }, - "updated_at": { - "$date": "2025-12-02T13:33:44.789Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e99dbf536282006224dc58" - }, - "name": "ایتم های بر پایه شیر", - "icon": "Asset212", - "index": 5, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T19:38:39.894Z" - }, - "updated_at": { - "$date": "2025-11-25T13:01:04.036Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e99de8536282006224dc82" - }, - "name": "بیکری", - "icon": "Asset1412", - "index": 7, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T19:39:20.752Z" - }, - "updated_at": { - "$date": "2025-11-25T13:03:57.546Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e99e00536282006224dc91" - }, - "name": "سانویچ سرد", - "icon": "Asset1612", - "index": 8, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T19:39:44.508Z" - }, - "updated_at": { - "$date": "2025-11-25T13:04:15.616Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e99e11536282006224dc9a" - }, - "name": "سالاد", - "icon": "Asset1512", - "index": 9, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T19:40:01.566Z" - }, - "updated_at": { - "$date": "2025-11-25T13:04:35.523Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e99e84536282006224dcde" - }, - "name": "اب", - "icon": "Asset1212", - "index": 13, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T19:41:56.861Z" - }, - "updated_at": { - "$date": "2025-11-25T13:05:51.413Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faae25f43a0a007b479eaa" - }, - "name": "vip drink", - "icon": "juice", - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-04-12T18:17:09.619Z" - }, - "updated_at": { - "$date": "2025-04-12T18:17:09.619Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67fc02bbc4a0d20062ba1e6c" - }, - "name": "کیک", - "icon": "Asset1412", - "index": 11, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-04-13T18:30:19.637Z" - }, - "updated_at": { - "$date": "2025-04-13T18:30:19.637Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "680816f77383a10062ca4ba5" - }, - "name": "", - "icon": "chicken-fry", - "index": 1, - "storeId": { - "$oid": "678922c2a4463c0057e52bde" - }, - "created_at": { - "$date": "2025-04-22T22:23:51.883Z" - }, - "updated_at": { - "$date": "2025-04-22T22:23:51.883Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6847c6f5f114460057d617e1" - }, - "name": "پاستاها", - "icon": "Asset1312", - "index": 1, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-10T05:47:33.064Z" - }, - "updated_at": { - "$date": "2025-06-10T05:47:33.064Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "684ad2a6f114460057d65be3" - }, - "name": "شیک", - "icon": "Asset1112", - "index": 8, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-06-12T13:14:14.750Z" - }, - "updated_at": { - "$date": "2025-07-29T12:16:03.103Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "684be3cff114460057d679ed" - }, - "name": "Menu star (Only for special days)", - "icon": "Asset1312", - "index": 2, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:39:43.492Z" - }, - "updated_at": { - "$date": "2025-06-13T08:39:43.492Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "684be3fdf114460057d679fd" - }, - "name": "تاپینگ بار", - "icon": "Asset1512", - "index": 3, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:40:29.347Z" - }, - "updated_at": { - "$date": "2025-06-13T08:40:29.347Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "684be428f114460057d67a06" - }, - "name": "چیاباتا(سندویچ‌)", - "icon": "Asset1612", - "index": 4, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:41:12.455Z" - }, - "updated_at": { - "$date": "2025-06-13T08:41:12.455Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "684be447f114460057d67a0f" - }, - "name": "نوشیدنی", - "icon": "Asset1212", - "index": 5, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:41:43.067Z" - }, - "updated_at": { - "$date": "2025-06-13T08:41:43.067Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6861026c9086300011bdf813" - }, - "name": "آش ها", - "icon": "Asset1312", - "index": 1, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T09:07:56.708Z" - }, - "updated_at": { - "$date": "2025-06-29T09:07:56.708Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68612389a67e8f0012d55d2a" - }, - "name": "غذاهای اصلی", - "icon": "Asset2112", - "index": 2, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T11:29:13.445Z" - }, - "updated_at": { - "$date": "2025-06-29T11:29:13.445Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "686123a8a67e8f0012d55d33" - }, - "name": "غذاهای ویژه در طول هفته", - "icon": "Asset312", - "index": 3, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T11:29:44.413Z" - }, - "updated_at": { - "$date": "2025-06-29T11:29:44.413Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "686123c3a67e8f0012d55d3c" - }, - "name": "صبحانه ", - "icon": "Asset412", - "index": 4, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T11:30:11.039Z" - }, - "updated_at": { - "$date": "2025-06-29T11:30:11.039Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68612462a67e8f0012d55d48" - }, - "name": "نوشیدنی ها", - "icon": "Asset1912", - "index": 5, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T11:32:50.138Z" - }, - "updated_at": { - "$date": "2025-06-29T11:32:50.138Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68615ca976ec130012b3a94a" - }, - "name": "پیش غذا", - "icon": "french-fries", - "index": 6, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T15:32:57.638Z" - }, - "updated_at": { - "$date": "2025-06-29T15:32:57.638Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68615cf876ec130012b3a953" - }, - "name": "دسرها", - "icon": "Asset1412", - "index": 7, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T15:34:16.056Z" - }, - "updated_at": { - "$date": "2025-06-29T15:34:16.056Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762813555acb0012cfd937" - }, - "name": "اسپرسو بار", - "icon": "Asset212", - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:06:11.534Z" - }, - "updated_at": { - "$date": "2025-07-15T10:06:11.534Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6876285f555acb0012cfd958" - }, - "name": "نوشیدنی سرد بر پایه قهوه", - "icon": "Asset712", - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:07:27.059Z" - }, - "updated_at": { - "$date": "2025-07-15T10:07:27.059Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762dfc555acb0012cfdbe2" - }, - "name": "ساندویچ ", - "icon": "hot-dog", - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:31:24.722Z" - }, - "updated_at": { - "$date": "2025-07-15T10:31:24.722Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68c9154003c3c700124a2481" - }, - "name": "سرویس اضافه", - "icon": "333", - "index": 8, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-09-16T07:44:00.097Z" - }, - "updated_at": { - "$date": "2025-09-16T07:44:00.097Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68da61cbed9f6a001294b26b" - }, - "name": "ماکتیل", - "icon": "Asset1212", - "index": 12, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-09-29T10:39:07.698Z" - }, - "updated_at": { - "$date": "2025-12-07T11:10:00.073Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff8ead685b61001121ba9b" - }, - "name": "اضافه بار", - "icon": "Asset812", - "index": 15, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T15:24:29.331Z" - }, - "updated_at": { - "$date": "2025-10-27T15:24:29.331Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6925a5d9b781ca001170a50d" - }, - "name": "پیتزا", - "icon": "Asset2212", - "index": 1, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-11-25T12:49:29.237Z" - }, - "updated_at": { - "$date": "2025-11-25T12:49:29.237Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "693bd9a195816d0012b73bb0" - }, - "name": "منوی اقتصادی ", - "icon": "cup-cake", - "index": 24, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-12-12T09:00:17.810Z" - }, - "updated_at": { - "$date": "2025-12-12T09:00:17.810Z" - }, - "__v": 0 -}] \ No newline at end of file diff --git a/dump/dmenu_db.foods.json b/dump/dmenu_db.foods.json deleted file mode 100644 index a03c917..0000000 --- a/dump/dmenu_db.foods.json +++ /dev/null @@ -1,82062 +0,0 @@ -[{ - "_id": { - "$oid": "61ac62cf49a68c1ea8e7b298" - }, - "price": 5050000, - "stock": 0, - "static_discount": 0, - "name": "بیف استراگانف .. beef stroganoff ", - "description": "فیله گوساله / سس سفید / قارچ و سیب زمینی/ پنیر پارمزان..veal fillet/ mayonnaise sauce/mushroom/potato/parmesan cheese ", - "short_description": "", - "category": { - "$oid": "61a7605dd5c3921920048303" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T06:57:19.400Z" - }, - "updated_at": { - "$date": "2025-12-04T11:20:06.742Z" - }, - "__v": 0, - "image": "food_1714292844747.png", - "active": true -}, -{ - "_id": { - "$oid": "61ac62ed49a68c1ea8e7b2b7" - }, - "price": 4950000, - "stock": 0, - "static_discount": 0, - "name": "چیکن استراگانف .. chicken stroganoff ", - "description": "فیله مرغ/ سس سفید / قارچ و سیب زمینی/ پنیر پارمزان..chicken fillet/ mayonnaise sauce/mushroom/potato/parmesan cheese ", - "short_description": "", - "category": { - "$oid": "61a7605dd5c3921920048303" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T06:57:49.127Z" - }, - "updated_at": { - "$date": "2025-12-04T11:19:45.590Z" - }, - "__v": 0, - "image": "food_1714291139700.png", - "active": true -}, -{ - "_id": { - "$oid": "61ac632549a68c1ea8e7b2fb" - }, - "price": 4650000, - "stock": 0, - "static_discount": 0, - "name": "اسپاگتی گوشت .. meat spaghetti ", - "description": "اســـپاگتی /فیله گوســـاله/گوجه گیلاسی/قارچ/سس مخصوص آلفردو/ پنیر پارمزان..spaghetti/veal fillet/tomato/mushroom/alfredo special sauce/parmesan cheese", - "short_description": "", - "category": { - "$oid": "61a7605dd5c3921920048303" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T06:58:45.632Z" - }, - "updated_at": { - "$date": "2025-12-04T11:19:19.199Z" - }, - "__v": 0, - "active": true, - "image": "food_1715716176915.png" -}, -{ - "_id": { - "$oid": "61ac637449a68c1ea8e7b33f" - }, - "price": 4550000, - "stock": 0, - "static_discount": 0, - "name": "پنه میلانو .. Milano Pasta", - "description": "پنه ریگاته/فیله مرغ/فیله گوســـاله/گوجه گیلاسی/قارچ/ســـس مخصوص آلفردو/ پنیر پارمزان..rigate pasta/chicken fillet/mushroom/tomato/alfredo special sauce/parmesan cheese", - "short_description": "", - "category": { - "$oid": "61a7605dd5c3921920048303" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:00:04.211Z" - }, - "updated_at": { - "$date": "2025-12-04T11:18:28.520Z" - }, - "__v": 0, - "active": true, - "image": "food_1735148231197.png" -}, -{ - "_id": { - "$oid": "61ac639d49a68c1ea8e7b363" - }, - "price": 4150000, - "stock": 0, - "static_discount": 0, - "name": "پنه آلفردو .. Alfredo pasta", - "description": "پنـــه ریگاته/فیلـــه مرغ/قـــارچ/ گوجه گیلاســـی /ســـس مخصوص آلفردو/ پنیر پارمزان..rigate pasta/chicken fillet/mushroom/tomato/alfredo special sauce/parmesan cheese", - "short_description": "", - "category": { - "$oid": "61a7605dd5c3921920048303" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:00:45.349Z" - }, - "updated_at": { - "$date": "2025-12-04T11:18:07.000Z" - }, - "__v": 0, - "active": true, - "image": "food_1715716115154.png" -}, -{ - "_id": { - "$oid": "61ac659849a68c1ea8e7b460" - }, - "price": 4150000, - "stock": 0, - "static_discount": 0, - "name": "اسپاگتی پستو .. pesto spaghetti ", - "description": "فیله مرغ/اسپاگتی/سس پستو/قارچ/پنیرپارمزان.. chicken fillet/spaghetti/pesto sauce/parmesan cheese/mushroom", - "short_description": "", - "category": { - "$oid": "61a7605dd5c3921920048303" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:09:12.133Z" - }, - "updated_at": { - "$date": "2025-12-04T11:17:27.438Z" - }, - "__v": 0, - "active": true, - "image": "food_1715715922343.png" -}, -{ - "_id": { - "$oid": "61ac6aa35b008d6934770945" - }, - "price": 6150000, - "stock": 0, - "static_discount": 0, - "name": "چانو.. Chano ", - "description": "پنیر/فیله گوساله طعم دارشده/ارگانو.سیر cheese/veal fillet/organo", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:30:43.601Z" - }, - "updated_at": { - "$date": "2025-12-04T11:28:18.788Z" - }, - "__v": 0, - "active": true, - "image": "food_1714290662409.png" -}, -{ - "_id": { - "$oid": "61ac6acb5b008d6934770954" - }, - "price": 6600000, - "stock": 0, - "static_discount": 0, - "name": "مازراتی.. Pulled beef ", - "description": "پنیر/مغز ران گوساله طعم دار شده/قارچ/ فلفل دلمه ای/گوجه/ارگانو..cheese/calf thigh marrow/mushroom/sweet pepper/olive/tomato/organo", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:31:23.921Z" - }, - "updated_at": { - "$date": "2025-12-04T11:27:26.519Z" - }, - "__v": 0, - "active": true, - "image": "food_1714291733978.png" -}, -{ - "_id": { - "$oid": "61ac6ae75b008d6934770961" - }, - "price": 5500000, - "stock": 0, - "static_discount": 0, - "name": "کاپری چیوسا.. Capricciosa", - "description": "پنیر/ژامبـــون گوشـــت/قارچ/فلفل دلمـــه ای/ارگانو..cheese/ham meat/mushroom/sweet pepper/olive/organo", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:31:51.067Z" - }, - "updated_at": { - "$date": "2025-12-04T11:27:03.523Z" - }, - "__v": 0, - "active": true, - "image": "food_1714291580847.png" -}, -{ - "_id": { - "$oid": "61ac6b155b008d693477096e" - }, - "price": 5600000, - "stock": 0, - "static_discount": 0, - "name": "سیسیلی(Hot).. Sicily ", - "description": "پنیر/فیلـــه مـــرغ گریـــل شـــده طعـــم دار تند/قارچ/فلفل دلمه ای /ارگانو/سس بار بیکیو..cheese/hot chicken fillet grilled/mushroom/sweet pepper/organo/Bar.B.Q sauce", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:32:37.399Z" - }, - "updated_at": { - "$date": "2025-12-04T11:26:41.101Z" - }, - "__v": 0, - "active": true, - "image": "food_1714292109999.png" -}, -{ - "_id": { - "$oid": "61ac6b5f5b008d693477097b" - }, - "price": 5500000, - "stock": 0, - "static_discount": 0, - "name": "پپرونی (Hot).. Pepperoni ", - "description": "پنیر /پپرونی/ارگانو/هالوپینو..cheese/pepperoni/olive/organo/jalopino", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:33:51.497Z" - }, - "updated_at": { - "$date": "2025-12-04T11:25:52.788Z" - }, - "__v": 0, - "active": true, - "image": "food_1713707400167.png" -}, -{ - "_id": { - "$oid": "61ac6b765b008d6934770988" - }, - "price": 4400000, - "stock": 0, - "static_discount": 0, - "name": "وجتریین.. Vegetarian ", - "description": "پنیر/سبزیجات تازه فصل/صیفی جات تازه فصل/ارگانو..cheese/vegetables/summer crops/organo", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:34:14.749Z" - }, - "updated_at": { - "$date": "2025-12-04T11:25:28.615Z" - }, - "__v": 0, - "active": true, - "image": "food_1714292678356.png" -}, -{ - "_id": { - "$oid": "61ac6b955b008d6934770995" - }, - "price": 4400000, - "stock": 0, - "static_discount": 0, - "name": "مارگاریتا.. Margherita ", - "description": "پنیر/گوجه /ریحان/ارگانو..cheese/tomato/basil/organo", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:34:45.351Z" - }, - "updated_at": { - "$date": "2025-12-04T11:25:03.444Z" - }, - "__v": 0, - "active": true, - "image": "food_1714291688802.png" -}, -{ - "_id": { - "$oid": "61ac6bbd5b008d69347709a2" - }, - "price": 6100000, - "stock": 0, - "static_discount": 0, - "name": "کوارترپیتزا.. Quarter pizza ", - "description": "۱/۴ کاپری / ۱/۴ سیسیلی/۱/۴ پپرونی/۱/۴ چانو..1,4capri/1,4sicily/1,4pepperoni/1,4chano", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:35:25.676Z" - }, - "updated_at": { - "$date": "2025-12-04T11:24:38.097Z" - }, - "__v": 0, - "active": true, - "image": "food_1714291863631.png" -}, -{ - "_id": { - "$oid": "61ac6bd95b008d69347709af" - }, - "price": 5700000, - "stock": 0, - "static_discount": 0, - "name": "بیف پستو.. Beef pesto", - "description": "پنیـــر/فیلـــه گوســـاله/پیاز/فلفل دلمـــه ای/سس پستو/ریحان..cheese/veal fillet/onion/sweet pepper/olive/pesto sauce/basil", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:35:53.029Z" - }, - "updated_at": { - "$date": "2025-12-04T11:24:12.429Z" - }, - "__v": 0, - "active": true, - "image": "food_1714291001069.png" -}, -{ - "_id": { - "$oid": "61ac6f8da4f3d5cd60e059bb" - }, - "price": 5610000, - "stock": 0, - "static_discount": 0, - "name": "بولونز.. Bolognese ", - "description": "پنیـــر/گوشـــت چـــرخ کـــرده طعـــم دار شده/قارچ/فلفل دلمه ای/ارگانو..cheese/mince meat/mushroom/sweet pepper/organo", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:51:41.171Z" - }, - "updated_at": { - "$date": "2025-12-04T11:23:51.288Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ac6fb6a4f3d5cd60e059c8" - }, - "price": 6050000, - "stock": 0, - "static_discount": 0, - "name": "مگابیف اند چیکن.. Beef & chicken ", - "description": "پنیـــر/چیکـــن استریپس/گوشـــت چـــرخ کرده/قارچ/پیاز/فلفل دلمه ای/ارگانو..cheese/chicken strips/mince meat/mushroom/onion/sweet pepper/olive/organo", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:52:22.641Z" - }, - "updated_at": { - "$date": "2025-12-04T11:23:12.781Z" - }, - "__v": 0, - "active": true, - "image": "food_1714290596848.png" -}, -{ - "_id": { - "$oid": "61ac7000a4f3d5cd60e059f2" - }, - "price": 9200000, - "stock": 0, - "static_discount": 0, - "name": "فیله مینیون .. fillett beef& mushroom sauce ", - "description": "فیلـــه گوســـاله /ســـس قارچ/دورچین ســـبزیجات و صیفی جات بخارپز )کاملا ترد و بدون چربی(سیب زمینی تنوری..veal fillet/mushroom sauce/steamed vegetables/steamed summer crops/roast potatoes/", - "short_description": "", - "category": { - "$oid": "61ac5f9b26d2e0e4fbd9b3fe" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:53:36.003Z" - }, - "updated_at": { - "$date": "2025-12-04T11:52:31.771Z" - }, - "__v": 0, - "active": true, - "image": "food_1715701889899.png" -}, -{ - "_id": { - "$oid": "61ac7020a4f3d5cd60e059ff" - }, - "price": 9200000, - "stock": 0, - "static_discount": 0, - "name": "اسموکی .. smoked beef fillet & mushrooms sauce ", - "description": "فیله گوساله دودی/سس قارچ/دورچین سبزیجات و صیفی جات بخارپز )کاملا تردو بدون چربی(سیب زمینی تنوری ..smoked veal fillet/mushroom sauce/steamed vegetables/steamed summer crops/roast potatoes ", - "short_description": "", - "category": { - "$oid": "61ac5f9b26d2e0e4fbd9b3fe" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T07:54:08.419Z" - }, - "updated_at": { - "$date": "2025-12-04T11:52:13.631Z" - }, - "__v": 0, - "active": true, - "image": "food_1714291822159.png" -}, -{ - "_id": { - "$oid": "61ac718ba4f3d5cd60e05a7e" - }, - "price": 4800000, - "stock": 0, - "static_discount": 0, - "name": "خورا ک اسپانیایی.. Spain food", - "description": "فیله گوساله تفت داده شده/مرغ تفت داده شده/پیاز ژولین/فلفل دلمه ای /قارچ / کنجد ذرت/سس مخصوص سرآشپز..veal fillet/chicken/julienne onion/sweet pepper/mushroom/sesame/corn/special sauce ", - "short_description": "", - "category": { - "$oid": "61ac5fcb26d2e0e4fbd9b409" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:00:11.791Z" - }, - "updated_at": { - "$date": "2025-12-04T11:53:12.544Z" - }, - "__v": 0, - "active": true, - "image": "food_1713773216671.png" -}, -{ - "_id": { - "$oid": "61ac71c5a4f3d5cd60e05aa1" - }, - "price": 4320000, - "stock": 0, - "static_discount": 0, - "name": "بشقاب سبزیجات.. vegetarian dish", - "description": "انـــواع ســـبزیجات تـــازه و صیفـــی جـــات تـــازه فصـــل بخارپز/پـــوره سیب زمینی..fresh steamed vegetables/fresh steamed summer crops/mashed potatoes/", - "short_description": "", - "category": { - "$oid": "61ac5fcb26d2e0e4fbd9b409" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:01:09.489Z" - }, - "updated_at": { - "$date": "2025-12-04T11:52:52.532Z" - }, - "__v": 0, - "active": true, - "image": "food_1714293582193.png" -}, -{ - "_id": { - "$oid": "61ac72b3a4f3d5cd60e05aca" - }, - "price": 5750000, - "stock": 0, - "static_discount": 0, - "name": "دبل برگر..double burger ", - "description": "گوشـــت خالص/پنیـــر گودا/پنیـــر کاراملی/گوجه/خیارشور/ کاهو/سیب زمینی سرخ شده..pure meat/gouda cheese/caramely cheese/tomato/pickled cucumber/french fries ", - "short_description": "", - "category": { - "$oid": "61ac5ff726d2e0e4fbd9b424" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:05:07.788Z" - }, - "updated_at": { - "$date": "2025-12-04T12:36:55.526Z" - }, - "__v": 0, - "active": true, - "image": "food_1714291899865.png" -}, -{ - "_id": { - "$oid": "61ac72cba4f3d5cd60e05ad7" - }, - "price": 4420000, - "stock": 0, - "static_discount": 0, - "name": "چیز برگر ..cheese burger", - "description": "گوشـــت خالـــص / پنیـــر گودا/پنیـــر کاراملی/گوجه/خیارشور/ کاهو/سیب زمینی سرخ شده..pure meat/gouda cheese/ caramely cheese/tomato/pickled cucumber/lettuce/french fries ", - "short_description": "", - "category": { - "$oid": "61ac5ff726d2e0e4fbd9b424" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:05:31.742Z" - }, - "updated_at": { - "$date": "2025-12-04T12:36:25.651Z" - }, - "__v": 0, - "active": true, - "image": "food_1713706018252.png" -}, -{ - "_id": { - "$oid": "61ac72eea4f3d5cd60e05aec" - }, - "price": 4320000, - "stock": 0, - "static_discount": 0, - "name": "برگر کلاسیک ..classic burger", - "description": "گوشت خالص /گوجه/خیارشور/ کاهو/سیب زمینی سرخ شده..pure meat/tomato/pickled cucumber/lettuce/french fries ", - "short_description": "", - "category": { - "$oid": "61ac5ff726d2e0e4fbd9b424" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:06:06.200Z" - }, - "updated_at": { - "$date": "2025-12-04T12:36:04.719Z" - }, - "__v": 0, - "active": true, - "image": "food_1715753283656.png" -}, -{ - "_id": { - "$oid": "61ac7312a4f3d5cd60e05af9" - }, - "price": 4520000, - "stock": 0, - "static_discount": 0, - "name": "ماشروم برگر .. mushroom burgers ", - "description": "گوشت خالص/خیارشور/سس مخصوص قارچ/سیب زمینی سرخ شده..pure meat/pickled cucumber/special mushroom sauce/french fries ", - "short_description": "", - "category": { - "$oid": "61ac5ff726d2e0e4fbd9b424" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:06:42.431Z" - }, - "updated_at": { - "$date": "2025-12-04T12:35:43.587Z" - }, - "__v": 0, - "active": true, - "image": "food_1715752985770.png" -}, -{ - "_id": { - "$oid": "61ac7331a4f3d5cd60e05b06" - }, - "price": 3900000, - "stock": 0, - "static_discount": 0, - "name": "زینگر برگر .. zinger burger", - "description": "فیله مرغ سوخاری استریپس/کاهو/خیارشور/پنیر گودا/سیب زمینی سرخ شده..stripped fried chicken fillet/lettuce/pickled cucumber/gouda cheese/french fries ", - "short_description": "", - "category": { - "$oid": "61ac5ff726d2e0e4fbd9b424" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:07:13.709Z" - }, - "updated_at": { - "$date": "2025-12-04T12:35:16.216Z" - }, - "__v": 0, - "active": true, - "image": "food_1713706335139.png" -}, -{ - "_id": { - "$oid": "61ac736ea4f3d5cd60e05b20" - }, - "price": 4950000, - "stock": 0, - "static_discount": 0, - "name": "5 ستاره .. star burger: beef & chicken ", - "description": "گوشـــت خالص/فیلـــه مـــرغ گریـــل شـــده/پنیر گودا/گوجه/خیارشور/کاهو/سیب زمینی سرخ شده..pure meat/grilled chicken fillet/gouda cheese/tomato/pickled cucumber/lettuce/french fries ", - "short_description": "", - "category": { - "$oid": "61ac5ff726d2e0e4fbd9b424" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:08:14.480Z" - }, - "updated_at": { - "$date": "2025-12-04T12:34:54.832Z" - }, - "__v": 0, - "active": true, - "image": "food_1714291935378.png" -}, -{ - "_id": { - "$oid": "61ac7385a4f3d5cd60e05b33" - }, - "price": 4250000, - "stock": 0, - "static_discount": 0, - "name": "پنینی مرغ با سس پستو .. chicken pesto panini ", - "description": "فیلـــه مرغ مـــزه دار گریل/سس پستو/ کاهو/گوجه/خیارشور/ســـیب زمینی سرخ شده..grilled chicken fillet/pesto sauce/lettuce/tomato/pickled cucumber/french fries ", - "short_description": "", - "category": { - "$oid": "61ac5ff726d2e0e4fbd9b424" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:08:37.275Z" - }, - "updated_at": { - "$date": "2025-12-04T12:34:33.555Z" - }, - "__v": 0, - "active": true, - "image": "food_1713779020113.png" -}, -{ - "_id": { - "$oid": "61ac73a6a4f3d5cd60e05b40" - }, - "price": 4920000, - "stock": 0, - "static_discount": 0, - "name": "پنینی بیف .. beef fillet panini", - "description": "فیله گوساله مزه دار شده / پنیر گودا/کاهو/گوجه/خیارشور/سیب زمینی سرخ شده..veal fillet/gouda cheese/tomato/pickled cucumber/french fries/lettuce", - "short_description": "", - "category": { - "$oid": "61ac5ff726d2e0e4fbd9b424" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:09:10.348Z" - }, - "updated_at": { - "$date": "2025-12-04T12:34:08.573Z" - }, - "__v": 0, - "active": true, - "image": "food_1715752107592.png" -}, -{ - "_id": { - "$oid": "61ac73c2a4f3d5cd60e05b4d" - }, - "price": 5160000, - "stock": 0, - "static_discount": 0, - "name": "فیلا دلفیا ..Philadelphia sandwich ", - "description": "فیلـــه گوســـاله و فیله مـــرغ طعـــم دار شـــده/پنیر گودا/ســـس مخصوص/فلفـــل دلمـــه ای/ پیـــاز/ قـــارچ/ ســـیب زمینـــی ســـرخ شده/سس خردل با نان چاپاتا..veal fillet/chicken fillet/ gouda cheese/special sauce/sweet pepper/onion/mushroom/french fries/mustard/chapata bread ", - "short_description": "", - "category": { - "$oid": "61ac5ff726d2e0e4fbd9b424" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:09:38.991Z" - }, - "updated_at": { - "$date": "2025-12-04T12:33:40.853Z" - }, - "__v": 0, - "active": true, - "image": "food_1713772958621.png" -}, -{ - "_id": { - "$oid": "61ac73e2a4f3d5cd60e05b5a" - }, - "price": 5420000, - "stock": 0, - "static_discount": 0, - "name": "پنینی رست بیف .. roast beef panini ", - "description": "مغز ران گوساله/پیاز و جعفری/قارچ/خیارشور/سیب زمینی سرخ شده..calf thigh marrow/onion/parsley/mushroom/pickled cucumber/french fries", - "short_description": "", - "category": { - "$oid": "61ac5ff726d2e0e4fbd9b424" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:10:10.547Z" - }, - "updated_at": { - "$date": "2025-12-04T12:33:14.575Z" - }, - "__v": 0, - "active": true, - "image": "food_1713779110050.png" -}, -{ - "_id": { - "$oid": "61ac740de442f524fe417bba" - }, - "price": 4150000, - "stock": 0, - "static_discount": 0, - "name": "دوتکه:(نرمال)", - "description": "دوتکه ســـوخاری/ سیب زمینی سرخ کرده/نان بروتچن /سس های مخصوص..two slices fried/french fries/brutchen bread/special sauces", - "short_description": "", - "category": { - "$oid": "61ac602726d2e0e4fbd9b43f" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:10:53.992Z" - }, - "updated_at": { - "$date": "2025-12-04T12:39:36.287Z" - }, - "__v": 0, - "active": true, - "image": "food_1713707054857.png" -}, -{ - "_id": { - "$oid": "61ac7432e442f524fe417bea" - }, - "price": 5150000, - "stock": 0, - "static_discount": 0, - "name": "سه تکه:(نرمال)", - "description": "سه تکه سوخاری/ همراه سیب زمینی سرخ کرده/نان بروتچن /سس های مخصوص..three slices fried/french fries/brutchen bread/special sauces", - "short_description": "", - "category": { - "$oid": "61ac602726d2e0e4fbd9b43f" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:11:30.702Z" - }, - "updated_at": { - "$date": "2025-12-04T12:39:16.885Z" - }, - "__v": 0, - "active": true, - "image": "food_1713707048869.png" -}, -{ - "_id": { - "$oid": "61ac7451e442f524fe417c16" - }, - "price": 7100000, - "stock": 0, - "static_discount": 0, - "name": "پنج تکه:(نرمال)", - "description": "پنج تکه سوخاری/سیب زمینی سرخ کرده/نان بروتچن /سس های مخصوص..five slices fried/french fries/brut Chen bread/special sauces", - "short_description": "", - "category": { - "$oid": "61ac602726d2e0e4fbd9b43f" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:12:01.890Z" - }, - "updated_at": { - "$date": "2025-12-04T12:38:53.035Z" - }, - "__v": 0, - "active": true, - "image": "food_1713707039568.png" -}, -{ - "_id": { - "$oid": "61ac74b9e442f524fe417c23" - }, - "price": 4370000, - "stock": 0, - "static_discount": 0, - "name": "سه تکه فیله : (استریپس)", - "description": "سه فیله سوخاری/سیب زمینی سرخ کرده/نان بروتچن /سس های مخصوص..three fried fillet/french fries/britches bread/special sauces", - "short_description": "", - "category": { - "$oid": "61ac602726d2e0e4fbd9b43f" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:13:45.110Z" - }, - "updated_at": { - "$date": "2025-12-04T12:38:33.867Z" - }, - "__v": 0, - "active": true, - "image": "food_1713706975656.png" -}, -{ - "_id": { - "$oid": "61ac74ede442f524fe417c30" - }, - "price": 5950000, - "stock": 0, - "static_discount": 0, - "name": "پنج تکه فیله : (استریپس)", - "description": "پنج فیله سوخاری/سیب زمینی سرخ کرده/نان بروتچن /سس های مخصوص..five slices fried/french fries/ brutchen bread/special sauces", - "short_description": "", - "category": { - "$oid": "61ac602726d2e0e4fbd9b43f" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:14:37.911Z" - }, - "updated_at": { - "$date": "2025-12-04T12:38:13.371Z" - }, - "__v": 0, - "active": true, - "image": "food_1713706989835.png" -}, -{ - "_id": { - "$oid": "61ac7515e442f524fe417c3d" - }, - "price": 4700000, - "stock": 0, - "static_discount": 0, - "name": "ویژه کودکان", - "description": "چیکـــن اســـترپس بـــا نـــان بروتچـــن کوچـــک/دو عـــدد فیلـــه اســـترپس/قارچ سوخاری/ســـیب زمینـــی ســـرخ کـــرده/ ســـالاد کلم/سس مخصوص..one slices fried/ brutchen bread/two strips fillet/fried mushroom/french fries/ cabbage salad/special sauce ", - "short_description": "", - "category": { - "$oid": "61ac602726d2e0e4fbd9b43f" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:15:17.023Z" - }, - "updated_at": { - "$date": "2025-12-04T12:37:49.586Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ac7531e442f524fe417c4d" - }, - "price": 6380000, - "stock": 0, - "static_discount": 0, - "name": "سوخاری ویــــــژه", - "description": "یـــک تکـــه ســـوخاری /دو تکـــه فیله اســـتریپس/زینگر برگر/ســـیب زمینی سرخ کرده/ قارچ سوخاری/ سس مخصوص مخصوص ..one slice fried/two slices strips fillet/zinger burger/french fries/fried mushroom/ cabbage salad/special sauce ", - "short_description": "", - "category": { - "$oid": "61ac602726d2e0e4fbd9b43f" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:15:45.311Z" - }, - "updated_at": { - "$date": "2025-12-04T12:37:26.481Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ac7564e442f524fe417c5a" - }, - "price": 3950000, - "stock": 0, - "static_discount": 0, - "name": "سالاد سزار(مرغ گریل) .. Caesar salad", - "description": "کاهـــو رســـمی و پیچ/گوجـــه گیلاســـی/زیتون/نان کروتان/پنیـــر پارمزان/همراه با سس سزار..lettuce/tomato/olive/crotan bread/parmesan cheese/ Caesar sauce ", - "short_description": "", - "category": { - "$oid": "61ac606626d2e0e4fbd9b45a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:16:36.821Z" - }, - "updated_at": { - "$date": "2025-12-04T11:55:31.353Z" - }, - "__v": 0, - "active": true, - "image": "food_1715788350856.png" -}, -{ - "_id": { - "$oid": "61ac7599e442f524fe417c67" - }, - "price": 4050000, - "stock": 0, - "static_discount": 0, - "name": "سالاد سزار (فیله سوخار ی با دیپ چدار) .. Caesar salad/Fried chicken", - "description": "کاهـــو رســـمی و پیچ/گوجـــه گیلاســـی/زیتون/نان کروتان/پنیـــر پارمزان/همراه با سس سزار..lettuce/tomato/olive/crotan bread/parmesan cheese/ Caesar sauce ", - "short_description": "", - "category": { - "$oid": "61ac606626d2e0e4fbd9b45a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:17:29.441Z" - }, - "updated_at": { - "$date": "2025-12-04T11:54:56.299Z" - }, - "__v": 0, - "active": true, - "image": "food_1713772878324.png" -}, -{ - "_id": { - "$oid": "61ac7630e442f524fe417c96" - }, - "price": 3300000, - "stock": 0, - "static_discount": 0, - "name": "سالاد فصل .. Iranian salad ", - "description": "کاهـــو رســـمی و پیـــچ /کلـــم قرمـــز /هویج/گوجـــه گیلاسی/زیتون/خیار/همراه با سس رنج..lettuce/red cabbage/ carrot/tomato/olive/cucumber/sis wrench", - "short_description": "", - "category": { - "$oid": "61ac606626d2e0e4fbd9b45a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:20:00.602Z" - }, - "updated_at": { - "$date": "2025-12-04T11:54:29.389Z" - }, - "__v": 0, - "active": true, - "image": "food_1715852971271.png" -}, -{ - "_id": { - "$oid": "61ac76aae442f524fe417cb0" - }, - "price": 2550000, - "stock": 0, - "static_discount": 0, - "name": "سیب زمینی پنیر و قارچ .. Mushroom cheese potatoes", - "description": "سیب زمینی /قارچ/پنیر..potato/mushroom/cheese", - "short_description": "", - "category": { - "$oid": "61ac607926d2e0e4fbd9b465" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:22:02.857Z" - }, - "updated_at": { - "$date": "2025-12-04T12:01:47.573Z" - }, - "__v": 0, - "active": true, - "image": "food_1715934773791.png" -}, -{ - "_id": { - "$oid": "61ac76c7e442f524fe417cbd" - }, - "price": 2750000, - "stock": 0, - "static_discount": 0, - "name": "سیب زمینی پنیرقارچ و ژامبون", - "description": "سیب زمینی/قارچ/ژامبون/پنیر..potato/mushroom/ham/cheese", - "short_description": "", - "category": { - "$oid": "61ac607926d2e0e4fbd9b465" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:22:31.108Z" - }, - "updated_at": { - "$date": "2025-12-04T12:01:23.056Z" - }, - "__v": 0, - "active": true, - "image": "food_1714290894911.png" -}, -{ - "_id": { - "$oid": "61ac76ede442f524fe417cd7" - }, - "price": 3100000, - "stock": 0, - "static_discount": 0, - "name": "نان سیر .. garlic bread", - "description": "گوجه گیلاسی، سس سیر، ذرت، پنیر پیتزا..tomato/garlic sauce/corn/pizza cheese ", - "short_description": "", - "category": { - "$oid": "61ac607926d2e0e4fbd9b465" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:23:09.889Z" - }, - "updated_at": { - "$date": "2025-12-04T12:01:04.214Z" - }, - "__v": 0, - "active": true, - "image": "food_1713773293238.png" -}, -{ - "_id": { - "$oid": "61ac7710e442f524fe417ce4" - }, - "price": 3250000, - "stock": 0, - "static_discount": 0, - "name": "میکس ناچو و فیله سوخاری", - "description": "چیپس تورتیلا/تکه های فیله سوخاری/دیپ پنیر چدار..tortilla chips/fried fillet/cheddar dip cheese ", - "short_description": "", - "category": { - "$oid": "61ac607926d2e0e4fbd9b465" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:23:44.391Z" - }, - "updated_at": { - "$date": "2025-12-04T12:00:33.524Z" - }, - "__v": 0, - "active": true, - "image": "food_1713773138383.png" -}, -{ - "_id": { - "$oid": "61ac7735e442f524fe417cf1" - }, - "price": 2450000, - "stock": 0, - "static_discount": 0, - "name": "قارچ سوخاری .. fried mushroom", - "description": "قارچ سوخاری / سس مخصوص..fried mushroom/special sauce ", - "short_description": "", - "category": { - "$oid": "61ac607926d2e0e4fbd9b465" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:24:21.481Z" - }, - "updated_at": { - "$date": "2025-12-04T11:58:51.021Z" - }, - "__v": 0, - "active": true, - "image": "food_1715934677455.png" -}, -{ - "_id": { - "$oid": "61ac774fe442f524fe417cfe" - }, - "price": 3000000, - "stock": 0, - "static_discount": 0, - "name": "قارچ سوخاری پنیر", - "description": "قارچ سوخاری / پنیر/سیب زمینی/سس قارچ..fried mushroom/cheese/potato/mushroom sauce ", - "short_description": "", - "category": { - "$oid": "61ac607926d2e0e4fbd9b465" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:24:47.726Z" - }, - "updated_at": { - "$date": "2025-12-04T11:58:23.826Z" - }, - "__v": 0, - "active": true, - "image": "food_1713773268030.png" -}, -{ - "_id": { - "$oid": "61ac7768e442f524fe417d0b" - }, - "price": 800000, - "stock": 0, - "static_discount": 0, - "name": "لیموناد lemonade", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1a2fc1eece3d7626383" - }, - "index": 2, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:25:12.952Z" - }, - "updated_at": { - "$date": "2025-09-29T10:36:28.192Z" - }, - "__v": 0, - "active": true, - "image": "food_1715791954744.png" -}, -{ - "_id": { - "$oid": "61ac777ce442f524fe417d18" - }, - "price": 1100000, - "stock": 0, - "static_discount": 0, - "name": "پشن موهیتو passion fruit ", - "description": " پشن فروت نعناع اسپرایت و لیمو", - "short_description": "", - "category": { - "$oid": "61b1a1a2fc1eece3d7626383" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:25:32.286Z" - }, - "updated_at": { - "$date": "2025-09-29T10:35:54.251Z" - }, - "__v": 0, - "active": true, - "image": "food_1715791769702.png" -}, -{ - "_id": { - "$oid": "61ac778de442f524fe417d25" - }, - "price": 900000, - "stock": 0, - "static_discount": 0, - "name": "موهیتو کلاسیک mojito", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1a2fc1eece3d7626383" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:25:49.862Z" - }, - "updated_at": { - "$date": "2025-09-29T10:33:04.711Z" - }, - "__v": 0, - "active": true, - "image": "food_1714291977244.png" -}, -{ - "_id": { - "$oid": "61ac7809e442f524fe417d32" - }, - "price": 1100000, - "stock": 0, - "static_discount": 0, - "name": "ردبری موهیتو redberry mojito", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1a2fc1eece3d7626383" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:27:53.770Z" - }, - "updated_at": { - "$date": "2025-09-29T10:32:39.604Z" - }, - "__v": 0, - "active": true, - "image": "food_1714293126185.png" -}, -{ - "_id": { - "$oid": "61ac7823e442f524fe417d3f" - }, - "price": 950000, - "stock": 0, - "static_discount": 0, - "name": "بلک موهیتو black mojito", - "description": "لیمو.نعنا.کوکاکولا", - "short_description": "", - "category": { - "$oid": "61b1a1a2fc1eece3d7626383" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:28:19.603Z" - }, - "updated_at": { - "$date": "2025-09-29T10:31:57.279Z" - }, - "__v": 0, - "active": true, - "image": "food_1715791641400.png" -}, -{ - "_id": { - "$oid": "61ac7a10e442f524fe417e26" - }, - "price": 440000, - "stock": 0, - "static_discount": 0, - "name": "نوشابه قوطی.. Coca-Cola/Fanta/Sprite", - "description": "", - "short_description": "", - "category": { - "$oid": "61ac60cdabb1b20239abe5bd" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:36:32.098Z" - }, - "updated_at": { - "$date": "2025-10-02T17:29:33.135Z" - }, - "__v": 0, - "active": true, - "image": "food_1715806193784.png" -}, -{ - "_id": { - "$oid": "61ac7a1ee442f524fe417e33" - }, - "price": 520000, - "stock": 0, - "static_discount": 0, - "name": "ماءالشعیر قوطی.. Lemon/Peach/Cactus/Tropical/Classic", - "description": "", - "short_description": "", - "category": { - "$oid": "61ac60cdabb1b20239abe5bd" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:36:46.736Z" - }, - "updated_at": { - "$date": "2025-07-29T11:29:57.045Z" - }, - "__v": 0, - "active": true, - "image": "food_1715806156688.png" -}, -{ - "_id": { - "$oid": "61ac7a2ce442f524fe417e40" - }, - "price": 110000, - "stock": 0, - "static_discount": 0, - "name": "آب معدنی.. Mineral water", - "description": "", - "short_description": "", - "category": { - "$oid": "61ac60cdabb1b20239abe5bd" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:37:00.292Z" - }, - "updated_at": { - "$date": "2024-05-15T20:52:17.278Z" - }, - "__v": 0, - "active": true, - "image": "food_1715806335977.png" -}, -{ - "_id": { - "$oid": "61ac7a3ee442f524fe417e4f" - }, - "price": 490000, - "stock": 0, - "static_discount": 0, - "name": "دوغ لیوانی.. Yoghurt", - "description": "", - "short_description": "", - "category": { - "$oid": "61ac60cdabb1b20239abe5bd" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:37:18.871Z" - }, - "updated_at": { - "$date": "2024-05-15T20:53:41.464Z" - }, - "__v": 0, - "active": true, - "image": "food_1715806418661.png" -}, -{ - "_id": { - "$oid": "61ac7a99e442f524fe417e61" - }, - "price": 4890000, - "stock": 0, - "static_discount": 0, - "name": "ویژه ژیوان(تک نفره).. Zhivan pizza ", - "description": "پنیر/ژامبون مرغ و گوشت/هات داگ/قارچ/فلفل دلمه ای/ارگانو..cheese/chicken & meat ham/hot dog/mushroom/olive/sweet pepper/organo", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:38:49.143Z" - }, - "updated_at": { - "$date": "2025-12-18T08:32:41.254Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ac7ac6e442f524fe417e73" - }, - "price": 6940000, - "stock": 0, - "static_discount": 0, - "name": "ویژه ژیوان(دو نفره).. Zhivan pizza ", - "description": "پنیر/ژامبون مرغ و گوشت/هات داگ/قارچ/فلفل دلمه ای/ارگانو..cheese/chicken & meat ham/hot dog/mushroom/olive/sweet pepper/organo", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:39:34.328Z" - }, - "updated_at": { - "$date": "2025-12-18T08:32:06.125Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ac7b06e442f524fe417e80" - }, - "price": 5690000, - "stock": 0, - "static_discount": 0, - "name": "رست بیف(تک نفره).. Roast beef ", - "description": "پنیر/مغـــز ران گوســـاله مـــزه دار شـــده/قارچ /فلفل دلمه ای/ارگانو..cheese/calf thigh/marrow/mushroom/sweet pepper/olive/organo", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:40:38.777Z" - }, - "updated_at": { - "$date": "2025-12-18T08:31:24.813Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ac7b29e442f524fe417e8d" - }, - "price": 8330000, - "stock": 0, - "static_discount": 0, - "name": "رست بیف(دو نفره).. Roast beef ", - "description": "پنیر/مغـــز ران گوســـاله مـــزه دار شـــده/قارچ /فلفل دلمه ای/ارگانو..cheese/calf thigh marrow/mushroom/sweet pepper/olive/organo", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:41:13.673Z" - }, - "updated_at": { - "$date": "2025-12-18T08:31:14.868Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ac7b66e442f524fe417e9a" - }, - "price": 4990000, - "stock": 0, - "static_discount": 0, - "name": "اسپشیال(تک نفره).. Special ", - "description": "پنیر/ژامبون/کوکتل /قارچ/فلفل دلمه ای/ارگانو..cheese/ham/cocktail/mushroom/sweet pepper/olive/organo", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:42:14.191Z" - }, - "updated_at": { - "$date": "2025-12-18T08:33:26.457Z" - }, - "__v": 0, - "active": true, - "image": "food_1713706544776.png" -}, -{ - "_id": { - "$oid": "61ac7b83e442f524fe417ea7" - }, - "price": 7060000, - "stock": 0, - "static_discount": 0, - "name": "اسپشیال(دو نفره).. Special ", - "description": "پنیر/ژامبون/کوکتل /قارچ/فلفل دلمه ای /ارگانو..cheese/ham/cocktail/mushroom/sweet pepper/olive/organo", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:42:43.608Z" - }, - "updated_at": { - "$date": "2025-12-18T08:30:51.459Z" - }, - "__v": 0, - "active": true, - "image": "food_1713706534918.png" -}, -{ - "_id": { - "$oid": "61ac7baae442f524fe417eb4" - }, - "price": 5140000, - "stock": 0, - "static_discount": 0, - "name": "وایت چیکن(تک نفره).. Chicken Alfredo ", - "description": "پنیر/مرغ مزه دار شده با خامه /قارچ/ارگانو/ذرت..cheese/chicken with cream/mushroom/organo/corn", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:43:22.260Z" - }, - "updated_at": { - "$date": "2025-12-23T09:45:38.574Z" - }, - "__v": 0, - "active": true, - "image": "food_1713706184032.png" -}, -{ - "_id": { - "$oid": "61ac7c74e442f524fe417f03" - }, - "price": 7110000, - "stock": 0, - "static_discount": 0, - "name": "وایت چیکن (دو نفره).. Chicken Alfredo ", - "description": "پنیر/مرغ مزه دار شده با خامه/قارچ/ارگانو/ذرت..cheese/chicken with cream/mushroom/organo/corn", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:46:44.786Z" - }, - "updated_at": { - "$date": "2025-12-23T09:43:14.398Z" - }, - "__v": 0, - "active": true, - "image": "food_1713706161875.png" -}, -{ - "_id": { - "$oid": "61ac7cc0e442f524fe417f14" - }, - "price": 3940000, - "stock": 0, - "static_discount": 0, - "name": "سبزیجات(تک نفره).. Vegetarian ", - "description": "پنیر/ انواع سبزیجات و صیفی جات تازه فصل..cheese/vegetables/summer crops", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:48:00.853Z" - }, - "updated_at": { - "$date": "2025-12-18T08:30:19.695Z" - }, - "__v": 0, - "active": true, - "image": "food_1713773093656.png" -}, -{ - "_id": { - "$oid": "61ac7d24e442f524fe417f2f" - }, - "price": 5100000, - "stock": 0, - "static_discount": 0, - "name": "سبزیجات(دو نفره).. Vegetarian ", - "description": "پنیر/ انواع سبزیجات و صیفی جات تازه فصل..cheese/vegetables/summer crops", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:49:40.052Z" - }, - "updated_at": { - "$date": "2025-12-18T08:30:11.386Z" - }, - "__v": 0, - "active": true, - "image": "food_1713773039190.png" -}, -{ - "_id": { - "$oid": "61ac7d4ae442f524fe417f3c" - }, - "price": 4940000, - "stock": 0, - "static_discount": 0, - "name": "پپرونی ژیوان(Hot)تک نفره.. Pepperoni ", - "description": "پنیر/پپرونی/هالوپینو/ارگانو/..cheese/pepperoni/jalopino/organo/olive", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:50:18.589Z" - }, - "updated_at": { - "$date": "2025-12-18T08:29:57.389Z" - }, - "__v": 0, - "active": true, - "image": "food_1713706642707.png" -}, -{ - "_id": { - "$oid": "61ac7d66e442f524fe417f49" - }, - "price": 7120000, - "stock": 0, - "static_discount": 0, - "name": "پپرونی ژیوان(Hot)دو نفره.. Pepperoni ", - "description": "پنیر/پپرونی/هالوپینو/ارگانو/.cheese/pepperoni/jalopino/organo/olive", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:50:46.488Z" - }, - "updated_at": { - "$date": "2025-12-18T08:29:47.091Z" - }, - "__v": 0, - "active": true, - "image": "food_1713706628691.png" -}, -{ - "_id": { - "$oid": "61ac7e67e442f524fe417f70" - }, - "price": 5340000, - "stock": 0, - "static_discount": 0, - "name": "میت اند مشروم(تک نفره).. Meat & mushroom ", - "description": "پنیر/گوشت چرخ کرده/قارچ/ فلفل دلمه ای/ پیاز/ ارگانو..cheese/mince meat/mushroom/sweet pepper/onion/organo", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:55:03.050Z" - }, - "updated_at": { - "$date": "2025-12-18T08:25:30.392Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ac7e86e442f524fe417f7d" - }, - "price": 7940000, - "stock": 0, - "static_discount": 0, - "name": "میت اند مشروم(دو نفره).. Meat & mushroom ", - "description": "پنیر/گوشت چرخ کرده/قارچ/ فلفل دلمه ای/ پیاز/ ارگانو..cheese/mince meat/mushroom/sweet pepper/onion/organo", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:55:34.986Z" - }, - "updated_at": { - "$date": "2025-12-18T08:29:32.156Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ac7ebee442f524fe417f8a" - }, - "price": 4920000, - "stock": 0, - "static_discount": 0, - "name": "سالامی(تک نفره).. Salami ", - "description": "پنیر/ســـالامی/ فلفـــل دلمـــه ای/ ارگانو/قارچ..cheese/salami/sweet pepper/olive/organo/mushroom", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:56:30.759Z" - }, - "updated_at": { - "$date": "2025-12-18T08:29:20.839Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ac7ee9e442f524fe417fa5" - }, - "price": 7060000, - "stock": 0, - "static_discount": 0, - "name": "سالامی(دو نفره).. Salami ", - "description": "پنیر/ســـالامی/ فلفـــل دلمـــه ای/ارگانو/قارچ..cheese/salami/sweet pepper/olive/organo/mushroom", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-05T08:57:13.410Z" - }, - "updated_at": { - "$date": "2025-12-18T08:25:06.108Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61b1a8defc1eece3d7626414" - }, - "price": 800000, - "stock": 0, - "static_discount": 0, - "name": "دمنوش سیـــــب و دارچیـن تک نفره Apple & Cinnamon", - "description": "", - "short_description": "", - "category": { - "$oid": "644e450498ff3c7414411176" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T06:57:34.397Z" - }, - "updated_at": { - "$date": "2024-05-17T13:19:17.806Z" - }, - "__v": 0, - "active": true, - "image": "food_1715854518650.png" -}, -{ - "_id": { - "$oid": "61b1a8f5fc1eece3d7626421" - }, - "price": 1100000, - "stock": 0, - "static_discount": 0, - "name": "دمنوش سیـــــب و دارچیـن دو نفره Apple & Cinnamon", - "description": "", - "short_description": "", - "category": { - "$oid": "644e450498ff3c7414411176" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T06:57:57.941Z" - }, - "updated_at": { - "$date": "2024-05-17T13:18:50.895Z" - }, - "__v": 0, - "active": true, - "image": "food_1715854419222.png" -}, -{ - "_id": { - "$oid": "61b1a963fc1eece3d762644b" - }, - "price": 600000, - "stock": 0, - "static_discount": 0, - "name": "چای سبـز و لیمو تک نفره green tea& lemon", - "description": "", - "short_description": "", - "category": { - "$oid": "644e450498ff3c7414411176" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T06:59:47.605Z" - }, - "updated_at": { - "$date": "2024-05-16T10:11:48.148Z" - }, - "__v": 0, - "active": true, - "image": "food_1715854304419.png" -}, -{ - "_id": { - "$oid": "61b1a982fc1eece3d7626458" - }, - "price": 1200000, - "stock": 0, - "static_discount": 0, - "name": "جای سبز و لیمو دو نفره green tea & lemon ", - "description": "", - "short_description": "", - "category": { - "$oid": "644e450498ff3c7414411176" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T07:00:18.979Z" - }, - "updated_at": { - "$date": "2024-05-16T10:10:48.830Z" - }, - "__v": 0, - "active": true, - "image": "food_1715854245151.png" -}, -{ - "_id": { - "$oid": "61b1aba9fc1eece3d76264da" - }, - "price": 650000, - "stock": 0, - "static_discount": 0, - "name": "هارمونیا تک نفره harmonies ", - "description": "", - "short_description": "", - "category": { - "$oid": "644e450498ff3c7414411176" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T07:09:29.169Z" - }, - "updated_at": { - "$date": "2024-05-16T10:08:18.393Z" - }, - "__v": 0, - "active": true, - "image": "food_1715854093204.png" -}, -{ - "_id": { - "$oid": "61b1abcdfc1eece3d76264e9" - }, - "price": 1000000, - "stock": 0, - "static_discount": 0, - "name": "هارمونیا دو نفره harmonies", - "description": " گل گا‌و زبان سنبلطیب لیمو عمانی", - "short_description": "", - "category": { - "$oid": "644e450498ff3c7414411176" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T07:10:05.009Z" - }, - "updated_at": { - "$date": "2024-05-16T10:07:41.179Z" - }, - "__v": 0, - "active": true, - "image": "food_1715854057726.png" -}, -{ - "_id": { - "$oid": "61b1acb1fc1eece3d762652b" - }, - "price": 1160000, - "stock": 0, - "static_discount": 0, - "name": "اسپرســــــو دبـــــــــــل().. Double Espresso ", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a16afc1eece3d7626360" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T07:13:53.627Z" - }, - "updated_at": { - "$date": "2025-12-27T09:59:08.054Z" - }, - "__v": 0, - "active": true, - "image": "food_1715711371198.png" -}, -{ - "_id": { - "$oid": "61b1ad21fc1eece3d7626552" - }, - "price": 1300000, - "stock": 0, - "static_discount": 0, - "name": "آمریکانــــــــــــــو.. Americano", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a16afc1eece3d7626360" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T07:15:45.861Z" - }, - "updated_at": { - "$date": "2025-12-27T09:57:19.850Z" - }, - "__v": 0, - "active": true, - "image": "food_1715711236185.png" -}, -{ - "_id": { - "$oid": "61b1ad62fc1eece3d762656e" - }, - "price": 1950000, - "stock": 0, - "static_discount": 0, - "name": "مــــــــوکا(کلاسیک).. Mocha", - "description": "شکلات / قهوه ", - "short_description": "", - "category": { - "$oid": "61b1a16afc1eece3d7626360" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T07:16:50.710Z" - }, - "updated_at": { - "$date": "2025-12-27T09:57:00.659Z" - }, - "__v": 0, - "active": true, - "image": "food_1715711203117.png" -}, -{ - "_id": { - "$oid": "61b1ade7fc1eece3d76265a4" - }, - "price": 2750000, - "stock": 0, - "static_discount": -1, - "name": "قهوه دمی سایفون.. Siphon coffee", - "description": "قهوه اسپشیال ", - "short_description": "", - "category": { - "$oid": "61b1a16afc1eece3d7626360" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T07:19:03.321Z" - }, - "updated_at": { - "$date": "2025-12-27T09:56:24.191Z" - }, - "__v": 0, - "active": true, - "image": "food_1715711089472.png" -}, -{ - "_id": { - "$oid": "61b1aed3fc1eece3d76265c0" - }, - "price": 1300000, - "stock": 0, - "static_discount": 0, - "name": "قهوه ترک.. Turkish coffee", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a16afc1eece3d7626360" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T07:22:59.520Z" - }, - "updated_at": { - "$date": "2025-12-27T09:54:59.448Z" - }, - "__v": 0, - "active": true, - "image": "food_1715711043900.png" -}, -{ - "_id": { - "$oid": "61b1aef5fc1eece3d76265cd" - }, - "price": 1600000, - "stock": 0, - "static_discount": 0, - "name": "شکلات داغ .. Hot Chocolate", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a16afc1eece3d7626360" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-09T07:23:33.390Z" - }, - "updated_at": { - "$date": "2025-12-27T09:54:38.288Z" - }, - "__v": 0, - "active": true, - "image": "food_1715711005802.png" -}, -{ - "_id": { - "$oid": "61b5d866fc1eece3d76267b7" - }, - "price": 1950000, - "stock": 0, - "static_discount": 0, - "name": "اسموتی استوایی tropical smoothie ", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1befc1eece3d7626390" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-12T11:09:26.614Z" - }, - "updated_at": { - "$date": "2025-09-29T10:57:45.111Z" - }, - "__v": 0, - "active": true, - "image": "food_1715855939026.png" -}, -{ - "_id": { - "$oid": "61b5d882fc1eece3d76267c9" - }, - "price": 1800000, - "stock": 0, - "static_discount": 0, - "name": " اسموتی انبه mango smoothie ", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1befc1eece3d7626390" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-12T11:09:54.391Z" - }, - "updated_at": { - "$date": "2025-09-29T10:57:15.223Z" - }, - "__v": 0, - "active": true, - "image": "food_1715855856058.png" -}, -{ - "_id": { - "$oid": "61b5d899fc1eece3d76267d6" - }, - "price": 1500000, - "stock": 0, - "static_discount": 0, - "name": "اسموتی اپلایم apple & lime smoothie ", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1befc1eece3d7626390" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-12T11:10:17.925Z" - }, - "updated_at": { - "$date": "2025-09-29T10:56:46.476Z" - }, - "__v": 0, - "active": true, - "image": "food_1715855800832.png" -}, -{ - "_id": { - "$oid": "61b5d904fc1eece3d76267f0" - }, - "price": 1600000, - "stock": 0, - "static_discount": 0, - "name": "نوتلا شیک nutella miklshake", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1befc1eece3d7626390" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-12T11:12:04.452Z" - }, - "updated_at": { - "$date": "2025-09-29T10:56:00.331Z" - }, - "__v": 0, - "active": true, - "image": "food_1715855573768.png" -}, -{ - "_id": { - "$oid": "61b5d922fc1eece3d76267fd" - }, - "price": 1500000, - "stock": 0, - "static_discount": 0, - "name": "پینات شیک peanut milkshake", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1befc1eece3d7626390" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-12T11:12:34.855Z" - }, - "updated_at": { - "$date": "2025-09-29T10:55:41.790Z" - }, - "__v": 0, - "active": true, - "image": "food_1715855464156.png" -}, -{ - "_id": { - "$oid": "61b5d982fc1eece3d7626824" - }, - "price": 1300000, - "stock": 0, - "static_discount": 0, - "name": "شوکو شیک chocolate milkshake", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1befc1eece3d7626390" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-12T11:14:10.861Z" - }, - "updated_at": { - "$date": "2025-09-29T10:55:10.687Z" - }, - "__v": 0, - "active": true, - "image": "food_1715855404611.png" -}, -{ - "_id": { - "$oid": "61b5d9d8fc1eece3d762683f" - }, - "price": 1830000, - "stock": 0, - "static_discount": 0, - "name": " آفوگاتو.. Affogato", - "description": "بستنی/اسپرسو ", - "short_description": "", - "category": { - "$oid": "61b1a16afc1eece3d7626360" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-12T11:15:36.541Z" - }, - "updated_at": { - "$date": "2025-12-27T09:52:27.127Z" - }, - "__v": 0, - "active": true, - "image": "food_1715710983514.png" -}, -{ - "_id": { - "$oid": "61b5da7bfc1eece3d7626891" - }, - "price": 2050000, - "stock": 0, - "static_discount": 0, - "name": "وافل نوتلا waffle nutella", - "description": "وافل/بستنی/دورچین میوه ایی روز", - "short_description": "", - "category": { - "$oid": "61b1a1e0fc1eece3d762639b" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2021-12-12T11:18:19.852Z" - }, - "updated_at": { - "$date": "2024-05-17T13:23:19.722Z" - }, - "__v": 0, - "active": true, - "image": "food_1715807218334.png" -}, -{ - "_id": { - "$oid": "61d2b9b5513bb64bd71e9ccb" - }, - "price": 100000, - "stock": 0, - "static_discount": 0, - "name": "اسپرسو سینگل", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 1, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T08:54:13.897Z" - }, - "updated_at": { - "$date": "2022-01-03T08:54:13.897Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bd12513bb64bd71e9cf0" - }, - "price": 120000, - "stock": 0, - "static_discount": 0, - "name": "اسپرسو عربیکا", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 2, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:08:34.249Z" - }, - "updated_at": { - "$date": "2022-01-03T09:08:34.249Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61d2bd33513bb64bd71e9cfd" - }, - "price": 140000, - "stock": 0, - "static_discount": 0, - "name": "دوپیو", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 3, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:09:07.080Z" - }, - "updated_at": { - "$date": "2022-01-03T09:09:07.080Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bd52513bb64bd71e9d0a" - }, - "price": 110000, - "stock": 0, - "static_discount": 0, - "name": "آمریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 4, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:09:38.171Z" - }, - "updated_at": { - "$date": "2022-01-03T09:09:38.171Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bd6f513bb64bd71e9d17" - }, - "price": 170000, - "stock": 0, - "static_discount": 0, - "name": "کافه لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 5, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:10:07.128Z" - }, - "updated_at": { - "$date": "2022-01-03T09:10:07.128Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bd89513bb64bd71e9d24" - }, - "price": 150000, - "stock": 0, - "static_discount": 0, - "name": "کاپوچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 6, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:10:33.588Z" - }, - "updated_at": { - "$date": "2022-01-03T09:10:33.588Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bdae513bb64bd71e9d31" - }, - "price": 180000, - "stock": 0, - "static_discount": 0, - "name": "موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 7, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:11:10.460Z" - }, - "updated_at": { - "$date": "2022-01-03T09:11:10.460Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2be17513bb64bd71e9d4d" - }, - "price": 170000, - "stock": 0, - "static_discount": 0, - "name": "دوپیو عربیکا", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 8, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:12:55.416Z" - }, - "updated_at": { - "$date": "2022-01-03T09:12:55.416Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2be5d513bb64bd71e9d5c" - }, - "price": 150000, - "stock": 0, - "static_discount": 0, - "name": "آفاگاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 9, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:14:05.810Z" - }, - "updated_at": { - "$date": "2022-01-03T09:14:05.810Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2be7b513bb64bd71e9d69" - }, - "price": 140000, - "stock": 0, - "static_discount": 0, - "name": "اسپرسو رومانو ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 10, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:14:35.066Z" - }, - "updated_at": { - "$date": "2022-01-03T09:14:35.066Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2beb567a7c86145ed716d" - }, - "price": 140000, - "stock": 0, - "static_discount": 0, - "name": "آیس کافی", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 11, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:15:33.421Z" - }, - "updated_at": { - "$date": "2022-01-03T09:15:33.421Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bed267a7c86145ed7185" - }, - "price": 170000, - "stock": 0, - "static_discount": 0, - "name": "آیس لاته ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 12, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:16:02.768Z" - }, - "updated_at": { - "$date": "2022-01-03T09:16:02.768Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2beec67a7c86145ed719b" - }, - "price": 180000, - "stock": 0, - "static_discount": 0, - "name": "آیس موکا ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 13, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:16:28.870Z" - }, - "updated_at": { - "$date": "2022-01-03T09:16:28.870Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bf0b67a7c86145ed71b2" - }, - "price": 150000, - "stock": 0, - "static_discount": 0, - "name": "فرنچ پرس ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 14, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:16:59.494Z" - }, - "updated_at": { - "$date": "2022-01-03T09:16:59.494Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bf2c5c48ecb13a43f28a" - }, - "price": 120000, - "stock": 0, - "static_discount": 0, - "name": "ترکیش کافی", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 15, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:17:32.260Z" - }, - "updated_at": { - "$date": "2022-01-03T09:17:32.260Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bf455c48ecb13a43f2a6" - }, - "price": 140000, - "stock": 0, - "static_discount": 0, - "name": "کن پانا ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 16, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:17:57.781Z" - }, - "updated_at": { - "$date": "2022-01-03T09:17:57.781Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bf645c48ecb13a43f2c2" - }, - "price": 200000, - "stock": 0, - "static_discount": 0, - "name": "قهوه دمی", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 17, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:18:28.724Z" - }, - "updated_at": { - "$date": "2022-01-03T09:18:28.724Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bf825c48ecb13a43f2d7" - }, - "price": 200000, - "stock": 0, - "static_discount": 0, - "name": "کلد برو", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 18, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:18:58.220Z" - }, - "updated_at": { - "$date": "2022-01-03T09:18:58.220Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bf9e5c48ecb13a43f2eb" - }, - "price": 170000, - "stock": 0, - "static_discount": 0, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 19, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:19:26.851Z" - }, - "updated_at": { - "$date": "2022-01-03T09:19:26.851Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bfbe5c48ecb13a43f2ff" - }, - "price": 170000, - "stock": 0, - "static_discount": 0, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 20, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:19:58.711Z" - }, - "updated_at": { - "$date": "2022-01-03T09:19:58.711Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bfde5c48ecb13a43f317" - }, - "price": 140000, - "stock": 0, - "static_discount": 0, - "name": "شیر کاکائو", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 21, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:20:30.889Z" - }, - "updated_at": { - "$date": "2022-01-03T09:20:30.889Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2bfff5c48ecb13a43f32e" - }, - "price": 160000, - "stock": 0, - "static_discount": 0, - "name": "شیر نسکافه", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 22, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:21:03.601Z" - }, - "updated_at": { - "$date": "2022-01-03T09:21:03.601Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c0175c48ecb13a43f340" - }, - "price": 160000, - "stock": 0, - "static_discount": 0, - "name": "ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 23, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:21:27.757Z" - }, - "updated_at": { - "$date": "2022-01-03T09:21:27.757Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c0305c48ecb13a43f352" - }, - "price": 140000, - "stock": 0, - "static_discount": 0, - "name": "شیر عسل", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 24, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:21:52.998Z" - }, - "updated_at": { - "$date": "2022-01-03T09:21:52.998Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c0745c48ecb13a43f37a" - }, - "price": 170000, - "stock": 0, - "static_discount": 0, - "name": "رپنیک چاکلت ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2b988513bb64bd71e9cb2" - }, - "index": 25, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:23:00.959Z" - }, - "updated_at": { - "$date": "2022-01-03T09:23:00.959Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c0e05c48ecb13a43f3c1" - }, - "price": 300000, - "stock": 0, - "static_discount": 0, - "name": "شیک نوتلا ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c0ae5c48ecb13a43f39f" - }, - "index": 1, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:24:48.484Z" - }, - "updated_at": { - "$date": "2022-01-03T09:24:48.484Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c1015c48ecb13a43f3da" - }, - "price": 250000, - "stock": 0, - "static_discount": 0, - "name": "شیک موز ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c0ae5c48ecb13a43f39f" - }, - "index": 2, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:25:21.218Z" - }, - "updated_at": { - "$date": "2022-01-03T09:25:21.218Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c1245c48ecb13a43f3f7" - }, - "price": 250000, - "stock": 0, - "static_discount": 0, - "name": "شیک توت فرنگی", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c0ae5c48ecb13a43f39f" - }, - "index": 3, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:25:56.180Z" - }, - "updated_at": { - "$date": "2022-01-03T09:25:56.180Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c14b5c48ecb13a43f412" - }, - "price": 250000, - "stock": 0, - "static_discount": 0, - "name": "شیک کاپوچینو ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c0ae5c48ecb13a43f39f" - }, - "index": 4, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:26:35.490Z" - }, - "updated_at": { - "$date": "2022-01-03T09:26:35.490Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c1685c48ecb13a43f42a" - }, - "price": 300000, - "stock": 0, - "static_discount": 0, - "name": "شیک بادام زمینی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c0ae5c48ecb13a43f39f" - }, - "index": 5, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:27:04.814Z" - }, - "updated_at": { - "$date": "2022-01-03T09:27:04.814Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c1845c48ecb13a43f441" - }, - "price": 250000, - "stock": 0, - "static_discount": 0, - "name": "شیک انبه ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c0ae5c48ecb13a43f39f" - }, - "index": 6, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:27:32.660Z" - }, - "updated_at": { - "$date": "2022-01-03T09:27:32.660Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c1a65c48ecb13a43f460" - }, - "price": 300000, - "stock": 0, - "static_discount": 0, - "name": "شیک اسپرسو ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c0ae5c48ecb13a43f39f" - }, - "index": 7, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:28:06.748Z" - }, - "updated_at": { - "$date": "2022-01-03T09:28:06.748Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c1c25c48ecb13a43f47c" - }, - "price": 250000, - "stock": 0, - "static_discount": 0, - "name": "شیک شکلات ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c0ae5c48ecb13a43f39f" - }, - "index": 8, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:28:34.673Z" - }, - "updated_at": { - "$date": "2022-01-03T09:28:34.673Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c2075c48ecb13a43f4b9" - }, - "price": 300000, - "stock": 0, - "static_discount": 0, - "name": "کیک بستنی", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c1e85c48ecb13a43f49e" - }, - "index": 1, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:29:43.688Z" - }, - "updated_at": { - "$date": "2022-01-03T09:29:43.688Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c2255c48ecb13a43f4d4" - }, - "price": 140000, - "stock": 0, - "static_discount": 0, - "name": "کیک شکلاتی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c1e85c48ecb13a43f49e" - }, - "index": 2, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:30:13.459Z" - }, - "updated_at": { - "$date": "2022-01-03T09:30:13.459Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c2415c48ecb13a43f4eb" - }, - "price": 150000, - "stock": 0, - "static_discount": 0, - "name": "کیک موز گردو ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c1e85c48ecb13a43f49e" - }, - "index": 3, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:30:41.186Z" - }, - "updated_at": { - "$date": "2022-01-03T09:30:41.186Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c2895c48ecb13a43f525" - }, - "price": 180000, - "stock": 0, - "static_discount": 0, - "name": "شربت نعنا", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c25e5c48ecb13a43f506" - }, - "index": 1, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:31:53.528Z" - }, - "updated_at": { - "$date": "2022-01-03T09:31:53.528Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c2aa5c48ecb13a43f53d" - }, - "price": 180000, - "stock": 0, - "static_discount": 0, - "name": "شربت بیدمشک ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c25e5c48ecb13a43f506" - }, - "index": 2, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:32:26.018Z" - }, - "updated_at": { - "$date": "2022-01-03T09:32:26.018Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c2c95c48ecb13a43f551" - }, - "price": 180000, - "stock": 0, - "static_discount": 0, - "name": "شربت زعفران", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c25e5c48ecb13a43f506" - }, - "index": 3, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:32:57.298Z" - }, - "updated_at": { - "$date": "2022-01-03T09:32:57.298Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c2ec5c48ecb13a43f564" - }, - "price": 200000, - "stock": 0, - "static_discount": 0, - "name": "فلامینگو", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c25e5c48ecb13a43f506" - }, - "index": 4, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:33:32.691Z" - }, - "updated_at": { - "$date": "2022-01-03T09:33:32.691Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c3055c48ecb13a43f576" - }, - "price": 200000, - "stock": 0, - "static_discount": 0, - "name": "موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c25e5c48ecb13a43f506" - }, - "index": 5, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:33:57.938Z" - }, - "updated_at": { - "$date": "2022-01-03T09:33:57.938Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c3255c48ecb13a43f589" - }, - "price": 200000, - "stock": 0, - "static_discount": 0, - "name": "پاستیلی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c25e5c48ecb13a43f506" - }, - "index": 6, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:34:29.041Z" - }, - "updated_at": { - "$date": "2022-01-03T09:34:29.041Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c3465c48ecb13a43f59c" - }, - "price": 20000, - "stock": 0, - "static_discount": 0, - "name": "کرن لاین", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c25e5c48ecb13a43f506" - }, - "index": 7, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:35:02.577Z" - }, - "updated_at": { - "$date": "2022-01-03T09:35:02.577Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c37b5c48ecb13a43f5c6" - }, - "price": 150000, - "stock": 0, - "static_discount": 0, - "name": "آرامش", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 1, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:35:55.761Z" - }, - "updated_at": { - "$date": "2022-01-03T09:35:55.761Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c3945c48ecb13a43f5d7" - }, - "price": 150000, - "stock": 0, - "static_discount": 0, - "name": "ژالان", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 2, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:36:20.180Z" - }, - "updated_at": { - "$date": "2022-01-03T09:36:20.180Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c3b65c48ecb13a43f5eb" - }, - "price": 220000, - "stock": 0, - "static_discount": 0, - "name": "میکس بری", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 3, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:36:54.556Z" - }, - "updated_at": { - "$date": "2022-01-03T09:36:54.556Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c3d45c48ecb13a43f5fd" - }, - "price": 220000, - "stock": 0, - "static_discount": 0, - "name": "آفرینش", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 4, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:37:24.088Z" - }, - "updated_at": { - "$date": "2022-01-03T09:37:24.088Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c3ee5c48ecb13a43f60f" - }, - "price": 150000, - "stock": 0, - "static_discount": 0, - "name": "رویا", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 5, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:37:50.818Z" - }, - "updated_at": { - "$date": "2022-01-03T09:37:50.818Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c4075c48ecb13a43f621" - }, - "price": 200000, - "stock": 0, - "static_discount": 0, - "name": "شهنوش", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 6, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:38:15.127Z" - }, - "updated_at": { - "$date": "2022-01-03T09:38:15.127Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c4235c48ecb13a43f633" - }, - "price": 150000, - "stock": 0, - "static_discount": 0, - "name": "پرسیکا", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 7, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:38:43.578Z" - }, - "updated_at": { - "$date": "2022-01-03T09:38:43.578Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c43f5c48ecb13a43f645" - }, - "price": 200000, - "stock": 0, - "static_discount": 0, - "name": "لمونکس", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 8, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:39:11.090Z" - }, - "updated_at": { - "$date": "2022-01-03T09:39:11.090Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c45f5c48ecb13a43f658" - }, - "price": 200000, - "stock": 0, - "static_discount": 0, - "name": "آنیل", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 9, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:39:43.766Z" - }, - "updated_at": { - "$date": "2022-01-03T09:39:43.766Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c47e5c48ecb13a43f66b" - }, - "price": 220000, - "stock": 0, - "static_discount": 0, - "name": "دمنوش سال", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 10, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:40:14.344Z" - }, - "updated_at": { - "$date": "2022-01-03T09:40:14.344Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c4a05c48ecb13a43f67e" - }, - "price": 220000, - "stock": 0, - "static_discount": 0, - "name": "دمنوش هارمونی", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 11, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:40:48.517Z" - }, - "updated_at": { - "$date": "2022-01-03T09:40:48.517Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c4bb5c48ecb13a43f690" - }, - "price": 220000, - "stock": 0, - "static_discount": 0, - "name": "دمنوش پراگ ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 12, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:41:15.644Z" - }, - "updated_at": { - "$date": "2022-01-03T09:41:15.644Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c4db5c48ecb13a43f6a3" - }, - "price": 150000, - "stock": 0, - "static_discount": 0, - "name": "چای پوئر", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 13, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:41:47.240Z" - }, - "updated_at": { - "$date": "2022-01-03T09:41:47.240Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c4f85c48ecb13a43f6b6" - }, - "price": 120000, - "stock": 0, - "static_discount": 0, - "name": "چای سبز", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 14, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:42:16.440Z" - }, - "updated_at": { - "$date": "2022-01-03T09:42:16.440Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c5125c48ecb13a43f6c7" - }, - "price": 120000, - "stock": 0, - "static_discount": 0, - "name": "چای دارچین ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 15, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:42:42.690Z" - }, - "updated_at": { - "$date": "2022-01-03T09:42:42.690Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c5455c48ecb13a43f6de" - }, - "price": 120000, - "stock": 0, - "static_discount": 0, - "name": "چای به لیمو ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 16, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:43:33.096Z" - }, - "updated_at": { - "$date": "2022-01-03T09:43:33.096Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c55e5c48ecb13a43f6f0" - }, - "price": 120000, - "stock": 0, - "static_discount": 0, - "name": "چای زعفران ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 17, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:43:58.759Z" - }, - "updated_at": { - "$date": "2022-01-03T09:43:58.759Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c5805c48ecb13a43f703" - }, - "price": 150000, - "stock": 0, - "static_discount": 0, - "name": "چای مروارید چینی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 18, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:44:32.818Z" - }, - "updated_at": { - "$date": "2022-01-03T09:44:32.818Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d2c5a45c48ecb13a43f716" - }, - "price": 120000, - "stock": 0, - "static_discount": 0, - "name": "چای بلومینگ ", - "description": "", - "short_description": "", - "category": { - "$oid": "61d2c35d5c48ecb13a43f5b0" - }, - "index": 19, - "storeId": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "created_at": { - "$date": "2022-01-03T09:45:08.536Z" - }, - "updated_at": { - "$date": "2022-01-03T09:45:08.536Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61d5559dcbd2de185c5f6c9a" - }, - "price": 100000, - "stock": 0, - "static_discount": 0, - "name": "test", - "description": "adssad", - "short_description": "", - "category": { - "$oid": "61d5519955249f031c7e5d1b" - }, - "index": 1, - "storeId": { - "$oid": "61d2ab31fa054b3d183cfd06" - }, - "created_at": { - "$date": "2022-01-05T08:23:57.571Z" - }, - "updated_at": { - "$date": "2022-01-05T08:23:57.571Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61ee42984a8d41eae80b0e6c" - }, - "price": 520000, - "stock": 0, - "static_discount": 0, - "name": "تست فرانسه ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3d3d4a8d41eae80b0cf0" - }, - "index": 1, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:09:28.462Z" - }, - "updated_at": { - "$date": "2022-05-17T15:31:18.070Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee42bb4a8d41eae80b0e7b" - }, - "price": 480000, - "stock": 0, - "static_discount": 0, - "name": "املت فرانسه ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3d3d4a8d41eae80b0cf0" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:10:03.709Z" - }, - "updated_at": { - "$date": "2022-05-17T15:30:27.727Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee42f54a8d41eae80b0e8b" - }, - "price": 860000, - "stock": 0, - "static_discount": 0, - "name": "بشقاب ایرانی", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3d3d4a8d41eae80b0cf0" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:11:01.033Z" - }, - "updated_at": { - "$date": "2022-05-17T15:29:56.175Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee43084a8d41eae80b0e98" - }, - "price": 1150000, - "stock": 0, - "static_discount": 0, - "name": "بشقاب انگلیسی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3d3d4a8d41eae80b0cf0" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:11:20.144Z" - }, - "updated_at": { - "$date": "2022-05-17T15:29:13.025Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee43214a8d41eae80b0eab" - }, - "price": 480000, - "stock": 0, - "static_discount": 0, - "name": "املت قارچ ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3d3d4a8d41eae80b0cf0" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:11:45.151Z" - }, - "updated_at": { - "$date": "2022-05-17T15:28:12.338Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee43324a8d41eae80b0eb8" - }, - "price": 430000, - "stock": 0, - "static_discount": 0, - "name": "املت ایرانی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3d3d4a8d41eae80b0cf0" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:12:02.180Z" - }, - "updated_at": { - "$date": "2022-05-17T15:27:34.519Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee44614a8d41eae80b0f50" - }, - "price": 720000, - "stock": 0, - "static_discount": 0, - "name": "پاستا پنه چیکن آلفردو", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3dcb4a8d41eae80b0d21" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:17:05.324Z" - }, - "updated_at": { - "$date": "2022-05-09T13:44:37.442Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee449f4a8d41eae80b0f73" - }, - "price": 820000, - "stock": 0, - "static_discount": 0, - "name": "پاستا پنه آلفردو با فیله گوساله ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3dcb4a8d41eae80b0d21" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:18:07.231Z" - }, - "updated_at": { - "$date": "2022-05-09T13:57:27.623Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee44b44a8d41eae80b0f80" - }, - "price": 750000, - "stock": 0, - "static_discount": 0, - "name": "برگر کلاسیک ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3dcb4a8d41eae80b0d21" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:18:28.161Z" - }, - "updated_at": { - "$date": "2022-05-09T14:01:02.842Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee44c64a8d41eae80b0f8d" - }, - "price": 830000, - "stock": 0, - "static_discount": 0, - "name": "چیز برگر ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3dcb4a8d41eae80b0d21" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:18:46.113Z" - }, - "updated_at": { - "$date": "2022-05-09T14:33:20.417Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee44d84a8d41eae80b0f9a" - }, - "price": 1180000, - "stock": 0, - "static_discount": 0, - "name": "دابل چیز برگر ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3dcb4a8d41eae80b0d21" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:19:04.290Z" - }, - "updated_at": { - "$date": "2022-05-09T14:40:03.284Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee44e74a8d41eae80b0fa7" - }, - "price": 990000, - "stock": 0, - "static_discount": 0, - "name": "چوریتسو برگر ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3dcb4a8d41eae80b0d21" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:19:19.610Z" - }, - "updated_at": { - "$date": "2022-05-09T14:44:10.229Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee44f84a8d41eae80b0fb4" - }, - "price": 870000, - "stock": 0, - "static_discount": 0, - "name": "برگر با سس قارچ ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3dcb4a8d41eae80b0d21" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:19:36.364Z" - }, - "updated_at": { - "$date": "2022-05-09T14:45:56.854Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee45234a8d41eae80b0fce" - }, - "price": 1280000, - "stock": 0, - "static_discount": 0, - "name": "بشقاب استیک گوساله", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3dcb4a8d41eae80b0d21" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:20:19.304Z" - }, - "updated_at": { - "$date": "2022-01-24T06:20:19.304Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee45324a8d41eae80b0fdb" - }, - "price": 580000, - "stock": 0, - "static_discount": 0, - "name": "بشقاب سبزیجات ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3db44a8d41eae80b0d16" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:20:34.381Z" - }, - "updated_at": { - "$date": "2022-05-09T13:42:51.327Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee45e44a8d41eae80b1063" - }, - "price": 430000, - "stock": 0, - "static_discount": 0, - "name": "جینجر لایم ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3df34a8d41eae80b0d37" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:23:32.164Z" - }, - "updated_at": { - "$date": "2022-06-22T16:50:36.803Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee45f64a8d41eae80b1070" - }, - "price": 380000, - "stock": 0, - "static_discount": 0, - "name": "موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3df34a8d41eae80b0d37" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:23:50.644Z" - }, - "updated_at": { - "$date": "2022-06-22T19:08:27.924Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee460f4a8d41eae80b107d" - }, - "price": 450000, - "stock": 0, - "static_discount": 0, - "name": "رِد موهیتو ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3df34a8d41eae80b0d37" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:24:15.101Z" - }, - "updated_at": { - "$date": "2022-06-22T16:55:07.629Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee46204a8d41eae80b108a" - }, - "price": 380000, - "stock": 0, - "static_discount": 0, - "name": "لیموناد", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3df34a8d41eae80b0d37" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:24:32.283Z" - }, - "updated_at": { - "$date": "2022-06-22T19:09:02.629Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee46404a8d41eae80b1099" - }, - "price": 420000, - "stock": 0, - "static_discount": 0, - "name": "خاکشیر بهارنارنج ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3df34a8d41eae80b0d37" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:25:04.640Z" - }, - "updated_at": { - "$date": "2022-06-22T16:59:21.991Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee46524a8d41eae80b10a6" - }, - "price": 460000, - "stock": 0, - "static_discount": 0, - "name": "زعفران آلوئه ورا ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3df34a8d41eae80b0d37" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:25:22.834Z" - }, - "updated_at": { - "$date": "2022-06-22T17:02:22.670Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee46624a8d41eae80b10b3" - }, - "price": 450000, - "stock": 0, - "static_discount": 0, - "name": "لیمو زعفران ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3df34a8d41eae80b0d37" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:25:38.400Z" - }, - "updated_at": { - "$date": "2022-06-22T17:03:16.937Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee46754a8d41eae80b10c0" - }, - "price": 420000, - "stock": 0, - "static_discount": 0, - "name": "بیدمشک نسترن ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3df34a8d41eae80b0d37" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:25:57.929Z" - }, - "updated_at": { - "$date": "2022-06-22T19:10:34.998Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee46894a8d41eae80b10cd" - }, - "price": 490000, - "stock": 0, - "static_discount": 0, - "name": "رز چینی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3df34a8d41eae80b0d37" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:26:17.361Z" - }, - "updated_at": { - "$date": "2022-06-22T17:06:45.751Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee46a14a8d41eae80b10da" - }, - "price": 400000, - "stock": 0, - "static_discount": 0, - "name": "اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e164a8d41eae80b0d44" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:26:41.771Z" - }, - "updated_at": { - "$date": "2022-05-16T14:44:18.990Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee46b14a8d41eae80b10e7" - }, - "price": 430000, - "stock": 0, - "static_discount": 0, - "name": "موز کارامل ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e164a8d41eae80b0d44" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:26:57.061Z" - }, - "updated_at": { - "$date": "2022-05-16T14:43:35.346Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee46bf4a8d41eae80b10f4" - }, - "price": 460000, - "stock": 0, - "static_discount": 0, - "name": "موز شکلات ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e164a8d41eae80b0d44" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:27:11.891Z" - }, - "updated_at": { - "$date": "2022-05-16T14:42:03.862Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee46cc4a8d41eae80b1101" - }, - "price": 430000, - "stock": 0, - "static_discount": 0, - "name": "شکلات فندق ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e164a8d41eae80b0d44" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:27:24.894Z" - }, - "updated_at": { - "$date": "2022-05-16T14:42:57.911Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee46db4a8d41eae80b110e" - }, - "price": 520000, - "stock": 0, - "static_discount": 0, - "name": "پسته زعفران اعلا ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e164a8d41eae80b0d44" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:27:39.701Z" - }, - "updated_at": { - "$date": "2022-05-16T14:40:37.167Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee47004a8d41eae80b1128" - }, - "price": 600000, - "stock": 0, - "static_discount": 0, - "name": "کیت کت ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e164a8d41eae80b0d44" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:28:16.944Z" - }, - "updated_at": { - "$date": "2022-05-24T13:42:45.238Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee47164a8d41eae80b1135" - }, - "price": 480000, - "stock": 0, - "static_discount": 0, - "name": "اوریو", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e164a8d41eae80b0d44" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:28:38.880Z" - }, - "updated_at": { - "$date": "2022-05-16T14:35:24.229Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee47274a8d41eae80b1142" - }, - "price": 460000, - "stock": 0, - "static_discount": 0, - "name": "نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e164a8d41eae80b0d44" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:28:55.854Z" - }, - "updated_at": { - "$date": "2022-05-16T14:34:43.861Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee47364a8d41eae80b114f" - }, - "price": 530000, - "stock": 0, - "static_discount": 0, - "name": "لوتوس", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e164a8d41eae80b0d44" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:29:10.522Z" - }, - "updated_at": { - "$date": "2022-05-16T14:32:31.346Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee47464a8d41eae80b115c" - }, - "price": 490000, - "stock": 0, - "static_discount": 0, - "name": "کره بادام زمینی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e164a8d41eae80b0d44" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:29:26.254Z" - }, - "updated_at": { - "$date": "2022-05-16T14:24:23.838Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee475b4a8d41eae80b116b" - }, - "price": 600000, - "stock": 0, - "static_discount": 0, - "name": "ویژه (نوتلا،کره بادام زمینی) ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e164a8d41eae80b0d44" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:29:47.793Z" - }, - "updated_at": { - "$date": "2022-05-16T14:18:18.461Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee47774a8d41eae80b1178" - }, - "price": 310000, - "stock": 0, - "static_discount": 0, - "name": "اسپرسو ", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:30:15.731Z" - }, - "updated_at": { - "$date": "2022-06-22T16:31:49.689Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee47904a8d41eae80b1187" - }, - "price": 290000, - "stock": 0, - "static_discount": 0, - "name": "اسپرسو ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:30:40.118Z" - }, - "updated_at": { - "$date": "2022-06-22T16:31:08.384Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee47a14a8d41eae80b1194" - }, - "price": 270000, - "stock": 0, - "static_discount": 0, - "name": "اسپرسو ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:30:57.373Z" - }, - "updated_at": { - "$date": "2022-06-22T16:28:35.022Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee47b54a8d41eae80b11a1" - }, - "price": 320000, - "stock": 0, - "static_discount": 0, - "name": "امریکانو", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:31:17.662Z" - }, - "updated_at": { - "$date": "2022-06-22T16:41:07.906Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee47ca4a8d41eae80b11b0" - }, - "price": 300000, - "stock": 0, - "static_discount": 0, - "name": "امریکانو ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:31:38.294Z" - }, - "updated_at": { - "$date": "2022-06-22T16:34:21.980Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee47de4a8d41eae80b11bf" - }, - "price": 280000, - "stock": 0, - "static_discount": 0, - "name": "امریکانو ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:31:58.394Z" - }, - "updated_at": { - "$date": "2022-06-22T16:33:48.232Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee47f44a8d41eae80b11cc" - }, - "price": 260000, - "stock": 0, - "static_discount": 0, - "name": "کُن هیلو", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:32:20.936Z" - }, - "updated_at": { - "$date": "2022-01-24T06:32:20.936Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee480b4a8d41eae80b11db" - }, - "price": 250000, - "stock": 0, - "static_discount": 0, - "name": "کُن هیلو ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:32:43.049Z" - }, - "updated_at": { - "$date": "2022-01-24T06:32:43.049Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee48214a8d41eae80b11e8" - }, - "price": 240000, - "stock": 0, - "static_discount": 0, - "name": "کُن هیلو ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:33:05.364Z" - }, - "updated_at": { - "$date": "2022-01-24T06:33:05.364Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee48454a8d41eae80b11f5" - }, - "price": 340000, - "stock": 0, - "static_discount": 0, - "name": "رومانو", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:33:41.970Z" - }, - "updated_at": { - "$date": "2022-06-22T16:46:08.948Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee48554a8d41eae80b1202" - }, - "price": 320000, - "stock": 0, - "static_discount": 0, - "name": "رومانو ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:33:57.971Z" - }, - "updated_at": { - "$date": "2022-06-22T16:46:56.667Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee486b4a8d41eae80b120f" - }, - "price": 310000, - "stock": 0, - "static_discount": 0, - "name": "رومانو ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:34:19.012Z" - }, - "updated_at": { - "$date": "2022-06-22T16:46:37.423Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee48854a8d41eae80b121c" - }, - "price": 330000, - "stock": 0, - "static_discount": 0, - "name": "کوبانو", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:34:45.689Z" - }, - "updated_at": { - "$date": "2022-06-22T19:46:11.144Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee48964a8d41eae80b1229" - }, - "price": 310000, - "stock": 0, - "static_discount": 0, - "name": "کوبانو ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:35:02.205Z" - }, - "updated_at": { - "$date": "2022-06-22T19:33:48.890Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee48ec4a8d41eae80b1247" - }, - "price": 300000, - "stock": 0, - "static_discount": 0, - "name": "کوبانو ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:36:28.813Z" - }, - "updated_at": { - "$date": "2022-06-22T19:33:19.999Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee49124a8d41eae80b1254" - }, - "price": 500000, - "stock": 0, - "static_discount": 0, - "name": "ترونگ کافی ", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:37:06.032Z" - }, - "updated_at": { - "$date": "2022-06-23T15:40:05.006Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee49274a8d41eae80b1261" - }, - "price": 490000, - "stock": 0, - "static_discount": 0, - "name": "ترونگ کافی ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:37:27.091Z" - }, - "updated_at": { - "$date": "2022-06-23T15:39:34.163Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee493a4a8d41eae80b126e" - }, - "price": 480000, - "stock": 0, - "static_discount": 0, - "name": "ترونگ کافی ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:37:46.183Z" - }, - "updated_at": { - "$date": "2022-06-23T15:39:18.190Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee495a4a8d41eae80b127b" - }, - "price": 260000, - "stock": 0, - "static_discount": 0, - "name": "کورتادو", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:38:18.663Z" - }, - "updated_at": { - "$date": "2022-01-24T06:38:18.663Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee496c4a8d41eae80b1288" - }, - "price": 250000, - "stock": 0, - "static_discount": 0, - "name": "کورتادو ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:38:36.153Z" - }, - "updated_at": { - "$date": "2022-01-24T06:38:36.153Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee49844a8d41eae80b1297" - }, - "price": 240000, - "stock": 0, - "static_discount": 0, - "name": "کورتادو ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:39:00.449Z" - }, - "updated_at": { - "$date": "2022-01-24T06:39:00.449Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee49a24a8d41eae80b12a4" - }, - "price": 380000, - "stock": 0, - "static_discount": 0, - "name": "ماکیاتو", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:39:30.283Z" - }, - "updated_at": { - "$date": "2022-09-04T14:25:08.349Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee49db4a8d41eae80b12be" - }, - "price": 370000, - "stock": 0, - "static_discount": 0, - "name": "ماکیاتو ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:40:27.433Z" - }, - "updated_at": { - "$date": "2022-09-04T14:24:22.140Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee49f94a8d41eae80b12cb" - }, - "price": 360000, - "stock": 0, - "static_discount": 0, - "name": "ماکیاتو ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:40:57.018Z" - }, - "updated_at": { - "$date": "2022-09-04T14:23:17.056Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4b364a8d41eae80b1396" - }, - "price": 420000, - "stock": 0, - "static_discount": 0, - "name": "موکاتلا", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:46:14.084Z" - }, - "updated_at": { - "$date": "2022-06-23T15:21:05.120Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4b474a8d41eae80b13a5" - }, - "price": 400000, - "stock": 0, - "static_discount": 0, - "name": "موکاتلا ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:46:31.244Z" - }, - "updated_at": { - "$date": "2022-06-23T15:20:31.479Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4b5d4a8d41eae80b13b2" - }, - "price": 390000, - "stock": 0, - "static_discount": 0, - "name": "موکاتلا ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:46:53.778Z" - }, - "updated_at": { - "$date": "2022-06-23T15:19:44.011Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4b774a8d41eae80b13bf" - }, - "price": 410000, - "stock": 0, - "static_discount": 0, - "name": "لاته ماکیاتو", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:47:19.338Z" - }, - "updated_at": { - "$date": "2022-06-22T18:00:29.712Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4b874a8d41eae80b13cc" - }, - "price": 390000, - "stock": 0, - "static_discount": 0, - "name": " لاته ماکیاتو ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:47:35.003Z" - }, - "updated_at": { - "$date": "2022-06-22T18:02:08.373Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4b9d4a8d41eae80b13d9" - }, - "price": 380000, - "stock": 0, - "static_discount": 0, - "name": "لاته ماکیاتو ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:47:57.262Z" - }, - "updated_at": { - "$date": "2022-06-22T17:58:12.133Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4bb44a8d41eae80b13e6" - }, - "price": 480000, - "stock": 0, - "static_discount": 0, - "name": "بیچیرین", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:48:20.202Z" - }, - "updated_at": { - "$date": "2022-06-23T15:26:09.511Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4bcc4a8d41eae80b13f5" - }, - "price": 470000, - "stock": 0, - "static_discount": 0, - "name": " بیچیرین", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:48:44.510Z" - }, - "updated_at": { - "$date": "2022-06-23T15:26:47.917Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4bdd4a8d41eae80b1402" - }, - "price": 460000, - "stock": 0, - "static_discount": 0, - "name": "بیچیرین ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:49:01.495Z" - }, - "updated_at": { - "$date": "2022-06-23T15:28:05.343Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4c0c4a8d41eae80b140f" - }, - "price": 420000, - "stock": 0, - "static_discount": 0, - "name": "اورجینال آفوگاتو ", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:49:48.432Z" - }, - "updated_at": { - "$date": "2022-06-22T19:03:21.760Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4c214a8d41eae80b141e" - }, - "price": 400000, - "stock": 0, - "static_discount": 0, - "name": " اورجینال آفوگاتو ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:50:09.352Z" - }, - "updated_at": { - "$date": "2022-06-22T18:47:35.429Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4c354a8d41eae80b142d" - }, - "price": 390000, - "stock": 0, - "static_discount": 0, - "name": "اورجینال آفوگاتو ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:50:29.620Z" - }, - "updated_at": { - "$date": "2022-06-22T18:47:02.221Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4c5a4a8d41eae80b143a" - }, - "price": 450000, - "stock": 0, - "static_discount": 0, - "name": "سفرون آفوگاتو ", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:51:06.354Z" - }, - "updated_at": { - "$date": "2022-06-22T19:24:21.373Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4c6d4a8d41eae80b1449" - }, - "price": 440000, - "stock": 0, - "static_discount": 0, - "name": "سفرون آفوگاتو ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:51:25.373Z" - }, - "updated_at": { - "$date": "2022-06-22T19:22:04.348Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4c7e4a8d41eae80b1458" - }, - "price": 430000, - "stock": 0, - "static_discount": 0, - "name": "سفرون آفوگاتو ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:51:42.641Z" - }, - "updated_at": { - "$date": "2022-06-22T19:21:29.004Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4c934a8d41eae80b1465" - }, - "price": 360000, - "stock": 0, - "static_discount": 0, - "name": "آیسد آمریکانو", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:52:03.407Z" - }, - "updated_at": { - "$date": "2022-06-22T19:20:54.423Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4ca94a8d41eae80b1474" - }, - "price": 340000, - "stock": 0, - "static_discount": 0, - "name": "آیسد آمریکانو ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:52:25.673Z" - }, - "updated_at": { - "$date": "2022-06-22T19:17:59.217Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4cba4a8d41eae80b1481" - }, - "price": 320000, - "stock": 0, - "static_discount": 0, - "name": "آیسد آمریکانو ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:52:42.095Z" - }, - "updated_at": { - "$date": "2022-06-22T19:16:39.317Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4cda4a8d41eae80b1499" - }, - "price": 400000, - "stock": 0, - "static_discount": 0, - "name": "اسپرسو تونیک ", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:53:14.482Z" - }, - "updated_at": { - "$date": "2022-06-22T19:32:43.720Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4ce94a8d41eae80b14a6" - }, - "price": 380000, - "stock": 0, - "static_discount": 0, - "name": "اسپرسو تونیک ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:53:29.122Z" - }, - "updated_at": { - "$date": "2022-06-22T19:28:16.352Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4d024a8d41eae80b14b7" - }, - "price": 360000, - "stock": 0, - "static_discount": 0, - "name": "اسپرسو تونیک ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:53:54.962Z" - }, - "updated_at": { - "$date": "2022-06-22T19:27:11.290Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4d154a8d41eae80b14c4" - }, - "price": 430000, - "stock": 0, - "static_discount": 0, - "name": "آیسد لاته", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:54:13.442Z" - }, - "updated_at": { - "$date": "2022-06-22T17:45:45.519Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4d284a8d41eae80b14d3" - }, - "price": 420000, - "stock": 0, - "static_discount": 0, - "name": "آیسد لاته ", - "description": "80%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:54:32.061Z" - }, - "updated_at": { - "$date": "2022-06-22T17:45:23.299Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4d3a4a8d41eae80b14e2" - }, - "price": 410000, - "stock": 0, - "static_discount": 0, - "name": "آیسد لاته ", - "description": "50%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:54:50.972Z" - }, - "updated_at": { - "$date": "2022-06-22T17:42:44.358Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4d534a8d41eae80b14ef" - }, - "price": 280000, - "stock": 0, - "static_discount": 0, - "name": "والتون", - "description": "100%", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:55:15.464Z" - }, - "updated_at": { - "$date": "2022-01-24T06:55:15.464Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4dc84a8d41eae80b151a" - }, - "price": 340000, - "stock": 0, - "static_discount": 0, - "name": "هات چاکلت کلاسیک ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e6c4a8d41eae80b0d65" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:57:12.080Z" - }, - "updated_at": { - "$date": "2022-06-22T17:10:52.260Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4e534a8d41eae80b1539" - }, - "price": 400000, - "stock": 0, - "static_discount": 0, - "name": "هات چاکلت ویژه ( شکلات ریئل) ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e6c4a8d41eae80b0d65" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:59:31.542Z" - }, - "updated_at": { - "$date": "2022-06-22T17:12:45.660Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4e614a8d41eae80b1546" - }, - "price": 280000, - "stock": 0, - "static_discount": 0, - "name": "وایت چاکلت ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e6c4a8d41eae80b0d65" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:59:45.394Z" - }, - "updated_at": { - "$date": "2022-02-02T16:04:29.690Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4e6e4a8d41eae80b1553" - }, - "price": 300000, - "stock": 0, - "static_discount": 0, - "name": "دارک چاکلت ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e6c4a8d41eae80b0d65" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T06:59:58.432Z" - }, - "updated_at": { - "$date": "2022-02-02T16:29:17.027Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4e7b4a8d41eae80b1560" - }, - "price": 300000, - "stock": 0, - "static_discount": 0, - "name": "افترایت چاکلت ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e6c4a8d41eae80b0d65" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:00:11.412Z" - }, - "updated_at": { - "$date": "2022-02-02T16:06:00.366Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4e934a8d41eae80b156d" - }, - "price": 360000, - "stock": 0, - "static_discount": 0, - "name": "هات فندقی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e6c4a8d41eae80b0d65" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:00:35.737Z" - }, - "updated_at": { - "$date": "2022-06-22T19:10:58.262Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4ea24a8d41eae80b157a" - }, - "price": 450000, - "stock": 0, - "static_discount": 0, - "name": "ماچا لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e6c4a8d41eae80b0d65" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:00:50.365Z" - }, - "updated_at": { - "$date": "2022-06-22T17:08:38.450Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4eb14a8d41eae80b1587" - }, - "price": 350000, - "stock": 0, - "static_discount": 0, - "name": "ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e6c4a8d41eae80b0d65" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:01:05.172Z" - }, - "updated_at": { - "$date": "2022-06-22T17:08:17.457Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4ec14a8d41eae80b1594" - }, - "price": 400000, - "stock": 0, - "static_discount": 0, - "name": "ماسالا رژیمی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e6c4a8d41eae80b0d65" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:01:21.845Z" - }, - "updated_at": { - "$date": "2022-06-22T15:08:15.314Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4ed24a8d41eae80b15a1" - }, - "price": 400000, - "stock": 0, - "static_discount": 0, - "name": "ماسالا چاکلت ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e6c4a8d41eae80b0d65" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:01:38.483Z" - }, - "updated_at": { - "$date": "2022-06-22T15:07:35.671Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4ee04a8d41eae80b15ae" - }, - "price": 360000, - "stock": 0, - "static_discount": 0, - "name": "سلپ ترکی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e6c4a8d41eae80b0d65" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:01:52.612Z" - }, - "updated_at": { - "$date": "2022-06-22T15:13:27.093Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4ef94a8d41eae80b15bb" - }, - "price": 250000, - "stock": 0, - "static_discount": 0, - "name": " کمر باریک (شارژ نا محدود ) به همراه کوکی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e794a8d41eae80b0d70" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:02:17.532Z" - }, - "updated_at": { - "$date": "2022-01-24T07:02:17.532Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4f124a8d41eae80b15c8" - }, - "price": 300000, - "stock": 0, - "static_discount": 0, - "name": "مراکشی (شارژ رایگان )", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e794a8d41eae80b0d70" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:02:42.831Z" - }, - "updated_at": { - "$date": "2022-06-22T15:12:09.573Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4f204a8d41eae80b15d5" - }, - "price": 250000, - "stock": 0, - "static_discount": 0, - "name": " سیاه هل ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e794a8d41eae80b0d70" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:02:56.642Z" - }, - "updated_at": { - "$date": "2022-06-22T15:14:00.247Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4f324a8d41eae80b15e2" - }, - "price": 250000, - "stock": 0, - "static_discount": 0, - "name": "هل و دارچین ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e794a8d41eae80b0d70" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:03:14.493Z" - }, - "updated_at": { - "$date": "2022-06-22T15:14:39.272Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4f4c4a8d41eae80b1602" - }, - "price": 300000, - "stock": 0, - "static_discount": 0, - "name": "ویژه", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e794a8d41eae80b0d70" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:03:40.603Z" - }, - "updated_at": { - "$date": "2022-06-22T15:12:49.374Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4f5f4a8d41eae80b160f" - }, - "price": 300000, - "stock": 0, - "static_discount": 0, - "name": "لیمو عسل ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e794a8d41eae80b0d70" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:03:59.379Z" - }, - "updated_at": { - "$date": "2022-06-22T15:15:18.269Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4f6e4a8d41eae80b161c" - }, - "price": 330000, - "stock": 0, - "static_discount": 0, - "name": "زعفران", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e794a8d41eae80b0d70" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:04:14.164Z" - }, - "updated_at": { - "$date": "2022-06-22T15:16:19.372Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4f7c4a8d41eae80b1629" - }, - "price": 280000, - "stock": 0, - "static_discount": 0, - "name": " دودی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e794a8d41eae80b0d70" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:04:28.674Z" - }, - "updated_at": { - "$date": "2022-06-22T15:16:53.823Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4f8d4a8d41eae80b1638" - }, - "price": 280000, - "stock": 0, - "static_discount": 0, - "name": "سبز و دارچین ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e794a8d41eae80b0d70" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:04:45.394Z" - }, - "updated_at": { - "$date": "2022-06-22T15:17:25.300Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4f9c4a8d41eae80b1645" - }, - "price": 290000, - "stock": 0, - "static_discount": 0, - "name": "کوهی و لوندر ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e794a8d41eae80b0d70" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:05:00.924Z" - }, - "updated_at": { - "$date": "2022-06-22T15:18:00.094Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4fbc4a8d41eae80b1652" - }, - "price": 360000, - "stock": 0, - "static_discount": 0, - "name": "آرامبخش", - "description": " (نا مناسب برای افراد با فشار خون پایین ،بانوان بارداری افراد دارای کم خونی)", - "short_description": "", - "category": { - "$oid": "61ee3f954a8d41eae80b0e1c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:05:32.022Z" - }, - "updated_at": { - "$date": "2022-09-04T16:16:49.918Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4fd94a8d41eae80b165f" - }, - "price": 340000, - "stock": 0, - "static_discount": 0, - "name": "گل گاوزبان", - "description": "(نا مناسب برای افراد با فشار خون پایین ،بانوان بارداری افراد دارای کم خونی)", - "short_description": "", - "category": { - "$oid": "61ee3f954a8d41eae80b0e1c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:06:01.224Z" - }, - "updated_at": { - "$date": "2022-09-04T16:17:27.861Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee4fed4a8d41eae80b166c" - }, - "price": 340000, - "stock": 0, - "static_discount": 0, - "name": "به لیمو بهار نارنج", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3f954a8d41eae80b0e1c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:06:21.853Z" - }, - "updated_at": { - "$date": "2022-09-04T16:19:56.578Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee50954a8d41eae80b1679" - }, - "price": 380000, - "stock": 0, - "static_discount": 0, - "name": "ویژه ٱ کافه ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3f954a8d41eae80b0e1c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:09:09.562Z" - }, - "updated_at": { - "$date": "2022-09-04T16:22:34.268Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee50ad4a8d41eae80b1686" - }, - "price": 380000, - "stock": 0, - "static_discount": 0, - "name": "پرتقال گل محمدی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3f954a8d41eae80b0e1c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:09:33.470Z" - }, - "updated_at": { - "$date": "2022-09-04T16:23:21.868Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee50c44a8d41eae80b1693" - }, - "price": 360000, - "stock": 0, - "static_discount": 0, - "name": "سیب و به ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3f954a8d41eae80b0e1c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:09:56.411Z" - }, - "updated_at": { - "$date": "2022-09-04T16:24:05.300Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee50da4a8d41eae80b16a0" - }, - "price": 360000, - "stock": 0, - "static_discount": 0, - "name": "سیب و دارچین ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3f954a8d41eae80b0e1c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:10:18.598Z" - }, - "updated_at": { - "$date": "2022-09-04T16:26:37.696Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee50ef4a8d41eae80b16ad" - }, - "price": 370000, - "stock": 0, - "static_discount": 0, - "name": "سیب و وانیل ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3f954a8d41eae80b0e1c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:10:39.410Z" - }, - "updated_at": { - "$date": "2022-09-04T16:27:59.474Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee510a4a8d41eae80b16ba" - }, - "price": 380000, - "stock": 0, - "static_discount": 0, - "name": "میکس بری", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3f954a8d41eae80b0e1c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:11:06.669Z" - }, - "updated_at": { - "$date": "2022-09-04T16:27:06.885Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee51214a8d41eae80b16c7" - }, - "price": 350000, - "stock": 0, - "static_discount": 0, - "name": "ترک کلاسیک ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3f9e4a8d41eae80b0e27" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:11:29.071Z" - }, - "updated_at": { - "$date": "2022-06-22T18:29:15.351Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee51314a8d41eae80b16d4" - }, - "price": 380000, - "stock": 0, - "static_discount": 0, - "name": "ترکیش وایت کافی ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3f9e4a8d41eae80b0e27" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:11:45.610Z" - }, - "updated_at": { - "$date": "2022-06-22T18:28:49.909Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee51454a8d41eae80b16e1" - }, - "price": 390000, - "stock": 0, - "static_discount": 0, - "name": "ترکیش وایت کافی هل و دارچین ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3f9e4a8d41eae80b0e27" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:12:05.713Z" - }, - "updated_at": { - "$date": "2022-06-22T18:28:18.751Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee51614a8d41eae80b16ee" - }, - "price": 400000, - "stock": 0, - "static_discount": 0, - "name": "ترکیش وایت کافی زعفران ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3f9e4a8d41eae80b0e27" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:12:33.122Z" - }, - "updated_at": { - "$date": "2022-06-22T18:27:51.380Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee51734a8d41eae80b16fb" - }, - "price": 490000, - "stock": 0, - "static_discount": 0, - "name": "اسپشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3fab4a8d41eae80b0e32" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:12:51.589Z" - }, - "updated_at": { - "$date": "2022-06-22T18:35:28.550Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee51864a8d41eae80b1708" - }, - "price": 400000, - "stock": 0, - "static_discount": 0, - "name": "های کافئین ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3fab4a8d41eae80b0e32" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:13:10.490Z" - }, - "updated_at": { - "$date": "2022-06-22T18:35:57.361Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee519b4a8d41eae80b1715" - }, - "price": 400000, - "stock": 0, - "static_discount": 0, - "name": "سوپر کافئین ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3fab4a8d41eae80b0e32" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:13:31.473Z" - }, - "updated_at": { - "$date": "2022-06-22T18:36:40.003Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee52174a8d41eae80b1722" - }, - "price": 460000, - "stock": 0, - "static_discount": 0, - "name": "اسپرسو +انرژی زا ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3fab4a8d41eae80b0e32" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:15:35.979Z" - }, - "updated_at": { - "$date": "2022-06-22T17:01:24.633Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee52294a8d41eae80b172f" - }, - "price": 450000, - "stock": 0, - "static_discount": 0, - "name": "کوکا+کلدبرو ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3fab4a8d41eae80b0e32" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:15:53.653Z" - }, - "updated_at": { - "$date": "2022-06-22T16:59:46.273Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee523b4a8d41eae80b173c" - }, - "price": 350000, - "stock": 0, - "static_discount": 0, - "name": "V_60", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3fbd4a8d41eae80b0e3d" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:16:11.670Z" - }, - "updated_at": { - "$date": "2022-01-24T07:16:11.670Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee524a4a8d41eae80b1749" - }, - "price": 330000, - "stock": 0, - "static_discount": 0, - "name": "ایروپرس", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3fbd4a8d41eae80b0e3d" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:16:26.804Z" - }, - "updated_at": { - "$date": "2022-01-24T07:16:26.804Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee525e4a8d41eae80b1756" - }, - "price": 330000, - "stock": 0, - "static_discount": 0, - "name": "کِمکس ۱کاپ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3fbd4a8d41eae80b0e3d" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:16:47.001Z" - }, - "updated_at": { - "$date": "2022-01-24T07:16:47.001Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee526e4a8d41eae80b1763" - }, - "price": 360000, - "stock": 0, - "static_discount": 0, - "name": "کِمکس ۳ کاپ ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3fbd4a8d41eae80b0e3d" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:17:02.712Z" - }, - "updated_at": { - "$date": "2022-01-24T07:17:02.712Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee52864a8d41eae80b1770" - }, - "price": 360000, - "stock": 0, - "static_discount": 0, - "name": "سایفون", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3fbd4a8d41eae80b0e3d" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:17:26.525Z" - }, - "updated_at": { - "$date": "2022-01-24T07:17:26.525Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee52994a8d41eae80b177d" - }, - "price": 50000, - "stock": 0, - "static_discount": 0, - "name": "سیروپ ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee40f54a8d41eae80b0e4a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:17:45.989Z" - }, - "updated_at": { - "$date": "2022-01-24T07:17:45.989Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee52a84a8d41eae80b178a" - }, - "price": 30000, - "stock": 0, - "static_discount": 0, - "name": "عسل ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee40f54a8d41eae80b0e4a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:18:00.842Z" - }, - "updated_at": { - "$date": "2022-01-24T07:18:00.842Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee52bc4a8d41eae80b1799" - }, - "price": 50000, - "stock": 0, - "static_discount": 0, - "name": "نوتلا ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee40f54a8d41eae80b0e4a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:18:20.079Z" - }, - "updated_at": { - "$date": "2022-01-24T07:18:20.079Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61ee52db4a8d41eae80b17b3" - }, - "price": 150000, - "stock": 0, - "static_discount": 0, - "name": "پنیر اضافه ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee40f54a8d41eae80b0e4a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-01-24T07:18:51.844Z" - }, - "updated_at": { - "$date": "2022-07-06T14:42:12.707Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61fa83e901319e8e5cfe82dd" - }, - "price": 60000, - "stock": 0, - "static_discount": 0, - "name": "کوکی شکلاتی", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3ddf4a8d41eae80b0d2c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T13:15:21.871Z" - }, - "updated_at": { - "$date": "2022-02-02T13:15:21.871Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61fa871b01319e8e5cfe8356" - }, - "price": 950000, - "stock": 0, - "static_discount": 0, - "name": "سالاد سزار گریل", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3db44a8d41eae80b0d16" - }, - "index": 3, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T13:28:59.677Z" - }, - "updated_at": { - "$date": "2022-06-10T13:33:43.502Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61fa882501319e8e5cfe837c" - }, - "price": 110000, - "stock": 0, - "static_discount": 0, - "name": "کوکا/فانتا", - "description": "", - "short_description": "", - "category": { - "$oid": "61fa87da01319e8e5cfe836f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T13:33:25.319Z" - }, - "updated_at": { - "$date": "2022-02-02T13:33:25.319Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61fa890901319e8e5cfe8397" - }, - "price": 110000, - "stock": 0, - "static_discount": 0, - "name": "اسپرایت", - "description": "", - "short_description": "", - "category": { - "$oid": "61fa87da01319e8e5cfe836f" - }, - "index": 2, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T13:37:13.086Z" - }, - "updated_at": { - "$date": "2022-02-02T13:37:13.086Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61fa896301319e8e5cfe83a1" - }, - "price": 120000, - "stock": 0, - "static_discount": 0, - "name": "دلستر(هلو/لیمو)", - "description": "", - "short_description": "", - "category": { - "$oid": "61fa87da01319e8e5cfe836f" - }, - "index": 4, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T13:38:43.830Z" - }, - "updated_at": { - "$date": "2022-02-02T13:38:43.830Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61fa899401319e8e5cfe83ab" - }, - "price": 60000, - "stock": 500, - "static_discount": 0, - "name": "آب معدنی", - "description": "", - "short_description": "", - "category": { - "$oid": "61fa87da01319e8e5cfe836f" - }, - "index": 5, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T13:39:32.117Z" - }, - "updated_at": { - "$date": "2022-05-17T15:18:11.247Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61fa96d119f66a77ced06b2a" - }, - "price": 390000, - "stock": 0, - "static_discount": 0, - "name": "لاته %100", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 7, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T14:36:01.111Z" - }, - "updated_at": { - "$date": "2022-06-22T15:02:17.851Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61fa96f319f66a77ced06b34" - }, - "price": 370000, - "stock": 0, - "static_discount": 0, - "name": "لاته %80", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 8, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T14:36:35.411Z" - }, - "updated_at": { - "$date": "2022-06-22T15:01:09.692Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61fa971319f66a77ced06b3e" - }, - "price": 360000, - "stock": 0, - "static_discount": 0, - "name": "لاته %50", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 9, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T14:37:07.519Z" - }, - "updated_at": { - "$date": "2022-06-22T14:57:40.621Z" - }, - "__v": 0, - "active": true -}, -{ - "_id": { - "$oid": "61fa9dcf95502c4192a405d4" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو%100", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 10, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T15:05:51.763Z" - }, - "updated_at": { - "$date": "2022-06-22T15:43:27.998Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61fa9df695502c4192a405df" - }, - "price": 360000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو%80", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 11, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T15:06:30.501Z" - }, - "updated_at": { - "$date": "2022-06-22T15:42:52.613Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61fa9e4995502c4192a405f6" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو%50", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 12, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T15:07:53.545Z" - }, - "updated_at": { - "$date": "2022-06-22T15:42:25.822Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61fa9ed995502c4192a4060e" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا %100", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 16, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T15:10:17.328Z" - }, - "updated_at": { - "$date": "2022-06-22T15:45:40.602Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61fa9fe11ee4b0270db496dd" - }, - "price": 390000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا%80", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 17, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T15:14:41.801Z" - }, - "updated_at": { - "$date": "2022-06-22T15:45:19.522Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61faa0161ee4b0270db496e9" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا%50", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 18, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T15:15:34.338Z" - }, - "updated_at": { - "$date": "2022-06-22T15:44:58.548Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61faa0ff1ee4b0270db49710" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته زفرون %100", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 19, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T15:19:27.901Z" - }, - "updated_at": { - "$date": "2022-06-22T15:44:33.458Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61faa12c1ee4b0270db4971f" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته زفرون %80", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 20, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T15:20:12.260Z" - }, - "updated_at": { - "$date": "2022-06-22T15:44:07.626Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61faa14d1ee4b0270db4972b" - }, - "price": 370000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته زفرون %50", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 21, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T15:20:45.892Z" - }, - "updated_at": { - "$date": "2022-06-22T15:43:52.928Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61fabc561ee4b0270db49921" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک دبل چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3ddf4a8d41eae80b0d2c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T17:16:06.658Z" - }, - "updated_at": { - "$date": "2022-05-24T13:37:53.638Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "61fabc7a1ee4b0270db4992e" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک هویج", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3ddf4a8d41eae80b0d2c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-02T17:16:42.566Z" - }, - "updated_at": { - "$date": "2022-05-24T13:51:07.180Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62014cd31ee4b0270db4abf3" - }, - "price": 530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تومیتو پاستا", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3dcb4a8d41eae80b0d21" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-07T16:46:11.334Z" - }, - "updated_at": { - "$date": "2022-02-07T16:46:11.334Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b46e1ee4b0270db4b33b" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دیزی کلاسیک", - "description": "گوشت گوسفندی اعلاء ، دنبه ،‌ نخود ، لوبیا ، گوجه ، پیاز ادویه مخصوص ایزی دیزی", - "short_description": "", - "category": { - "$oid": "6203b1de1ee4b0270db4b2fb" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:32:46.628Z" - }, - "updated_at": { - "$date": "2022-02-09T12:57:47.154Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b4da1ee4b0270db4b346" - }, - "price": 700000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "دیزی تند", - "description": "گوشت گوسفندی اعلاء ، دنبه ،‌ نخود ، لوبیا ، گوجه ، پیاز، فلفل چیلی ، قرمز ، پاپریکا، ادویه مخصوص ایزی دیزی", - "short_description": "", - "category": { - "$oid": "6203b1de1ee4b0270db4b2fb" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:34:34.336Z" - }, - "updated_at": { - "$date": "2022-02-09T12:59:07.374Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b5641ee4b0270db4b35e" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دیزی کشک", - "description": "گوشت گوسفندی اعلاء ، دنبه ،‌ نخود ، لوبیا ، کشک محلی ساییده شده ، نعنا داغ، گل زرد ، بادمجان یا چغندر در صورت سفارش ، ادویه مخصوص ایزی دیزی", - "short_description": "", - "category": { - "$oid": "6203b1de1ee4b0270db4b2fb" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:36:52.874Z" - }, - "updated_at": { - "$date": "2022-02-09T13:01:28.286Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b5881ee4b0270db4b368" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قورمه بلوچی", - "description": "گوشت راسته مزه دار شده در سس ماست ، پیاز ، ادویه های هندی", - "short_description": "", - "category": { - "$oid": "6203b1de1ee4b0270db4b2fb" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:37:28.528Z" - }, - "updated_at": { - "$date": "2022-02-09T13:02:59.298Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b5ac1ee4b0270db4b372" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوفته آبی", - "description": "گوشت چرخ کرده مخلوط ، آرد نخودچی ،آرد سوخاری ،سبزیجات معطر ، رب گوجه، پیاز، ادویه مخصوص", - "short_description": "", - "category": { - "$oid": "6203b1de1ee4b0270db4b2fb" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:38:04.506Z" - }, - "updated_at": { - "$date": "2022-02-09T13:04:56.488Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b6bb1ee4b0270db4b37d" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بریانی", - "description": "گوشت قلوهگاه گوسفندی و ادویه مخصوص به همراه آب گوشت", - "short_description": "", - "category": { - "$oid": "6203b1de1ee4b0270db4b2fb" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:42:35.767Z" - }, - "updated_at": { - "$date": "2022-02-09T13:05:55.663Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b6f31ee4b0270db4b389" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "حلیم بادمجان", - "description": "بادمجان ، کوشت گردن ، لوبیا سفید ، کشک محلی ساییده شده ،پیاز داغ ، ادویه مخصوص", - "short_description": "", - "category": { - "$oid": "6203b1de1ee4b0270db4b2fb" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:43:31.634Z" - }, - "updated_at": { - "$date": "2022-02-09T13:09:18.397Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b7231ee4b0270db4b393" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میرزاقاسمی", - "description": "بادمجان کبابی ، گوجه کبابی ، سیر ،پیاز داغ ، ادویه مخصوص", - "short_description": "", - "category": { - "$oid": "6203b1de1ee4b0270db4b2fb" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:44:19.356Z" - }, - "updated_at": { - "$date": "2022-02-09T13:10:19.433Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b7431ee4b0270db4b39f" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کشک بادمجان", - "description": "بادمجان ، کشک محلی ساییده شده ،پیاز داغ ، ادویه مخصوص", - "short_description": "", - "category": { - "$oid": "6203b1de1ee4b0270db4b2fb" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:44:51.845Z" - }, - "updated_at": { - "$date": "2022-02-09T13:11:07.188Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b75c1ee4b0270db4b3ab" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بزقرمه", - "description": "گوشت گوسفندی ، نخود ، لوبیا ، سیر ، کشک ساییده شده ، زعفران ، ادویه مخصوص", - "short_description": "", - "category": { - "$oid": "6203b1de1ee4b0270db4b2fb" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:45:16.455Z" - }, - "updated_at": { - "$date": "2022-02-09T13:12:20.936Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b7811ee4b0270db4b3b7" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سرداغی", - "description": "گوشت گوسفندی چرخ شده ، عدس ، کنجد ، تخم خرفه ، پیاز ، کشک محلی ساییده شده ، سیر ، زعفران ، ادویه مخصوص", - "short_description": "", - "category": { - "$oid": "6203b1de1ee4b0270db4b2fb" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:45:53.785Z" - }, - "updated_at": { - "$date": "2022-02-09T13:20:32.245Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b7a81ee4b0270db4b3c3" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سرداشی", - "description": "گوشت مخلوط گوساله و گوسفند ، گوجه ، فلفل سبز ، ادویه مخصوص", - "short_description": "", - "category": { - "$oid": "6203b1de1ee4b0270db4b2fb" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:46:32.586Z" - }, - "updated_at": { - "$date": "2022-02-09T13:21:17.139Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b7d21ee4b0270db4b3cf" - }, - "price": 120000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بورانی بادمجان", - "description": "", - "short_description": "", - "category": { - "$oid": "6203b2531ee4b0270db4b30a" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:47:14.488Z" - }, - "updated_at": { - "$date": "2022-02-09T12:47:14.488Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b7ea1ee4b0270db4b3db" - }, - "price": 120000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماست و خیار", - "description": "", - "short_description": "", - "category": { - "$oid": "6203b2531ee4b0270db4b30a" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:47:38.314Z" - }, - "updated_at": { - "$date": "2022-02-09T12:47:38.314Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b8091ee4b0270db4b3e7" - }, - "price": 120000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "انواع ترشی", - "description": "", - "short_description": "", - "category": { - "$oid": "6203b2531ee4b0270db4b30a" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:48:09.995Z" - }, - "updated_at": { - "$date": "2022-02-09T12:48:09.995Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b8261ee4b0270db4b3f3" - }, - "price": 50000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماست چکیده کوزه ای", - "description": "", - "short_description": "", - "category": { - "$oid": "6203b2531ee4b0270db4b30a" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:48:38.553Z" - }, - "updated_at": { - "$date": "2022-02-09T12:48:38.553Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b8441ee4b0270db4b3fd" - }, - "price": 100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نوشیدنی های گازدار", - "description": "", - "short_description": "", - "category": { - "$oid": "6203b27d1ee4b0270db4b32b" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:49:08.596Z" - }, - "updated_at": { - "$date": "2022-02-09T12:49:08.596Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b8641ee4b0270db4b407" - }, - "price": 70000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دوغ کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6203b27d1ee4b0270db4b32b" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:49:40.435Z" - }, - "updated_at": { - "$date": "2022-02-09T12:49:40.435Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b87f1ee4b0270db4b413" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دوغ بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6203b27d1ee4b0270db4b32b" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:50:07.069Z" - }, - "updated_at": { - "$date": "2022-02-09T12:50:07.069Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b8a01ee4b0270db4b422" - }, - "price": 80000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دوغ آبعلی", - "description": "", - "short_description": "", - "category": { - "$oid": "6203b27d1ee4b0270db4b32b" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:50:40.516Z" - }, - "updated_at": { - "$date": "2022-02-09T12:50:40.516Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203b8ba1ee4b0270db4b42e" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دوغ محلی", - "description": "", - "short_description": "", - "category": { - "$oid": "6203b27d1ee4b0270db4b32b" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T12:51:06.807Z" - }, - "updated_at": { - "$date": "2022-02-09T12:51:06.807Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6203c0101ee4b0270db4b4f1" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تاس کباب", - "description": "گوشت گوسفندی ، پیاز ، سیب زمینی ، به ، هویج", - "short_description": "", - "category": { - "$oid": "6203b1de1ee4b0270db4b2fb" - }, - "index": 0, - "storeId": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "created_at": { - "$date": "2022-02-09T13:22:24.639Z" - }, - "updated_at": { - "$date": "2022-02-09T13:22:24.639Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6204c3b31ee4b0270db4b88f" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنکیک", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3d3d4a8d41eae80b0cf0" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-10T07:50:11.768Z" - }, - "updated_at": { - "$date": "2022-05-17T15:25:48.888Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6208a8e61ee4b0270db4c6f1" - }, - "price": 3970000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد آنتروکت مخصوص بوته", - "description": "کاهو پیچ ، مغز گردو ، جعفری ،گوجه چری ،سس آنتروکت فرانسه", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 1, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T06:44:54.804Z" - }, - "updated_at": { - "$date": "2025-12-25T12:19:07.272Z" - }, - "__v": 0, - "image": "food_1729757443896.png" -}, -{ - "_id": { - "$oid": "6208aad71ee4b0270db4c75c" - }, - "price": 5350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد بیف", - "description": "کاهورسمی کاهو فرانسه بنفش،سورل،روکولا،میکروگرین ،توت فرنگی،فیله گوساله،گردوکاراملی ،چیپس هویج،سس زرشک", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 6, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T06:53:11.160Z" - }, - "updated_at": { - "$date": "2025-12-25T12:19:51.474Z" - }, - "__v": 0, - "image": "food_1728303279211.png" -}, -{ - "_id": { - "$oid": "6208ab321ee4b0270db4c766" - }, - "price": 4390000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار سوخاری", - "description": "کاهو، مرغ سوخاری با پنیر ، نان کروتانز ، گوجه چری ، پنیر پارمسان ، سس سزار مخصوص", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 4, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T06:54:42.139Z" - }, - "updated_at": { - "$date": "2025-12-25T12:20:04.941Z" - }, - "__v": 0, - "image": "food_1729758275074.png" -}, -{ - "_id": { - "$oid": "6208ab8b1ee4b0270db4c780" - }, - "price": 4530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار گریل ", - "description": "کاهو، مرغ گریل شده ، نان کروتانز ، گوجه چری ، پنیر پارمسان ، سس سزار مخصوص", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 5, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T06:56:11.413Z" - }, - "updated_at": { - "$date": "2025-12-25T12:22:21.749Z" - }, - "__v": 0, - "image": "food_1729757571328.png" -}, -{ - "_id": { - "$oid": "6208acc31ee4b0270db4c7ad" - }, - "price": 2590000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی با دیپ کافه دوپاری(new)", - "description": "سیب زمینی وجز ، دیپ کافه دوپاری، پولبیبر، میکرو گرین، گرین اویل، پنیر پارمسان", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 10, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:01:23.153Z" - }, - "updated_at": { - "$date": "2025-12-25T12:22:34.163Z" - }, - "__v": 0, - "image": "food_1728331073193.png" -}, -{ - "_id": { - "$oid": "6208ad161ee4b0270db4c7cf" - }, - "price": 3230000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن اسپایسی(new)", - "description": "سینه مرغ، سالاد روکولا، سس باربیکیو", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 16, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:02:46.801Z" - }, - "updated_at": { - "$date": "2025-12-25T12:23:00.606Z" - }, - "__v": 0, - "image": "food_1729757914158.png" -}, -{ - "_id": { - "$oid": "6208ad361ee4b0270db4c7db" - }, - "price": 1310000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوپ روز", - "description": "", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 17, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:03:18.483Z" - }, - "updated_at": { - "$date": "2025-12-25T12:23:44.459Z" - }, - "__v": 0, - "image": "food_1729755496336.png" -}, -{ - "_id": { - "$oid": "6208ae301ee4b0270db4c804" - }, - "price": 6530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رست بیف", - "description": "گوشت ریش شده، سس آیولی روی پیتزا، قارچ،زیتون اسلایس ، پنیر، سس مخصوص کف پیتزا", - "short_description": "", - "category": { - "$oid": "6207a1c11ee4b0270db4c3da" - }, - "index": 4, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:07:28.413Z" - }, - "updated_at": { - "$date": "2025-12-25T12:24:14.060Z" - }, - "__v": 0, - "image": "food_1729756171799.png" -}, -{ - "_id": { - "$oid": "6208ae821ee4b0270db4c80e" - }, - "price": 5210000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن نیویورکر", - "description": "مرغ ماسالا، قارچ، فلفل دلمه، سس گوجه، دیپ پنیر", - "short_description": "", - "category": { - "$oid": "6207a1c11ee4b0270db4c3da" - }, - "index": 3, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:08:50.039Z" - }, - "updated_at": { - "$date": "2025-12-25T12:24:47.650Z" - }, - "__v": 0, - "image": "food_1729756321754.png" -}, -{ - "_id": { - "$oid": "6208af8ffa922c7fd13637d4" - }, - "price": 5370000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپشیال", - "description": "میکس ژامبون، سوسیس، قارچ، فلفل دلمه،زیتون", - "short_description": "", - "category": { - "$oid": "6207a1c11ee4b0270db4c3da" - }, - "index": 2, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:13:19.220Z" - }, - "updated_at": { - "$date": "2025-12-25T12:24:56.693Z" - }, - "__v": 0, - "image": "food_1731413338758.png" -}, -{ - "_id": { - "$oid": "6208b09e81751aaffbf65db4" - }, - "price": 5850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کواترو استاجونی", - "description": "پیتزا چهار فصل شامل: پپرونی، استیک، فیله مرغ و سبزیجات", - "short_description": "", - "category": { - "$oid": "6207a1e81ee4b0270db4c3e5" - }, - "index": 4, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:17:50.822Z" - }, - "updated_at": { - "$date": "2025-12-25T12:25:15.114Z" - }, - "__v": 0, - "image": "food_1729756471445.png" -}, -{ - "_id": { - "$oid": "6208b11e81751aaffbf65dca" - }, - "price": 5570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دیاولا (پپرونی)", - "description": "پپرونی، سس مخصوص، موتزارلا", - "short_description": "", - "category": { - "$oid": "6207a1e81ee4b0270db4c3e5" - }, - "index": 6, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:19:58.798Z" - }, - "updated_at": { - "$date": "2025-12-25T12:25:24.690Z" - }, - "__v": 0, - "image": "food_1729758594732.png" -}, -{ - "_id": { - "$oid": "6208b18981751aaffbf65dd4" - }, - "price": 4350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وردورا (سبزیجات)", - "description": "بادمجان، کدو، فلفل دلمه، پیار، قارچ، زیتون، اسفناج، سس گوجه", - "short_description": "", - "category": { - "$oid": "6207a1e81ee4b0270db4c3e5" - }, - "index": 3, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:21:45.862Z" - }, - "updated_at": { - "$date": "2025-12-25T12:25:35.931Z" - }, - "__v": 0, - "image": "food_1729758629130.png" -}, -{ - "_id": { - "$oid": "6208b1f081751aaffbf65dde" - }, - "price": 5570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کواترو فور ماجی(new)", - "description": "خمیر ایتالیایی، سس مارینارا، پنیر میکس، ژامبون بوقلمون، گوجه گیلاسی، دیپ کافه دوپاری،اوریگانو، ریحان، قارچ", - "short_description": "", - "category": { - "$oid": "6207a1e81ee4b0270db4c3e5" - }, - "index": 5, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:23:28.083Z" - }, - "updated_at": { - "$date": "2025-12-25T12:25:55.902Z" - }, - "__v": 0, - "image": "food_1728330406509.png" -}, -{ - "_id": { - "$oid": "6208b27881751aaffbf65df4" - }, - "price": 6450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوله میو", - "description": "فیله گوساله، پیاز کاراملی، سس گوجه، خمیر مخصوص ایتالیایی", - "short_description": "", - "category": { - "$oid": "6207a1e81ee4b0270db4c3e5" - }, - "index": 11, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:25:44.492Z" - }, - "updated_at": { - "$date": "2025-12-25T12:26:10.236Z" - }, - "__v": 0, - "image": "food_1729755229649.png" -}, -{ - "_id": { - "$oid": "6208b31c81751aaffbf65e02" - }, - "price": 5610000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پولو", - "description": "فیله مرغ، قارچ، گردو، سس پستوروی پیتزا، موتزارلا، دیپ پنیر، سس گوجه، پارمسان", - "short_description": "", - "category": { - "$oid": "6207a1e81ee4b0270db4c3e5" - }, - "index": 9, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:28:28.093Z" - }, - "updated_at": { - "$date": "2025-12-25T12:26:22.333Z" - }, - "__v": 0, - "image": "food_1729756261349.png" -}, -{ - "_id": { - "$oid": "6208b36d81751aaffbf65e0c" - }, - "price": 6350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیر و استیک", - "description": "فیله مزه دار شده، قارچ ، زیتون، سس سیر روی پیتزا، پنیر", - "short_description": "", - "category": { - "$oid": "6207a1e81ee4b0270db4c3e5" - }, - "index": 10, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:29:49.204Z" - }, - "updated_at": { - "$date": "2025-12-25T12:26:35.077Z" - }, - "__v": 0, - "image": "food_1729756530319.png" -}, -{ - "_id": { - "$oid": "6208b40881751aaffbf65e16" - }, - "price": 4070000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مارگریتا", - "description": "سس گوجه فرنگی، موتزارلا، گوجه خشک، بازیلیکو، پارمسان", - "short_description": "", - "category": { - "$oid": "6207a1e81ee4b0270db4c3e5" - }, - "index": 2, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:32:24.784Z" - }, - "updated_at": { - "$date": "2025-12-25T12:26:50.853Z" - }, - "__v": 0, - "image": "food_1729756652007.png" -}, -{ - "_id": { - "$oid": "6208b86f81751aaffbf65e55" - }, - "price": 4250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن آلفردو", - "description": "پنه ، فیله مرغ ، قارچ ، سس آلفردو", - "short_description": "", - "category": { - "$oid": "6207a1f81ee4b0270db4c3ef" - }, - "index": 2, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:51:11.022Z" - }, - "updated_at": { - "$date": "2025-12-25T12:27:06.257Z" - }, - "__v": 0, - "image": "food_1696945630526.png" -}, -{ - "_id": { - "$oid": "6208b90181751aaffbf65e69" - }, - "price": 4290000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فور چیز(new)", - "description": "پنه، سس آلفردو، سس مارینارا، دیپ کافه دوپاری، پنیر پارمسان، پنیر خامه ای، سینه مرغ، چیپس بادمجان، ریحان ایتالیایی", - "short_description": "", - "category": { - "$oid": "6207a1f81ee4b0270db4c3ef" - }, - "index": 3, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:53:37.658Z" - }, - "updated_at": { - "$date": "2025-12-25T12:27:14.836Z" - }, - "__v": 0, - "image": "food_1728306961819.png" -}, -{ - "_id": { - "$oid": "6208b9612cf0cf6959b13aaf" - }, - "price": 4450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیف آرابیاتا(new)", - "description": "فتو چینی، سس آرابیاتا، پنیر پارمسان، فیله گوساله، میکرو گرین، چیپس بادمجان، هالوپینو(تند)", - "short_description": "", - "category": { - "$oid": "6207a1f81ee4b0270db4c3ef" - }, - "index": 4, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:55:13.313Z" - }, - "updated_at": { - "$date": "2025-12-25T12:27:23.878Z" - }, - "__v": 0, - "image": "food_1728306836636.png" -}, -{ - "_id": { - "$oid": "6208ba302cf0cf6959b13b0a" - }, - "price": 7930000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کته استیک", - "description": "فیله گوساله با برنج ایرانی ، گوجه فرنگی، سس سماق، پیاز کبابی، ساید سالاد", - "short_description": "", - "category": { - "$oid": "6207a2141ee4b0270db4c3f8" - }, - "index": 7, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T07:58:40.170Z" - }, - "updated_at": { - "$date": "2025-12-25T12:27:38.760Z" - }, - "__v": 0, - "image": "food_1728330109953.png" -}, -{ - "_id": { - "$oid": "6208bac12cf0cf6959b13b3e" - }, - "price": 5690000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کته سبزی با ماهی", - "description": "برنج ایرانی، سیر، سبزی، ماهی قزل آلا سرخ شده", - "short_description": "", - "category": { - "$oid": "6207a2141ee4b0270db4c3f8" - }, - "index": 8, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T08:01:05.272Z" - }, - "updated_at": { - "$date": "2025-12-25T12:27:51.160Z" - }, - "__v": 0, - "image": "food_1728301711620.png" -}, -{ - "_id": { - "$oid": "6208baf12cf0cf6959b13b52" - }, - "price": 5650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کباب تابه ای", - "description": "کته، گوشت گوساله، سس گوجه، چیپس هویج به همراه سس مخصوص", - "short_description": "", - "category": { - "$oid": "6207a2141ee4b0270db4c3f8" - }, - "index": 6, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T08:01:53.788Z" - }, - "updated_at": { - "$date": "2025-12-25T12:28:02.469Z" - }, - "__v": 0, - "image": "food_1728300683426.png" -}, -{ - "_id": { - "$oid": "6208bd262cf0cf6959b13be7" - }, - "price": 9850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیله استیک(new)", - "description": "فیله گوساله ، سیب زمینی تنوری، کافه دوپاری، هویج، چری دمی گلس", - "short_description": "", - "category": { - "$oid": "6207a2421ee4b0270db4c40b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T08:11:18.732Z" - }, - "updated_at": { - "$date": "2025-12-25T12:28:22.523Z" - }, - "__v": 0, - "image": "food_1732099203488.png" -}, -{ - "_id": { - "$oid": "6208bda52cf0cf6959b13bfb" - }, - "price": 5750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن استیک", - "description": "سینه مرغ گریل شده ، پوره سیب زمینی ، سبزیجات ، سس پیازچه", - "short_description": "", - "category": { - "$oid": "6207a2421ee4b0270db4c40b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T08:13:25.721Z" - }, - "updated_at": { - "$date": "2025-12-25T12:28:32.032Z" - }, - "__v": 0, - "image": "food_1728331458194.png" -}, -{ - "_id": { - "$oid": "6208c8962cf0cf6959b13d37" - }, - "price": 4750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیکن لاورز", - "description": "برگر ۱۵۰ گرمی،بیکن ،پنبر،کاهو لوتوس ،گوجه فرنگی ،خیارشور، پیاز کاراملی، سس مخصوص، ساید سالاد و سیب زمینی (سرو سالن)", - "short_description": "", - "category": { - "$oid": "6207a2681ee4b0270db4c429" - }, - "index": 3, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T09:00:06.683Z" - }, - "updated_at": { - "$date": "2025-12-25T12:28:47.607Z" - }, - "__v": 0, - "image": "food_1729754952099.png" -}, -{ - "_id": { - "$oid": "6208c9102cf0cf6959b13d41" - }, - "price": 4390000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلاسیک برگر", - "description": "نان برگر، برگر ۱۵۰ گرمی، گوجه فرنگی، کاهو لوتوس، پیازکاراملی، خیار، سس مخصوص، ساید سالاد و سیب زمینی(سرو سالن)", - "short_description": "", - "category": { - "$oid": "6207a2681ee4b0270db4c429" - }, - "index": 1, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T09:02:08.902Z" - }, - "updated_at": { - "$date": "2025-12-25T12:28:56.686Z" - }, - "__v": 0, - "image": "food_1729758171518.png" -}, -{ - "_id": { - "$oid": "6208c98e2cf0cf6959b13d63" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو سینگل", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:04:14.541Z" - }, - "updated_at": { - "$date": "2022-06-06T12:06:55.364Z" - }, - "__v": 0, - "image": "food_1645017478067.png" -}, -{ - "_id": { - "$oid": "6208c9a52cf0cf6959b13d78" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو دبل", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:04:37.492Z" - }, - "updated_at": { - "$date": "2022-06-06T12:06:39.141Z" - }, - "__v": 0, - "image": "food_1645017517499.png" -}, -{ - "_id": { - "$oid": "6208c9d92cf0cf6959b13d91" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:05:29.681Z" - }, - "updated_at": { - "$date": "2022-08-21T07:40:25.431Z" - }, - "__v": 0, - "image": "food_1645017556188.png" -}, -{ - "_id": { - "$oid": "6208c9f22cf0cf6959b13d9b" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ترک دمی", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:05:54.240Z" - }, - "updated_at": { - "$date": "2022-06-06T12:05:54.403Z" - }, - "__v": 0, - "image": "food_1645017579932.png" -}, -{ - "_id": { - "$oid": "6208ca042cf0cf6959b13db0" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لته", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:06:12.514Z" - }, - "updated_at": { - "$date": "2022-08-21T07:40:05.012Z" - }, - "__v": 0, - "image": "food_1645017618831.png" -}, -{ - "_id": { - "$oid": "6208ca1a2cf0cf6959b13dbc" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:06:34.073Z" - }, - "updated_at": { - "$date": "2022-08-21T07:39:49.708Z" - }, - "__v": 0, - "image": "food_1645017667092.png" -}, -{ - "_id": { - "$oid": "6208ca322cf0cf6959b13dc6" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:06:58.300Z" - }, - "updated_at": { - "$date": "2022-08-21T07:39:31.221Z" - }, - "__v": 0, - "image": "food_1645017705127.png" -}, -{ - "_id": { - "$oid": "6208ca4a2cf0cf6959b13dd5" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قهوه یونانی", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:07:22.573Z" - }, - "updated_at": { - "$date": "2022-06-06T12:04:30.443Z" - }, - "__v": 0, - "image": "food_1645017753302.png" -}, -{ - "_id": { - "$oid": "6208ca692cf0cf6959b13dec" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:07:53.981Z" - }, - "updated_at": { - "$date": "2022-08-21T07:38:56.194Z" - }, - "__v": 0, - "image": "food_1645017778152.png" -}, -{ - "_id": { - "$oid": "6208ca872cf0cf6959b13dfc" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:08:23.537Z" - }, - "updated_at": { - "$date": "2022-08-21T07:38:41.719Z" - }, - "__v": 0, - "image": "food_1645017814380.png" -}, -{ - "_id": { - "$oid": "6208ca9d2cf0cf6959b13e08" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر عسل دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:08:45.453Z" - }, - "updated_at": { - "$date": "2022-06-06T12:03:37.702Z" - }, - "__v": 0, - "image": "food_1645017958798.png" -}, -{ - "_id": { - "$oid": "6208cab12cf0cf6959b13e12" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سایفون ", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:09:05.343Z" - }, - "updated_at": { - "$date": "2022-06-06T12:03:23.681Z" - }, - "__v": 0, - "image": "food_1645017999993.png" -}, -{ - "_id": { - "$oid": "6208cab22cf0cf6959b13e19" - }, - "price": 4190000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن پستو(new)", - "description": "نان چیاباتا، سینه مرغ گریل، پستو ریحان، گوجه خشک، دیپ کافه دوپاری، ریحان ایتالیایی، سیب زمینی", - "short_description": "", - "category": { - "$oid": "6207a2681ee4b0270db4c429" - }, - "index": 9, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T09:09:06.003Z" - }, - "updated_at": { - "$date": "2025-12-25T12:29:13.126Z" - }, - "__v": 0, - "image": "food_1728331220150.png" -}, -{ - "_id": { - "$oid": "6208cac42cf0cf6959b13e30" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فرانسه", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:09:24.129Z" - }, - "updated_at": { - "$date": "2022-06-06T12:03:09.193Z" - }, - "__v": 0, - "image": "food_1645018036872.png" -}, -{ - "_id": { - "$oid": "6208cae62cf0cf6959b13e3a" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس کافی", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:09:58.501Z" - }, - "updated_at": { - "$date": "2022-08-21T07:38:19.301Z" - }, - "__v": 0, - "image": "food_1645018080298.png" -}, -{ - "_id": { - "$oid": "6208cafc2cf0cf6959b13e44" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آيس کارامل", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:10:20.614Z" - }, - "updated_at": { - "$date": "2022-06-06T12:02:35.623Z" - }, - "__v": 0, - "image": "food_1645018126527.png" -}, -{ - "_id": { - "$oid": "6208cb892cf0cf6959b13e8c" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراپاچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:12:41.502Z" - }, - "updated_at": { - "$date": "2022-06-06T12:02:15.399Z" - }, - "__v": 0, - "image": "food_1645018189433.png" -}, -{ - "_id": { - "$oid": "6208cba62cf0cf6959b13e98" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هویج گلاسه", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:13:10.481Z" - }, - "updated_at": { - "$date": "2022-06-06T12:01:57.451Z" - }, - "__v": 0, - "image": "food_1645018225650.png" -}, -{ - "_id": { - "$oid": "6208cbbc2cf0cf6959b13ea2" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آناناس گلاسه", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:13:32.332Z" - }, - "updated_at": { - "$date": "2022-06-06T12:01:32.332Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6208cbde2cf0cf6959b13eb8" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گرین لایف", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-13T09:14:06.800Z" - }, - "updated_at": { - "$date": "2022-06-06T12:01:19.471Z" - }, - "__v": 0, - "image": "food_1645018352272.png" -}, -{ - "_id": { - "$oid": "6208cf932cf0cf6959b13f1f" - }, - "price": 5650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پولد بیف(new)", - "description": "پولد بیف، قارچ، سس چری دنی گلس ، سیب زمینی، نان چیاباتا، روکولا، سس کوکتل", - "short_description": "", - "category": { - "$oid": "6207a2681ee4b0270db4c429" - }, - "index": 6, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T09:29:55.180Z" - }, - "updated_at": { - "$date": "2025-12-25T12:29:24.305Z" - }, - "__v": 0, - "image": "food_1728331686617.png" -}, -{ - "_id": { - "$oid": "6208ecb59f0f86e3387c591c" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تیرامیسو", - "description": "پنیر خامه ای،خامه،لیدی فینگر", - "short_description": "", - "category": { - "$oid": "6208a93b1ee4b0270db4c715" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T11:34:13.864Z" - }, - "updated_at": { - "$date": "2025-11-13T11:36:12.980Z" - }, - "__v": 0, - "image": "food_1729759180680.png" -}, -{ - "_id": { - "$oid": "6208ed289f0f86e3387c5938" - }, - "price": 2950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وافل", - "description": "دو عدد وافل،دورچین میوه", - "short_description": "", - "category": { - "$oid": "6208a93b1ee4b0270db4c715" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T11:36:08.213Z" - }, - "updated_at": { - "$date": "2025-11-13T11:36:23.267Z" - }, - "__v": 0, - "image": "food_1729756586757.png" -}, -{ - "_id": { - "$oid": "6208edfc9f0f86e3387c5982" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بستنی مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "6208a93b1ee4b0270db4c715" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-13T11:39:40.852Z" - }, - "updated_at": { - "$date": "2025-11-13T11:36:32.637Z" - }, - "__v": 0, - "image": "food_1729759056825.png" -}, -{ - "_id": { - "$oid": "6209f06b9f0f86e3387c5ef4" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سایفون ۱ کاپ", - "description": "در دهه سی قرن هجدهم میلادی توسط لوف در آلمان طراحی شد،وسیله ای است که به کمک خلاء هوا در دو مخزن که روی هم سوار می شوند کار می کند", - "short_description": "", - "category": { - "$oid": "6207a2d91ee4b0270db4c445" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-14T06:02:19.346Z" - }, - "updated_at": { - "$date": "2025-09-27T10:13:41.279Z" - }, - "__v": 0, - "image": "food_1728374457341.png" -}, -{ - "_id": { - "$oid": "6209f0ef9f0f86e3387c5efe" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سایفون ۲ کاپ", - "description": "در دهه سی قرن هجدهم میلادی توسط لوف در آلمان طراحی شد،وسیله ای است که به کمک خلاء هوا در دو مخزن که روی هم سوار می شوند کار می کند", - "short_description": "", - "category": { - "$oid": "6207a2d91ee4b0270db4c445" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-14T06:04:31.726Z" - }, - "updated_at": { - "$date": "2025-09-27T10:13:46.546Z" - }, - "__v": 0, - "image": "food_1728374458345.png" -}, -{ - "_id": { - "$oid": "6209f2d49f0f86e3387c5f14" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کمکس ۲ کاپ ", - "description": "در سال ۱۹۴ توسط پیتر شلمبوم اختراع شد،در این روش قهوه داخل فیلتر ریخته شده و آب جوش از روی آن عبور کرده و قهوه دم کشیده داخل ظرف شیشه ای می ریزد", - "short_description": "", - "category": { - "$oid": "6207a2d91ee4b0270db4c445" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-14T06:12:36.427Z" - }, - "updated_at": { - "$date": "2025-09-27T10:13:54.528Z" - }, - "__v": 0, - "image": "food_1728374428131.png" -}, -{ - "_id": { - "$oid": "6209f30d9f0f86e3387c5f1e" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کمکس ۴ کاپ", - "description": "در سال ۱۹۴ توسط پیتر شلمبوم اختراع شد،در این روش قهوه داخل فیلتر ریخته شده و آب جوش از روی آن عبور کرده و قهوه دم کشیده داخل ظرف شیشه ای می ریزد", - "short_description": "", - "category": { - "$oid": "6207a2d91ee4b0270db4c445" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-14T06:13:33.327Z" - }, - "updated_at": { - "$date": "2025-09-27T10:14:03.637Z" - }, - "__v": 0, - "image": "food_1728374433041.png" -}, -{ - "_id": { - "$oid": "6209f4459f0f86e3387c5f28" - }, - "price": 1690000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایروپرس", - "description": "توسط اروبی به مدریت آلن آدلر در سال ۲۰۰۵ اختراع شد، در این روش قهوه آسیاب شده همراه آب داغ داخل سیلندر ریخته شده و با فشار سرنگ از فیلتر عبور داده می شود", - "short_description": "", - "category": { - "$oid": "6207a2d91ee4b0270db4c445" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-14T06:18:45.446Z" - }, - "updated_at": { - "$date": "2025-09-27T10:14:09.818Z" - }, - "__v": 0, - "image": "food_1729759018128.png" -}, -{ - "_id": { - "$oid": "6209f4d79f0f86e3387c5f32" - }, - "price": 1690000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وی۶۰", - "description": "کارکردی مشابه کمکس داشته با این تفاوت که طعمی غنی تر نسبت به کمکس دارد", - "short_description": "", - "category": { - "$oid": "6207a2d91ee4b0270db4c445" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-02-14T06:21:11.485Z" - }, - "updated_at": { - "$date": "2025-09-27T10:14:17.527Z" - }, - "__v": 0, - "image": "food_1728374474365.png" -}, -{ - "_id": { - "$oid": "620a374d9f0f86e3387c62a7" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سان شاین", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:04:45.897Z" - }, - "updated_at": { - "$date": "2022-08-21T07:37:50.096Z" - }, - "__v": 0, - "image": "food_1645018390978.png" -}, -{ - "_id": { - "$oid": "620a37629f0f86e3387c62b4" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:05:06.177Z" - }, - "updated_at": { - "$date": "2022-06-06T11:57:16.441Z" - }, - "__v": 0, - "image": "food_1645018438471.png" -}, -{ - "_id": { - "$oid": "620a37779f0f86e3387c62be" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفاگاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:05:27.885Z" - }, - "updated_at": { - "$date": "2022-06-06T11:55:00.042Z" - }, - "__v": 0, - "image": "food_1645018483060.png" -}, -{ - "_id": { - "$oid": "620a37989f0f86e3387c62c8" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپرینا", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:06:00.578Z" - }, - "updated_at": { - "$date": "2022-06-06T11:54:40.232Z" - }, - "__v": 0, - "image": "food_1645018530231.png" -}, -{ - "_id": { - "$oid": "620a37bb9f0f86e3387c62d4" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:06:35.239Z" - }, - "updated_at": { - "$date": "2022-08-21T07:37:12.899Z" - }, - "__v": 0, - "image": "food_1645018603413.png" -}, -{ - "_id": { - "$oid": "620a37d79f0f86e3387c62de" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فروت رول", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:07:03.658Z" - }, - "updated_at": { - "$date": "2022-06-06T11:53:36.892Z" - }, - "__v": 0, - "image": "food_1645018627969.png" -}, -{ - "_id": { - "$oid": "620a37f29f0f86e3387c62ea" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "واترملون", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:07:30.914Z" - }, - "updated_at": { - "$date": "2022-06-06T11:53:09.963Z" - }, - "__v": 0, - "image": "food_1645018661219.png" -}, -{ - "_id": { - "$oid": "620a383a9f0f86e3387c62f4" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیپس و پنیر", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:08:42.499Z" - }, - "updated_at": { - "$date": "2022-06-06T11:52:52.854Z" - }, - "__v": 0, - "image": "food_1645193702676.png" -}, -{ - "_id": { - "$oid": "620a38599f0f86e3387c62fe" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیپس و پنیر ۲ نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:09:13.409Z" - }, - "updated_at": { - "$date": "2022-06-06T11:52:36.691Z" - }, - "__v": 0, - "image": "food_1645193668341.png" -}, -{ - "_id": { - "$oid": "620a388f9f0f86e3387c630a" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:10:07.876Z" - }, - "updated_at": { - "$date": "2022-08-21T07:36:27.000Z" - }, - "__v": 0, - "image": "food_1645193637610.png" -}, -{ - "_id": { - "$oid": "620a38bb9f0f86e3387c6319" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی با پنیر", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:10:51.124Z" - }, - "updated_at": { - "$date": "2022-08-21T07:35:54.803Z" - }, - "__v": 0, - "image": "food_1645193598058.png" -}, -{ - "_id": { - "$oid": "620a38d59f0f86e3387c6323" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی با پنیر دو نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:11:17.788Z" - }, - "updated_at": { - "$date": "2022-08-21T07:35:18.729Z" - }, - "__v": 0, - "image": "food_1645193558686.png" -}, -{ - "_id": { - "$oid": "620a39059f0f86e3387c6330" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی ویژه", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:12:05.598Z" - }, - "updated_at": { - "$date": "2022-08-21T07:34:58.760Z" - }, - "__v": 0, - "image": "food_1645193521047.png" -}, -{ - "_id": { - "$oid": "620a39249f0f86e3387c633c" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی ویژه دو نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:12:36.197Z" - }, - "updated_at": { - "$date": "2022-08-21T07:34:37.949Z" - }, - "__v": 0, - "image": "food_1645193485198.png" -}, -{ - "_id": { - "$oid": "620a39689f0f86e3387c6346" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی هات داگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:13:44.994Z" - }, - "updated_at": { - "$date": "2022-06-06T11:49:09.555Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "620a39889f0f86e3387c6350" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی ژامبون", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:14:16.547Z" - }, - "updated_at": { - "$date": "2022-06-06T11:47:51.904Z" - }, - "__v": 0, - "image": "food_1645193428118.png" -}, -{ - "_id": { - "$oid": "620a39a69f0f86e3387c635a" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شنیسل مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:14:46.809Z" - }, - "updated_at": { - "$date": "2022-06-06T11:47:08.350Z" - }, - "__v": 0, - "image": "food_1645193401471.png" -}, -{ - "_id": { - "$oid": "620a39d69f0f86e3387c6364" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسنک", - "description": "سوسیس، پنیر، قارچ، فلفل دلمه، سس کچاپ و فرانسه", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:15:34.128Z" - }, - "updated_at": { - "$date": "2022-08-21T07:33:49.537Z" - }, - "__v": 0, - "image": "food_1645018726223.png" -}, -{ - "_id": { - "$oid": "620a39ee9f0f86e3387c636e" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:15:58.724Z" - }, - "updated_at": { - "$date": "2022-06-06T11:34:32.144Z" - }, - "__v": 0, - "image": "food_1645018748768.png" -}, -{ - "_id": { - "$oid": "620a3a0c9f0f86e3387c6378" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "توت فرنگی", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:16:28.337Z" - }, - "updated_at": { - "$date": "2022-08-21T07:33:28.999Z" - }, - "__v": 0, - "image": "food_1645018704529.png" -}, -{ - "_id": { - "$oid": "620a3a219f0f86e3387c6382" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شاتوت", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:16:49.179Z" - }, - "updated_at": { - "$date": "2022-08-21T07:33:08.757Z" - }, - "__v": 0, - "image": "food_1645193275929.png" -}, -{ - "_id": { - "$oid": "620a3a369f0f86e3387c638c" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سنتی", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:17:10.322Z" - }, - "updated_at": { - "$date": "2022-06-06T11:42:28.319Z" - }, - "__v": 0, - "image": "food_1645193187571.png" -}, -{ - "_id": { - "$oid": "620a3a459f0f86e3387c6396" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:17:25.380Z" - }, - "updated_at": { - "$date": "2022-08-21T07:32:51.077Z" - }, - "__v": 0, - "image": "food_1645193106675.png" -}, -{ - "_id": { - "$oid": "620a3a5b9f0f86e3387c63a2" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مخلوط", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:17:47.916Z" - }, - "updated_at": { - "$date": "2022-06-06T11:41:51.615Z" - }, - "__v": 0, - "image": "food_1645193071691.png" -}, -{ - "_id": { - "$oid": "620a3a6f9f0f86e3387c63ac" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "معجون", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:18:07.649Z" - }, - "updated_at": { - "$date": "2022-08-21T07:32:20.312Z" - }, - "__v": 0, - "image": "food_1645193040976.png" -}, -{ - "_id": { - "$oid": "620a3a9d9f0f86e3387c63b6" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بستنی ایتالیایی", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:18:53.666Z" - }, - "updated_at": { - "$date": "2022-06-06T11:41:19.442Z" - }, - "__v": 0, - "image": "food_1645193010587.png" -}, -{ - "_id": { - "$oid": "620a3aae9f0f86e3387c63c0" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قهوه", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:19:10.518Z" - }, - "updated_at": { - "$date": "2022-08-21T07:32:00.138Z" - }, - "__v": 0, - "image": "food_1645192964012.png" -}, -{ - "_id": { - "$oid": "620a3abf9f0f86e3387c63ca" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:19:27.577Z" - }, - "updated_at": { - "$date": "2022-08-21T07:31:43.286Z" - }, - "__v": 0, - "image": "food_1645192930977.png" -}, -{ - "_id": { - "$oid": "620a3ad79f0f86e3387c63d4" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وانیل", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:19:51.308Z" - }, - "updated_at": { - "$date": "2022-08-21T07:31:17.910Z" - }, - "__v": 0, - "image": "food_1645192904361.png" -}, -{ - "_id": { - "$oid": "620a3b299f0f86e3387c63df" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شاتوت ", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5e32cf0cf6959b13cdc" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:21:13.225Z" - }, - "updated_at": { - "$date": "2022-08-21T07:30:56.790Z" - }, - "__v": 0, - "image": "food_1645192850800.png" -}, -{ - "_id": { - "$oid": "620a3b409f0f86e3387c63ed" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "توت فرنگی ", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5e32cf0cf6959b13cdc" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:21:36.467Z" - }, - "updated_at": { - "$date": "2022-08-21T07:30:38.916Z" - }, - "__v": 0, - "image": "food_1645192828049.png" -}, -{ - "_id": { - "$oid": "620a3b999f0f86e3387c6402" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نوتلا ", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5e32cf0cf6959b13cdc" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:23:05.595Z" - }, - "updated_at": { - "$date": "2022-08-21T07:30:21.086Z" - }, - "__v": 0, - "image": "food_1645192677552.png" -}, -{ - "_id": { - "$oid": "620a3bb49f0f86e3387c640d" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شکلات ", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5e32cf0cf6959b13cdc" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:23:32.126Z" - }, - "updated_at": { - "$date": "2022-08-21T07:30:04.415Z" - }, - "__v": 0, - "image": "food_1645192651340.png" -}, -{ - "_id": { - "$oid": "620a3bf89f0f86e3387c6417" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شکلات موز", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5e32cf0cf6959b13cdc" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:24:40.554Z" - }, - "updated_at": { - "$date": "2022-08-21T07:29:39.088Z" - }, - "__v": 0, - "image": "food_1645192568861.png" -}, -{ - "_id": { - "$oid": "620a3c2d9f0f86e3387c6421" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5e32cf0cf6959b13cdc" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:25:33.900Z" - }, - "updated_at": { - "$date": "2022-08-21T07:29:19.816Z" - }, - "__v": 0, - "image": "food_1645192541740.png" -}, -{ - "_id": { - "$oid": "620a3c7d9f0f86e3387c642b" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "M&M", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5e32cf0cf6959b13cdc" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:26:53.097Z" - }, - "updated_at": { - "$date": "2022-06-06T11:37:54.372Z" - }, - "__v": 0, - "image": "food_1645192458431.png" -}, -{ - "_id": { - "$oid": "620a3ca39f0f86e3387c6435" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وانیل ", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5e32cf0cf6959b13cdc" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:27:31.296Z" - }, - "updated_at": { - "$date": "2022-08-21T07:28:57.279Z" - }, - "__v": 0, - "image": "food_1645192380780.png" -}, -{ - "_id": { - "$oid": "620a3ce49f0f86e3387c643f" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نارگیل", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5e32cf0cf6959b13cdc" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:28:36.878Z" - }, - "updated_at": { - "$date": "2022-06-06T11:37:24.633Z" - }, - "__v": 0, - "image": "food_1645192357817.png" -}, -{ - "_id": { - "$oid": "620a3d0b9f0f86e3387c6449" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بادام زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5e32cf0cf6959b13cdc" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:29:15.178Z" - }, - "updated_at": { - "$date": "2022-08-21T07:28:25.660Z" - }, - "__v": 0, - "image": "food_1645192328640.png" -}, -{ - "_id": { - "$oid": "620a3d5c9f0f86e3387c645b" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "معجون ", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5e32cf0cf6959b13cdc" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:30:36.499Z" - }, - "updated_at": { - "$date": "2022-08-21T07:28:03.173Z" - }, - "__v": 0, - "image": "food_1645192304289.png" -}, -{ - "_id": { - "$oid": "620a3d829f0f86e3387c6469" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قهوه ", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5e32cf0cf6959b13cdc" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:31:14.175Z" - }, - "updated_at": { - "$date": "2022-06-06T11:36:37.938Z" - }, - "__v": 0, - "image": "food_1645192242107.png" -}, -{ - "_id": { - "$oid": "620a3db99f0f86e3387c6473" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c5e32cf0cf6959b13cdc" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-02-14T11:32:09.150Z" - }, - "updated_at": { - "$date": "2022-06-06T11:36:18.663Z" - }, - "__v": 0, - "image": "food_1645192150150.png" -}, -{ - "_id": { - "$oid": "6215fa46ee45f61f3a6972a4" - }, - "price": 4500000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "استیک فیله مینیون", - "description": "فیله گوساله،سبزیجات بخارپز طعم دار شده،پوره سیب زمینی،سس قارچ", - "short_description": "", - "category": { - "$oid": "6215f9c1ee45f61f3a69728c" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T09:11:34.701Z" - }, - "updated_at": { - "$date": "2024-08-06T14:30:47.410Z" - }, - "__v": 0, - "image": "food_1674240746571.png" -}, -{ - "_id": { - "$oid": "6215fad1ee45f61f3a6972b9" - }, - "price": 4600000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "استیک باربی کیو", - "description": "فیله گوساله دودی،سبزیجات بخارپز طعم دار شده،پوره سیب زمینی،سس دودی دست ساز", - "short_description": "", - "category": { - "$oid": "6215f9c1ee45f61f3a69728c" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T09:13:53.810Z" - }, - "updated_at": { - "$date": "2024-08-06T14:30:26.474Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6215fbdeee45f61f3a6972e2" - }, - "price": 4900000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "کته استیک", - "description": "فیله گوساله،شنسل مرغ طعم دار شد۰،سبزیجات بخارپز،پوره سیب زمینی،سس قارچ،سس هاووس،برنج کته", - "short_description": "", - "category": { - "$oid": "6215f9c1ee45f61f3a69728c" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T09:18:22.351Z" - }, - "updated_at": { - "$date": "2024-08-06T14:30:13.894Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6215fc60ee45f61f3a6972f4" - }, - "price": 3350000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "چیکن استیک", - "description": "شنسل مرغ گریل شده،سبزیجات بخارپز طعم دار شده،پوره سیب زمینی،سس قارچ", - "short_description": "", - "category": { - "$oid": "6215f9c1ee45f61f3a69728c" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T09:20:32.831Z" - }, - "updated_at": { - "$date": "2024-08-06T14:30:01.515Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62160f62ee45f61f3a6973a7" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "برگر کلاسیک", - "description": "گوشت خالص،گوجه،خیارشور،کاهو،سیب زمینی سرخ شده", - "short_description": "", - "category": { - "$oid": "6215fe09ee45f61f3a69731e" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T10:41:38.308Z" - }, - "updated_at": { - "$date": "2024-08-06T14:29:51.298Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62161010ee45f61f3a6973b1" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "برگر هاوایی", - "description": "گوشت خالص،گوجه،خیارشور،کاهو،پنیر گودا،ژامبون گوشت،آناناس تفت داده شده،پنیر کاراملی،سس دودی،سیب زمینی سرخ شده", - "short_description": "", - "category": { - "$oid": "6215fe09ee45f61f3a69731e" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T10:44:32.871Z" - }, - "updated_at": { - "$date": "2024-08-06T14:29:37.229Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62161173ee45f61f3a6973e4" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "جورجیا برگر", - "description": "گوشت خالص،شنسل مرغ سوخاری،پنیر گودا،پنیر کاراملی،کاهو،خیارشور،گوجه،سس مخصوص دودی", - "short_description": "", - "category": { - "$oid": "6215fe09ee45f61f3a69731e" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T10:50:27.448Z" - }, - "updated_at": { - "$date": "2024-08-06T14:29:26.033Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6216125dee45f61f3a6973ee" - }, - "price": 2050000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "چیز برگر", - "description": "گوشت خالص،پنیر گودا،پنیر کاراملی،کاهو،خیارشو،گوجه،سیب زمینی سرخ شده", - "short_description": "", - "category": { - "$oid": "6215fe09ee45f61f3a69731e" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T10:54:21.601Z" - }, - "updated_at": { - "$date": "2024-08-06T14:29:09.789Z" - }, - "__v": 0, - "image": "food_1674240800071.png" -}, -{ - "_id": { - "$oid": "62161316ee45f61f3a6973f8" - }, - "price": 2350000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "دبل برگر", - "description": "۲ تیکه گوشن خالص،پنیر گودا،پنیر کاراملی،گوجه،خیارشور،کاهو،سس دودی،سیب زمینی سرخ شده", - "short_description": "", - "category": { - "$oid": "6215fe09ee45f61f3a69731e" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T10:57:26.696Z" - }, - "updated_at": { - "$date": "2024-08-06T14:28:37.161Z" - }, - "__v": 0, - "image": "food_1674240855648.png" -}, -{ - "_id": { - "$oid": "62161407ee45f61f3a697405" - }, - "price": 2850000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "شف برگر", - "description": "۲ تیکه گوشت خالص،شنسل مرغ سوخاری،مغزران رشته رشته شده،دو عدد پنیر گودا،گوجه،خیارشور،کاهو،پنیر کاراملی،سس دودی،سیب زمینی سرخ شده", - "short_description": "", - "category": { - "$oid": "6215fe09ee45f61f3a69731e" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T11:01:27.919Z" - }, - "updated_at": { - "$date": "2024-08-06T14:28:28.052Z" - }, - "__v": 0, - "image": "food_1674241006305.png" -}, -{ - "_id": { - "$oid": "62161582ee45f61f3a697429" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "کوبیده", - "description": "۲ سیخ کوبیده و دورچین", - "short_description": "", - "category": { - "$oid": "62161535ee45f61f3a69741c" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T11:07:46.128Z" - }, - "updated_at": { - "$date": "2024-08-06T14:28:05.954Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "621615eaee45f61f3a697433" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "جوجه کلاسیک", - "description": "سینه فیله تازه مرینت شده با زعفران ناب ایرانی،سس مخصوص و دورچین", - "short_description": "", - "category": { - "$oid": "62161535ee45f61f3a69741c" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T11:09:30.202Z" - }, - "updated_at": { - "$date": "2024-08-06T14:27:32.070Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62161655ee45f61f3a697440" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "جوجه ترش گیلانی", - "description": "سینه فیله تازه مرینت شده با سس مخصوص و دورچین", - "short_description": "", - "category": { - "$oid": "62161535ee45f61f3a69741c" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T11:11:17.151Z" - }, - "updated_at": { - "$date": "2024-08-06T14:27:09.425Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62161989ee45f61f3a6974cb" - }, - "price": 2600000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "میکس وزیری", - "description": "۱سیخ جوجه کلاسیک،۱سیخ کوبیده و دورچین", - "short_description": "", - "category": { - "$oid": "62161535ee45f61f3a69741c" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T11:24:57.670Z" - }, - "updated_at": { - "$date": "2024-08-06T14:27:00.046Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62161b9fee45f61f3a69750d" - }, - "price": 3200000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "کباب برگ مجلسی", - "description": "فیله گوساله تازه و دورچین", - "short_description": "", - "category": { - "$oid": "62161535ee45f61f3a69741c" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T11:33:51.300Z" - }, - "updated_at": { - "$date": "2024-08-06T14:26:35.891Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62161cdcee45f61f3a69751f" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "کباب سلطانی مخصوص", - "description": "یک سیخ کباب برگ به همراه یک سیخ کوبیده و دورچین", - "short_description": "", - "category": { - "$oid": "62161535ee45f61f3a69741c" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T11:39:08.839Z" - }, - "updated_at": { - "$date": "2024-08-06T14:26:19.794Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62161d89ee45f61f3a697532" - }, - "price": 3400000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "بختیاری", - "description": "۱/۲ چنجه،۱/۲جوجه کلاسیک و دورچین", - "short_description": "", - "category": { - "$oid": "62161535ee45f61f3a69741c" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-02-23T11:42:01.261Z" - }, - "updated_at": { - "$date": "2024-08-06T14:26:02.575Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62165ed3ee45f61f3a697984" - }, - "price": 460000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراپاچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e5d4a8d41eae80b0d5a" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-02-23T16:20:35.089Z" - }, - "updated_at": { - "$date": "2022-06-23T15:16:06.476Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6223896ea03b80e0a44eee18" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "سالاد سزار گریل", - "description": "کاهو،مرغ گریل شده،کروئانز،گوجه چری،پنیر پارمسان،سس سزار مخصوص،سالاد سزار یک رول", - "short_description": "", - "category": { - "$oid": "621e6021a03b80e0a44edd72" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-05T16:01:50.734Z" - }, - "updated_at": { - "$date": "2024-08-06T14:25:52.859Z" - }, - "__v": 0, - "image": "food_1674240050149.png" -}, -{ - "_id": { - "$oid": "6223ab43a03b80e0a44eefe3" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "سالاد سزار یک رول", - "description": "کاهو،مرغ سوخاری با پنیر،نان کروتانز،گوجه چری،پنیر پارمسان،سس سزار مخصوص", - "short_description": "", - "category": { - "$oid": "621e6021a03b80e0a44edd72" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-05T18:26:11.303Z" - }, - "updated_at": { - "$date": "2024-08-06T14:25:38.225Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62250ad3a03b80e0a44ef783" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "ماست چکیده موسیر ", - "description": "", - "short_description": "", - "category": { - "$oid": "6225095ca03b80e0a44ef756" - }, - "index": 3, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-06T19:26:11.699Z" - }, - "updated_at": { - "$date": "2024-08-06T14:25:19.297Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62250b4aa03b80e0a44ef79a" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "زیتون پرورده", - "description": "", - "short_description": "", - "category": { - "$oid": "6225095ca03b80e0a44ef756" - }, - "index": 5, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-06T19:28:10.443Z" - }, - "updated_at": { - "$date": "2024-08-06T14:24:53.275Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62250caca03b80e0a44ef7c2" - }, - "price": 195000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "نوشابه کوکا ", - "description": "", - "short_description": "", - "category": { - "$oid": "62250c18a03b80e0a44ef7b2" - }, - "index": 1, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-06T19:34:04.102Z" - }, - "updated_at": { - "$date": "2024-08-06T14:24:37.313Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62250ce7a03b80e0a44ef7cf" - }, - "price": 195000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "نوشابه فانتا", - "description": "", - "short_description": "", - "category": { - "$oid": "62250c18a03b80e0a44ef7b2" - }, - "index": 2, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-06T19:35:03.625Z" - }, - "updated_at": { - "$date": "2024-08-06T14:24:20.477Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62250d1aa03b80e0a44ef7dc" - }, - "price": 195000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "نوشابه اسپرایت", - "description": "", - "short_description": "", - "category": { - "$oid": "62250c18a03b80e0a44ef7b2" - }, - "index": 3, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-06T19:35:54.359Z" - }, - "updated_at": { - "$date": "2024-08-06T14:24:10.177Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62250d36a03b80e0a44ef7e6" - }, - "price": 195000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "نوشابه زیرو", - "description": "", - "short_description": "", - "category": { - "$oid": "62250c18a03b80e0a44ef7b2" - }, - "index": 4, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-06T19:36:22.468Z" - }, - "updated_at": { - "$date": "2024-08-06T14:23:38.169Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62250d5da03b80e0a44ef7f4" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "دلستر (لیمو)", - "description": "", - "short_description": "", - "category": { - "$oid": "62250c18a03b80e0a44ef7b2" - }, - "index": 14, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-06T19:37:01.174Z" - }, - "updated_at": { - "$date": "2024-08-06T14:23:23.406Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62250da9a03b80e0a44ef807" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "دلستر استوایی ", - "description": "", - "short_description": "", - "category": { - "$oid": "62250c18a03b80e0a44ef7b2" - }, - "index": 5, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-06T19:38:17.291Z" - }, - "updated_at": { - "$date": "2024-08-06T14:23:13.377Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62250dfda03b80e0a44ef81e" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "دلستر هلو", - "description": "", - "short_description": "", - "category": { - "$oid": "62250c18a03b80e0a44ef7b2" - }, - "index": 6, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-06T19:39:41.436Z" - }, - "updated_at": { - "$date": "2024-08-06T14:22:57.026Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62250e2ca03b80e0a44ef828" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "دلستر کلاسیک ", - "description": "", - "short_description": "", - "category": { - "$oid": "62250c18a03b80e0a44ef7b2" - }, - "index": 7, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-06T19:40:28.453Z" - }, - "updated_at": { - "$date": "2024-08-06T14:22:37.862Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62250e6fa03b80e0a44ef835" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "دوغ محلی", - "description": "پارچی", - "short_description": "", - "category": { - "$oid": "62250c18a03b80e0a44ef7b2" - }, - "index": 8, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-06T19:41:35.418Z" - }, - "updated_at": { - "$date": "2024-08-06T14:22:28.259Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "623091901cc95a37f0d6ac98" - }, - "price": 50000, - "stock": 98, - "static_discount": 0, - "active": true, - "name": "test", - "description": "test", - "short_description": "", - "category": { - "$oid": "6211ff10c647562f307ebada" - }, - "index": 1, - "storeId": { - "$oid": "61f7db200f1d12950f8ba1c9" - }, - "created_at": { - "$date": "2022-03-15T13:16:00.369Z" - }, - "updated_at": { - "$date": "2022-05-02T23:08:50.603Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238a6d893241795e82cdc84" - }, - "price": 2750000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "موکاورده (medium)", - "description": "سس پستو،ترکیبی از بهترین پنیرها،،شنسل مرغ،قارچ،فلفل دلمه رنگی،زیتون سیاه", - "short_description": "", - "category": { - "$oid": "6215e29cee45f61f3a696e71" - }, - "index": 8, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T16:24:56.447Z" - }, - "updated_at": { - "$date": "2024-08-06T14:22:17.369Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238a74193241795e82cdc91" - }, - "price": 3250000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "موکاورده (large)", - "description": "سس پستو،ترکیبی از بهترین پنیرها،،شنسل مرغ،قارچ،فلفل دلمه رنگی،زیتون سیاه", - "short_description": "", - "category": { - "$oid": "6215e29cee45f61f3a696e71" - }, - "index": 9, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T16:26:41.988Z" - }, - "updated_at": { - "$date": "2024-08-06T14:22:08.452Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238a80993241795e82cdc9e" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "اسپیشیال(medium)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،ژامبون مرغ و گوشت۹۰٪،کوکتل،یارچ،فلفل دلمه رنگی و ذرت", - "short_description": "", - "category": { - "$oid": "6215e2d2ee45f61f3a696e7b" - }, - "index": 1, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T16:30:01.840Z" - }, - "updated_at": { - "$date": "2024-08-06T14:21:50.499Z" - }, - "__v": 0, - "image": "food_1674240678726.png" -}, -{ - "_id": { - "$oid": "6238a89493241795e82cdcae" - }, - "price": 3400000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "اسپیشیال(large)", - "description": "سس ناپولتین،ترکیبی از بهترین پنیرها،ژامبون مرغ و گوشت۹۰٪،،کوکتل،قارچ،فلفل دلمه رنگی و ذرت", - "short_description": "", - "category": { - "$oid": "6215e2d2ee45f61f3a696e7b" - }, - "index": 2, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T16:32:20.893Z" - }, - "updated_at": { - "$date": "2024-08-06T14:21:39.355Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238aa2593241795e82cdcfc" - }, - "price": 2300000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "هالو پیتزا (medium)(hot)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،پپرونی،قارچ،فلفل هالو‌پینو", - "short_description": "", - "category": { - "$oid": "6215e2d2ee45f61f3a696e7b" - }, - "index": 5, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T16:39:01.993Z" - }, - "updated_at": { - "$date": "2024-08-06T14:21:29.099Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238aac193241795e82cdd09" - }, - "price": 3300000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "هالو پیتزا(large)(hot)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،پپرونی،قارچ،فلفل هالوپینو", - "short_description": "", - "category": { - "$oid": "6215e2d2ee45f61f3a696e7b" - }, - "index": 6, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T16:41:37.315Z" - }, - "updated_at": { - "$date": "2024-08-06T14:21:17.619Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238ac0c93241795e82cdd33" - }, - "price": 2300000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "کانتونی (medium)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،مرغ فرآوری شده دودی،قارچ،فلفل دلمه رنگی،زیتون سیاه", - "short_description": "", - "category": { - "$oid": "6215e2d2ee45f61f3a696e7b" - }, - "index": 9, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T16:47:08.888Z" - }, - "updated_at": { - "$date": "2024-08-06T14:21:04.325Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238ac6993241795e82cdd3d" - }, - "price": 3550000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "کانتونی (large)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،مرغ فرآوری شده ،قارچ،فلفل دلمه رنگی،زیتون سیاه", - "short_description": "", - "category": { - "$oid": "6215e2d2ee45f61f3a696e7b" - }, - "index": 10, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T16:48:41.350Z" - }, - "updated_at": { - "$date": "2024-08-06T14:20:48.795Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238ad1c93241795e82cdd51" - }, - "price": 2250000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "پیتزا سبزیجات (large)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،سبزیجان فصل،هویج کریسپی", - "short_description": "", - "category": { - "$oid": "6215e2d2ee45f61f3a696e7b" - }, - "index": 12, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T16:51:40.955Z" - }, - "updated_at": { - "$date": "2024-08-06T14:20:22.522Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238ad6e93241795e82cdd64" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "سبزیجات(medium)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،سبزیجات فصل،هویج کریسپی", - "short_description": "", - "category": { - "$oid": "6215e2d2ee45f61f3a696e7b" - }, - "index": 11, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T16:53:02.832Z" - }, - "updated_at": { - "$date": "2024-08-06T14:19:44.960Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238addc93241795e82cdd78" - }, - "price": 2650000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "سیرو استیک(medium)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،راسته گوساله طعم دارشده", - "short_description": "", - "category": { - "$oid": "6215e29cee45f61f3a696e71" - }, - "index": 1, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T16:54:52.120Z" - }, - "updated_at": { - "$date": "2024-08-06T14:19:27.734Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238ae2693241795e82cdd8b" - }, - "price": 3300000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "سیرواستبک (large)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،راسته گوساله طعم دارشده", - "short_description": "", - "category": { - "$oid": "6215e29cee45f61f3a696e71" - }, - "index": 2, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T16:56:06.090Z" - }, - "updated_at": { - "$date": "2024-08-06T14:19:08.487Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238ae9d93241795e82cdda5" - }, - "price": 2600000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "سیسیلی(medium)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،شنسل مرغ طعم دار شده،قارچ ،فلفل هالوپینو،فلفل دلمه رنگی ،زیتون سیاه", - "short_description": "", - "category": { - "$oid": "6215e29cee45f61f3a696e71" - }, - "index": 3, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T16:58:05.331Z" - }, - "updated_at": { - "$date": "2024-08-06T14:18:49.930Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238af1793241795e82cddb8" - }, - "price": 3200000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "سیسیلی (large)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها، شنسل مرغ طعم دار شده،قارچ،فلفل هالوپینو،،فلفل دلمه رنگی،زیتون سیاه", - "short_description": "", - "category": { - "$oid": "6215e29cee45f61f3a696e71" - }, - "index": 4, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T17:00:07.604Z" - }, - "updated_at": { - "$date": "2024-08-06T14:18:34.154Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238afb993241795e82cddd0" - }, - "price": 2350000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "پپرونی(medium)", - "description": " سس ناپولیتن،ترکیبی از بهترین پنیرها،پپرونی مرغوب،هالوپینو", - "short_description": "", - "category": { - "$oid": "6215e29cee45f61f3a696e71" - }, - "index": 5, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T17:02:49.484Z" - }, - "updated_at": { - "$date": "2024-08-06T14:17:44.077Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238b00093241795e82cdde3" - }, - "price": 2950000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "پپرونی(large)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،پپرونی مرغوب،هالوپینو", - "short_description": "", - "category": { - "$oid": "6215e29cee45f61f3a696e71" - }, - "index": 10, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T17:04:00.649Z" - }, - "updated_at": { - "$date": "2024-08-06T14:17:06.793Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238b1d693241795e82cde30" - }, - "price": 2850000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "فورسیزن(medium)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،۱/۴راسته گوساله،۱/۴شنسل مرغ،۱/۴ژامبون،فلفل دلمه رنگی،زیتون سیاه", - "short_description": "", - "category": { - "$oid": "6215e29cee45f61f3a696e71" - }, - "index": 13, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T17:11:50.974Z" - }, - "updated_at": { - "$date": "2024-08-06T14:09:53.641Z" - }, - "__v": 0, - "image": "food_1674240292136.png" -}, -{ - "_id": { - "$oid": "6238b27993241795e82cde3d" - }, - "price": 3750000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "فورسیزن (large)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،۱/۴راسته گوساله،۱/۴شنسل مرغ،۱/۴ژامبون،فلفل دلمه رنگی،زیتون سیاه", - "short_description": "", - "category": { - "$oid": "6215e29cee45f61f3a696e71" - }, - "index": 14, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T17:14:33.350Z" - }, - "updated_at": { - "$date": "2024-08-06T14:09:40.725Z" - }, - "__v": 0, - "image": "food_1674240090739.png" -}, -{ - "_id": { - "$oid": "6238b32993241795e82cde65" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "پنه چیکن آلفردو", - "description": "فیله مرغ،پنه،پیازچه،قارچ،سس آلفردو،پنیر پارمسان", - "short_description": "", - "category": { - "$oid": "6215f665ee45f61f3a69723d" - }, - "index": 1, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T17:17:29.519Z" - }, - "updated_at": { - "$date": "2024-08-06T14:09:00.304Z" - }, - "__v": 0, - "image": "food_1674240144984.png" -}, -{ - "_id": { - "$oid": "6238b40693241795e82cde82" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "پنه پستو", - "description": "فیله مرغ،پنه،پیازچه،قارچ،سس پستو ،پنیر پارمسان", - "short_description": "", - "category": { - "$oid": "6215f665ee45f61f3a69723d" - }, - "index": 3, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T17:21:10.493Z" - }, - "updated_at": { - "$date": "2024-08-06T14:08:47.305Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238b48993241795e82cde8f" - }, - "price": 2600000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "خوراک اسپانیایی", - "description": "فیله کوساله تفت داده شده،فیله مرغ،فلفل دلمه،پیاز ژولین،قارچ،سس مخصوص،نان بروچن", - "short_description": "", - "category": { - "$oid": "6215f665ee45f61f3a69723d" - }, - "index": 4, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T17:23:21.869Z" - }, - "updated_at": { - "$date": "2024-08-06T14:07:25.085Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238b4f593241795e82cdea1" - }, - "price": 2800000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "بیف استراگانف", - "description": "فیله گوساله،پیازچه،قارچ،سس آلفردو،سیب زمینی بیفی،پنیر پارمسان", - "short_description": "", - "category": { - "$oid": "6215f665ee45f61f3a69723d" - }, - "index": 5, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T17:25:09.126Z" - }, - "updated_at": { - "$date": "2023-12-14T17:09:21.478Z" - }, - "__v": 0, - "image": "food_1674240174016.png" -}, -{ - "_id": { - "$oid": "6238b5e393241795e82cdedf" - }, - "price": 2350000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "پنه بیف آلفردو", - "description": "فیله گوساله،پیازچه،قارچ،سس آلفردو،گوجه گیلاسی تفت داده شده،پوره لبو", - "short_description": "", - "category": { - "$oid": "6215f665ee45f61f3a69723d" - }, - "index": 2, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T17:29:07.764Z" - }, - "updated_at": { - "$date": "2024-08-06T14:06:52.747Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238be9c93241795e82ce006" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "مارگریتا(medium)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،گوجه اسلایس ،برگ رییحان", - "short_description": "", - "category": { - "$oid": "6215e29cee45f61f3a696e71" - }, - "index": 6, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T18:06:20.408Z" - }, - "updated_at": { - "$date": "2024-08-06T14:06:35.840Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6238c04d93241795e82ce028" - }, - "price": 1690000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "مارگریتا(large)", - "description": "سس ناپولیتن،ترکیبی از بهترین پنیرها،گوجه اسلایس ، برگ ریحان", - "short_description": "", - "category": { - "$oid": "6215e29cee45f61f3a696e71" - }, - "index": 7, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-03-21T18:13:33.334Z" - }, - "updated_at": { - "$date": "2024-08-06T14:06:09.330Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6239bfac93241795e82ce30f" - }, - "price": 290000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ریسترتو کامرشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T12:23:08.597Z" - }, - "updated_at": { - "$date": "2022-04-16T12:54:21.219Z" - }, - "__v": 0, - "image": "food_1650113391211.png" -}, -{ - "_id": { - "$oid": "6239bfea93241795e82ce31c" - }, - "price": 390000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": " ریسترتو اسپشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T12:24:10.873Z" - }, - "updated_at": { - "$date": "2022-04-16T12:54:33.242Z" - }, - "__v": 0, - "image": "food_1650113429909.png" -}, -{ - "_id": { - "$oid": "6239c00993241795e82ce326" - }, - "price": 290000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو کامرشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T12:24:41.047Z" - }, - "updated_at": { - "$date": "2022-04-16T12:48:20.781Z" - }, - "__v": 0, - "image": "food_1649615265281.png" -}, -{ - "_id": { - "$oid": "6239c04193241795e82ce333" - }, - "price": 390000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو اسپشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T12:25:37.210Z" - }, - "updated_at": { - "$date": "2022-04-10T18:26:50.647Z" - }, - "__v": 0, - "image": "food_1649615208910.png" -}, -{ - "_id": { - "$oid": "6239c06793241795e82ce33f" - }, - "price": 290000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لونگو کامرشیال", - "description": "60 میلی لیتر عصاره‌ی قهوه‌ با ترکیب کامرشیال", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T12:26:15.958Z" - }, - "updated_at": { - "$date": "2022-04-16T12:53:55.213Z" - }, - "__v": 0, - "image": "food_1650113477508.png" -}, -{ - "_id": { - "$oid": "6239c08393241795e82ce34a" - }, - "price": 390000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لونگو اسپشیال", - "description": "60 میلی لیتر عصاره‌ی قهوه‌ با ترکیب اسپشیال", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T12:26:43.903Z" - }, - "updated_at": { - "$date": "2022-04-16T12:53:17.718Z" - }, - "__v": 0, - "image": "food_1650113526078.png" -}, -{ - "_id": { - "$oid": "6239c0bc93241795e82ce368" - }, - "price": 310000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو کومپانو", - "description": "310000", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T12:27:40.191Z" - }, - "updated_at": { - "$date": "2022-04-10T18:25:00.829Z" - }, - "__v": 0, - "image": "food_1649615098733.png" -}, -{ - "_id": { - "$oid": "6239c10a93241795e82ce381" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو پیکولو", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T12:28:58.408Z" - }, - "updated_at": { - "$date": "2022-04-10T18:24:21.760Z" - }, - "__v": 0, - "image": "food_1649615060222.png" -}, -{ - "_id": { - "$oid": "623a113f93241795e82ceefe" - }, - "price": 440000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مگنوم پرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:11:11.670Z" - }, - "updated_at": { - "$date": "2022-03-22T18:15:11.201Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "623a117b93241795e82cef0f" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "أفاگاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:12:11.144Z" - }, - "updated_at": { - "$date": "2022-03-22T18:12:11.144Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "623a119593241795e82cef1c" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو کامرشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:12:37.405Z" - }, - "updated_at": { - "$date": "2022-04-10T18:18:27.259Z" - }, - "__v": 0, - "image": "food_1649614627379.png" -}, -{ - "_id": { - "$oid": "623a11ab93241795e82cef27" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": " آمریکانو اسپشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:12:59.930Z" - }, - "updated_at": { - "$date": "2022-04-10T18:17:52.769Z" - }, - "__v": 0, - "image": "food_1649614589917.png" -}, -{ - "_id": { - "$oid": "623a11d193241795e82cef36" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فلت وایت", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:13:37.146Z" - }, - "updated_at": { - "$date": "2022-04-10T18:16:10.619Z" - }, - "__v": 0, - "image": "food_1649614568101.png" -}, -{ - "_id": { - "$oid": "623a11ea93241795e82cef40" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:14:02.835Z" - }, - "updated_at": { - "$date": "2022-04-10T18:15:47.192Z" - }, - "__v": 0, - "image": "food_1649614545113.png" -}, -{ - "_id": { - "$oid": "623a125a93241795e82cef63" - }, - "price": 490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:15:54.177Z" - }, - "updated_at": { - "$date": "2022-04-10T18:15:18.419Z" - }, - "__v": 0, - "image": "food_1649614515360.png" -}, -{ - "_id": { - "$oid": "623a129493241795e82cef70" - }, - "price": 530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته + سیروپ(کارامل ، فندوق ، وانیل)", - "description": "سیروپ‌های انتخابی: ۱.وانیل ۲.کارامل ۳.شکلات ۴.فندق ۵.کوکی ۶.شکلات سفید ۷.آیریش", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:16:52.060Z" - }, - "updated_at": { - "$date": "2022-04-10T18:14:40.150Z" - }, - "__v": 0, - "image": "food_1649614477212.png" -}, -{ - "_id": { - "$oid": "623a12b693241795e82cef7f" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:17:26.922Z" - }, - "updated_at": { - "$date": "2022-03-22T18:17:26.922Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "623a12d093241795e82cef89" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پینات باتر لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:17:52.938Z" - }, - "updated_at": { - "$date": "2022-04-10T18:11:58.663Z" - }, - "__v": 0, - "image": "food_1649614316580.png" -}, -{ - "_id": { - "$oid": "623a12f193241795e82cef95" - }, - "price": 680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چاکلت کوکی لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:18:25.275Z" - }, - "updated_at": { - "$date": "2022-03-22T18:18:25.275Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "623a130e93241795e82cefa5" - }, - "price": 630000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لوتوس لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:18:54.468Z" - }, - "updated_at": { - "$date": "2022-04-10T18:11:26.832Z" - }, - "__v": 0, - "image": "food_1649614283859.png" -}, -{ - "_id": { - "$oid": "623a132c93241795e82cefaf" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته کارامل نمکی", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:19:24.757Z" - }, - "updated_at": { - "$date": "2022-04-10T18:10:46.239Z" - }, - "__v": 0, - "image": "food_1649614243191.png" -}, -{ - "_id": { - "$oid": "623a136293241795e82cefc8" - }, - "price": 520000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا فندوقی", - "description": "", - "short_description": "", - "category": { - "$oid": "62379461c1bb048b321cd974" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:20:18.941Z" - }, - "updated_at": { - "$date": "2022-04-10T18:07:08.799Z" - }, - "__v": 0, - "image": "food_1649613980682.png" -}, -{ - "_id": { - "$oid": "623a138a93241795e82cefd7" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پن شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "623794dbc1bb048b321cd99d" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:20:58.607Z" - }, - "updated_at": { - "$date": "2022-04-10T18:05:03.634Z" - }, - "__v": 0, - "image": "food_1649613901192.png" -}, -{ - "_id": { - "$oid": "623a13ad93241795e82cefe1" - }, - "price": 330000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کروسان ساده", - "description": "", - "short_description": "", - "category": { - "$oid": "623794dbc1bb048b321cd99d" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:21:33.741Z" - }, - "updated_at": { - "$date": "2022-04-10T18:04:18.516Z" - }, - "__v": 0, - "image": "food_1649613856633.png" -}, -{ - "_id": { - "$oid": "623a13cb93241795e82cefeb" - }, - "price": 420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کروسان بادام", - "description": "", - "short_description": "", - "category": { - "$oid": "623794dbc1bb048b321cd99d" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:22:03.597Z" - }, - "updated_at": { - "$date": "2022-04-10T18:03:19.322Z" - }, - "__v": 0, - "image": "food_1649613797467.png" -}, -{ - "_id": { - "$oid": "623a140293241795e82ceffb" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "62379490c1bb048b321cd980" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:22:58.184Z" - }, - "updated_at": { - "$date": "2022-04-10T18:02:48.332Z" - }, - "__v": 0, - "image": "food_1649613765932.png" -}, -{ - "_id": { - "$oid": "623a142093241795e82cf005" - }, - "price": 390000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "62379490c1bb048b321cd980" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:23:28.878Z" - }, - "updated_at": { - "$date": "2022-04-10T18:02:05.551Z" - }, - "__v": 0, - "image": "food_1649613723673.png" -}, -{ - "_id": { - "$oid": "623a144093241795e82cf00f" - }, - "price": 480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مارشمالو چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "62379490c1bb048b321cd980" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:24:00.163Z" - }, - "updated_at": { - "$date": "2022-04-10T18:01:44.648Z" - }, - "__v": 0, - "image": "food_1649613702548.png" -}, -{ - "_id": { - "$oid": "623a145893241795e82cf019" - }, - "price": 390000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "62379490c1bb048b321cd980" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:24:24.153Z" - }, - "updated_at": { - "$date": "2022-04-10T18:01:18.494Z" - }, - "__v": 0, - "image": "food_1649613676302.png" -}, -{ - "_id": { - "$oid": "623a148193241795e82cf023" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیگنیچر شکر سیاه", - "description": "", - "short_description": "", - "category": { - "$oid": "62379490c1bb048b321cd980" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:25:05.023Z" - }, - "updated_at": { - "$date": "2022-03-22T18:25:05.023Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "623a14a293241795e82cf02f" - }, - "price": 430000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلدبرو", - "description": "قهوه‌ی سرد عصاره‌گیری شده؛ در طعم‌های لیمو، بلوبری، آیریش و مالت", - "short_description": "", - "category": { - "$oid": "6237949ec1bb048b321cd989" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:25:38.597Z" - }, - "updated_at": { - "$date": "2022-04-10T17:59:51.062Z" - }, - "__v": 0, - "image": "food_1649613589300.png" -}, -{ - "_id": { - "$oid": "623a14bf93241795e82cf04b" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نیتروژن کافی", - "description": "", - "short_description": "", - "category": { - "$oid": "6237949ec1bb048b321cd989" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:26:07.175Z" - }, - "updated_at": { - "$date": "2022-03-22T18:27:11.266Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "623a14f193241795e82cf062" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس آمریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "6237949ec1bb048b321cd989" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:26:57.641Z" - }, - "updated_at": { - "$date": "2022-04-10T17:58:32.461Z" - }, - "__v": 0, - "image": "food_1649613510872.png" -}, -{ - "_id": { - "$oid": "623a153a93241795e82cf088" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "6237949ec1bb048b321cd989" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:28:10.244Z" - }, - "updated_at": { - "$date": "2022-04-10T17:58:00.208Z" - }, - "__v": 0, - "image": "food_1649613478658.png" -}, -{ - "_id": { - "$oid": "623a156893241795e82cf093" - }, - "price": 490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته+ سیروپ", - "description": "", - "short_description": "", - "category": { - "$oid": "6237949ec1bb048b321cd989" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:28:56.279Z" - }, - "updated_at": { - "$date": "2022-04-10T17:57:35.589Z" - }, - "__v": 0, - "image": "food_1649613453945.png" -}, -{ - "_id": { - "$oid": "623a159693241795e82cf0a0" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیگنیچر شکر سیاه ", - "description": "", - "short_description": "", - "category": { - "$oid": "6237949ec1bb048b321cd989" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:29:42.158Z" - }, - "updated_at": { - "$date": "2022-03-22T18:29:42.158Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "623a15b393241795e82cf0ad" - }, - "price": 430000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "V60", - "description": "", - "short_description": "", - "category": { - "$oid": "623794afc1bb048b321cd993" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:30:11.477Z" - }, - "updated_at": { - "$date": "2022-04-10T17:57:04.099Z" - }, - "__v": 0, - "image": "food_1649613422061.png" -}, -{ - "_id": { - "$oid": "623a15cb93241795e82cf0ba" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جینا", - "description": "", - "short_description": "", - "category": { - "$oid": "623794afc1bb048b321cd993" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:30:35.064Z" - }, - "updated_at": { - "$date": "2022-04-10T17:56:40.410Z" - }, - "__v": 0, - "image": "food_1649613398668.png" -}, -{ - "_id": { - "$oid": "623a15f993241795e82cf0c4" - }, - "price": 480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کمکس", - "description": "", - "short_description": "", - "category": { - "$oid": "623794afc1bb048b321cd993" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:31:21.899Z" - }, - "updated_at": { - "$date": "2022-04-10T17:56:14.703Z" - }, - "__v": 0, - "image": "food_1649613372112.png" -}, -{ - "_id": { - "$oid": "623a161993241795e82cf0ce" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فرنچ پرس", - "description": "", - "short_description": "", - "category": { - "$oid": "623794afc1bb048b321cd993" - }, - "index": 0, - "storeId": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "created_at": { - "$date": "2022-03-22T18:31:53.149Z" - }, - "updated_at": { - "$date": "2022-04-10T17:55:50.022Z" - }, - "__v": 0, - "image": "food_1649613348050.png" -}, -{ - "_id": { - "$oid": "6241c0e193241795e82d185b" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فلت وایت %100", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e304a8d41eae80b0d4f" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-03-28T14:06:25.442Z" - }, - "updated_at": { - "$date": "2022-03-28T14:06:25.442Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6241c81793241795e82d18f5" - }, - "price": 280000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای نعنا", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3e794a8d41eae80b0d70" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-03-28T14:37:11.821Z" - }, - "updated_at": { - "$date": "2022-06-22T15:41:42.112Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "624b309d93241795e82d4733" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "چیکن برگر", - "description": "شنسل مرغ گریل شده،گوجه،خیارشور،کاهو،پنیرگودا،سس دودی،سیب زمینی سرخ شده", - "short_description": "", - "category": { - "$oid": "6215fe09ee45f61f3a69731e" - }, - "index": 1, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-04-04T17:53:33.291Z" - }, - "updated_at": { - "$date": "2024-08-06T14:05:50.682Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "624c755693241795e82d4a51" - }, - "price": 480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اوشن", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3df34a8d41eae80b0d37" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-04-05T16:59:02.513Z" - }, - "updated_at": { - "$date": "2022-06-22T17:04:18.529Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6274067b3b0eb949b49c7708" - }, - "price": 5000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "test2", - "description": "", - "short_description": "", - "category": { - "$oid": "621202be7d3b1d322849e684" - }, - "index": 1, - "storeId": { - "$oid": "61f7db200f1d12950f8ba1c9" - }, - "created_at": { - "$date": "2022-05-05T17:16:43.948Z" - }, - "updated_at": { - "$date": "2022-05-05T17:16:43.948Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627a6da52353df2fe650f3f2" - }, - "price": 960000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هالومی چیز برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3dcb4a8d41eae80b0d21" - }, - "index": 7, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-05-10T13:50:29.637Z" - }, - "updated_at": { - "$date": "2022-05-10T13:50:29.637Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627bf55f2353df2fe6510866" - }, - "price": 490000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "کته برنج زعفرانی", - "description": "", - "short_description": "", - "category": { - "$oid": "62161535ee45f61f3a69741c" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-11T17:41:51.355Z" - }, - "updated_at": { - "$date": "2024-08-06T14:05:26.418Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627d242e2353df2fe6511d15" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی سرخ شده", - "description": "", - "short_description": "", - "category": { - "$oid": "6225095ca03b80e0a44ef756" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-12T15:13:50.430Z" - }, - "updated_at": { - "$date": "2025-08-19T09:08:58.419Z" - }, - "__v": 0, - "image": "food_1674240260019.png" -}, -{ - "_id": { - "$oid": "627d24662353df2fe6511d2b" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "اسکوپ بستنی", - "description": "", - "short_description": "", - "category": { - "$oid": "628119add65610bd301c5919" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-12T15:14:46.560Z" - }, - "updated_at": { - "$date": "2025-08-19T09:12:33.734Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f581fec44ae525a15240d" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی سرخ کرده", - "description": "", - "short_description": "", - "category": { - "$oid": "627f52d2ec44ae525a1522db" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T07:19:59.584Z" - }, - "updated_at": { - "$date": "2023-05-30T17:05:20.828Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f58acec44ae525a152427" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی مخصوص پیانو", - "description": "سیب زمینی ، ژامبون ، قارچ ، ذرت", - "short_description": "", - "category": { - "$oid": "627f52d2ec44ae525a1522db" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T07:22:20.979Z" - }, - "updated_at": { - "$date": "2023-05-30T17:06:07.844Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f613fec44ae525a152497" - }, - "price": 780000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قارچ سوخاری", - "description": "دوازده عدد قارچ سوخاری شده", - "short_description": "", - "category": { - "$oid": "627f52d2ec44ae525a1522db" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T07:58:55.701Z" - }, - "updated_at": { - "$date": "2023-04-30T13:27:54.520Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f6160ec44ae525a1524a4" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیاز حلقه ای", - "description": "شش عدد پیاز حلقه ای", - "short_description": "", - "category": { - "$oid": "627f52d2ec44ae525a1522db" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T07:59:28.371Z" - }, - "updated_at": { - "$date": "2023-02-15T13:28:50.118Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f6185ec44ae525a1524ae" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نان سیر", - "description": "نان طعم دار شده با کره و سیر تازه", - "short_description": "", - "category": { - "$oid": "627f52d2ec44ae525a1522db" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T08:00:05.771Z" - }, - "updated_at": { - "$date": "2023-03-09T16:25:18.530Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f61a9ec44ae525a1524b8" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رول پنیری", - "description": "نام طعم دار شده، پنیر چدار، ژامبون", - "short_description": "", - "category": { - "$oid": "627f52d2ec44ae525a1522db" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T08:00:41.862Z" - }, - "updated_at": { - "$date": "2023-02-15T13:28:06.650Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f6256ec44ae525a152507" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت فرایز", - "description": "سیب زمینی ، سس قارچ", - "short_description": "", - "category": { - "$oid": "627f52d2ec44ae525a1522db" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T08:03:34.970Z" - }, - "updated_at": { - "$date": "2023-05-30T17:05:47.370Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f6bf0ec44ae525a1525d0" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": " برگر ایتالیایی", - "description": "برگر 200 گرمی ، سیب زمینی چدار، پنیر، قارچ، ژامبون", - "short_description": "", - "category": { - "$oid": "627f5634ec44ae525a152397" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T08:44:32.979Z" - }, - "updated_at": { - "$date": "2023-06-17T10:53:03.726Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f6c31ec44ae525a1525ea" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ مخصوص پیانو", - "description": "ژامبون ، هات داگ ، قارچ ، پنیر", - "short_description": "", - "category": { - "$oid": "627f5634ec44ae525a152397" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T08:45:37.231Z" - }, - "updated_at": { - "$date": "2023-06-17T10:52:51.678Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f6caeec44ae525a152604" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیله مرغ", - "description": "دوعدد فیله سوخاری ، گوجه ، کاهو ، پنیر ورقه ای", - "short_description": "", - "category": { - "$oid": "627f5634ec44ae525a152397" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T08:47:42.999Z" - }, - "updated_at": { - "$date": "2023-06-17T10:52:41.278Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f6cd2ec44ae525a15260e" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مایتی برگر", - "description": "یکی عدد زینگر، یک عدد برگر، دولایه پنیر ورقه ای ، قارچ", - "short_description": "", - "category": { - "$oid": "627f5634ec44ae525a152397" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T08:48:18.911Z" - }, - "updated_at": { - "$date": "2023-06-17T10:52:28.885Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f6cf1ec44ae525a152622" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رستبیف", - "description": "فیله گوساله، پنیر پیتزا، پنیر ورقه ای", - "short_description": "", - "category": { - "$oid": "627f5634ec44ae525a152397" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T08:48:49.481Z" - }, - "updated_at": { - "$date": "2023-06-17T10:52:16.379Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f80e4ec44ae525a1527b2" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "استیک", - "description": "فیله گوساله،قارچ ، پنیر ورقه ای", - "short_description": "", - "category": { - "$oid": "627f5634ec44ae525a152397" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T10:13:56.124Z" - }, - "updated_at": { - "$date": "2023-06-17T10:51:59.995Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f8108ec44ae525a1527c4" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ژامبون تنوری", - "description": "ژامبون سه لایه، پنیر پیتزا، قارچ ، کاهو، گوجه", - "short_description": "", - "category": { - "$oid": "627f5634ec44ae525a152397" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T10:14:32.350Z" - }, - "updated_at": { - "$date": "2023-06-17T10:51:47.275Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f8167ec44ae525a1527f8" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ تنوری", - "description": "هات داگ، پنیر، کاهو، گوجه", - "short_description": "", - "category": { - "$oid": "627f5634ec44ae525a152397" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T10:16:07.094Z" - }, - "updated_at": { - "$date": "2023-06-17T10:51:35.485Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f81a0ec44ae525a15280c" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر تک", - "description": "یک عدد برگر، کاهو ، گوجه ، پنیر ورقه ای، خیارشور", - "short_description": "", - "category": { - "$oid": "627f5634ec44ae525a152397" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T10:17:04.131Z" - }, - "updated_at": { - "$date": "2023-06-17T10:51:22.368Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f81c0ec44ae525a152819" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر دبل", - "description": "دو عدد برگر150 گرمی، قارچ ، پنیر، کاهو ، گوجه ، خیارشور", - "short_description": "", - "category": { - "$oid": "627f5634ec44ae525a152397" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T10:17:36.520Z" - }, - "updated_at": { - "$date": "2023-06-17T10:51:09.495Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f959fec44ae525a15298e" - }, - "price": 2050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مخصوص پیانو", - "description": "ژامبون گوشت ۸۰٪، فیله مرغ، فلفل، زیتون، قارچ", - "short_description": "", - "category": { - "$oid": "627f5657ec44ae525a1523a3" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T11:42:23.591Z" - }, - "updated_at": { - "$date": "2023-06-17T10:45:13.583Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f95f9ec44ae525a1529a8" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مخلوط", - "description": "ژامبون گوشت، هات داگ ، فلفل دلمه، قارچ", - "short_description": "", - "category": { - "$oid": "627f5657ec44ae525a1523a3" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T11:43:53.516Z" - }, - "updated_at": { - "$date": "2023-06-17T10:45:01.806Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f97d9ec44ae525a1529f8" - }, - "price": 2350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا رست بیف", - "description": "گوشت گوساله، پنیر ورقه ای، فلفل دلمه، قارچ", - "short_description": "", - "category": { - "$oid": "627f5657ec44ae525a1523a3" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T11:51:53.144Z" - }, - "updated_at": { - "$date": "2023-06-17T10:44:48.723Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f980eec44ae525a152a02" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گریل چیکن", - "description": "فیله مرغ، فلفل دلمه ، قارچ", - "short_description": "", - "category": { - "$oid": "627f5657ec44ae525a1523a3" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T11:52:46.003Z" - }, - "updated_at": { - "$date": "2023-06-17T10:44:33.899Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f9888ec44ae525a152a1f" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "یونانی", - "description": "گوشت چرخ کرده طعم دار شده، گوجه ، قارچ", - "short_description": "", - "category": { - "$oid": "627f5657ec44ae525a1523a3" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T11:54:48.782Z" - }, - "updated_at": { - "$date": "2023-06-17T10:44:20.899Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f994dec44ae525a152a30" - }, - "price": 1730000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوپریم", - "description": "ژامبون گوشت، ژامبون مرغ، قارچ", - "short_description": "", - "category": { - "$oid": "627f5657ec44ae525a1523a3" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T11:58:05.950Z" - }, - "updated_at": { - "$date": "2023-06-17T10:44:08.976Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f9976ec44ae525a152a3a" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ویکتوریا", - "description": "ژامبون مرغ، فلفل دلمه ای، قارچ", - "short_description": "", - "category": { - "$oid": "627f5657ec44ae525a1523a3" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T11:58:46.203Z" - }, - "updated_at": { - "$date": "2023-06-17T10:43:55.529Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f99e6ec44ae525a152a61" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پپرونی", - "description": "ژامبون پپرونی، قارچ ، فلفل دلمه ای", - "short_description": "", - "category": { - "$oid": "627f5657ec44ae525a1523a3" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T12:00:38.988Z" - }, - "updated_at": { - "$date": "2023-06-17T10:43:44.379Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f9a0eec44ae525a152a71" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سبزیجات", - "description": "زیتون، ذرت، قارچ، گوجه ، فلفل دلمه", - "short_description": "", - "category": { - "$oid": "627f5657ec44ae525a1523a3" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T12:01:18.536Z" - }, - "updated_at": { - "$date": "2023-06-17T10:43:14.249Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627f9b26ec44ae525a152a96" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کالزیا", - "description": "دولایه خمیر ، ژامبون گوشت ، فیله مرغ، قارچ ، پنیر ورقه ای", - "short_description": "", - "category": { - "$oid": "627f5657ec44ae525a1523a3" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T12:05:58.072Z" - }, - "updated_at": { - "$date": "2023-06-17T10:43:01.876Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fa0e0ec44ae525a152ac7" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیده گوشت", - "description": "خمیر مخصوص پیده ، گوشت گوساله، پنیر، گوجه، فلفل چارلستون", - "short_description": "", - "category": { - "$oid": "627f56fdec44ae525a1523e8" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T12:30:24.918Z" - }, - "updated_at": { - "$date": "2023-06-17T10:42:13.826Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fa2e8ec44ae525a152ae7" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیده مرغ", - "description": "خمیر مخصوص پیده، سینه مرغ، پنیر ، گوجه ، فلفل چارلستون", - "short_description": "", - "category": { - "$oid": "627f56fdec44ae525a1523e8" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T12:39:04.713Z" - }, - "updated_at": { - "$date": "2023-06-17T10:42:23.979Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fa30cec44ae525a152af1" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیده قارچ و بادمجان", - "description": "خمیر مخصوص پیده، قارچ و بادمجان ، پنیر، گوجه ، فلفل چارلستون", - "short_description": "", - "category": { - "$oid": "627f56fdec44ae525a1523e8" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T12:39:40.264Z" - }, - "updated_at": { - "$date": "2023-06-17T10:42:49.453Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fa35fec44ae525a152b0b" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بشقاب برگر", - "description": "خمیر مخصوص،۱ لایه ژامبون ، پ عدد برگر مزه دار شده ، پنیر ، سیب زمینی سرخ شده", - "short_description": "", - "category": { - "$oid": "627f56c3ec44ae525a1523d9" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T12:41:03.993Z" - }, - "updated_at": { - "$date": "2023-06-17T11:00:56.926Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fa39dec44ae525a152b32" - }, - "price": 2050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بشقاب رست بیف", - "description": "خمیر مخصوص، گوشت گوساله، قارچ مزه دار شده ، پنیر، سیب زمینی سرخ شده", - "short_description": "", - "category": { - "$oid": "627f56c3ec44ae525a1523d9" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T12:42:05.062Z" - }, - "updated_at": { - "$date": "2023-06-17T11:00:44.139Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fa56dec44ae525a152b58" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بشقاب ژامبون", - "description": "خمیر مخصوص، ژامبون گوشت، قارچ مزه دار شده ، پنیر، سیب زمینی سرخ شده", - "short_description": "", - "category": { - "$oid": "627f56c3ec44ae525a1523d9" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T12:49:49.902Z" - }, - "updated_at": { - "$date": "2023-06-17T11:00:32.025Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fa6f2ec44ae525a152b9f" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بشقاب سبزیجات", - "description": "خمیر مخصوص، انواع سبزیجات، سس مخصوص ، پنیر، سیب زمینی سرخ شده", - "short_description": "", - "category": { - "$oid": "627f56c3ec44ae525a1523d9" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T12:56:18.931Z" - }, - "updated_at": { - "$date": "2023-06-17T11:00:21.329Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fb734ec44ae525a152da3" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سه تیکه (نرمال / اسپایسی)", - "description": "سه عدد فیله مرغ سوخاری ، سیب زمینی ، سالاد مکزیکی", - "short_description": "", - "category": { - "$oid": "627f56a4ec44ae525a1523c7" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:05:40.521Z" - }, - "updated_at": { - "$date": "2023-06-17T11:48:32.705Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fb751ec44ae525a152dad" - }, - "price": 2450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنج تیکه (نرمال / اسپایسی)", - "description": "پنج عدد فیله مرغ سوخاری ، سیب زمینی ، سالاد مکزیکی", - "short_description": "", - "category": { - "$oid": "627f56a4ec44ae525a1523c7" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:06:09.697Z" - }, - "updated_at": { - "$date": "2023-06-17T10:59:19.282Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fb785ec44ae525a152dc8" - }, - "price": 2050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیزا پیزا", - "description": "دو عدد شنیسل مرغ تند ، پپرونی ، فلفل دلمه ای ، پنیر", - "short_description": "", - "category": { - "$oid": "627f56a4ec44ae525a1523c7" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:07:01.931Z" - }, - "updated_at": { - "$date": "2023-06-17T10:59:03.807Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fb7beec44ae525a152de6" - }, - "price": 1950000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "دبل دان", - "description": "دو عدد شنیسل مرغ تند ، پنیر زرد ، قارچ ، ژامبون", - "short_description": "", - "category": { - "$oid": "627f56a4ec44ae525a1523c7" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:07:58.442Z" - }, - "updated_at": { - "$date": "2023-06-17T10:58:48.323Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fb7ddec44ae525a152df0" - }, - "price": 2050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن بنیه", - "description": "چهار عدد فیله مرغ ، سیب زمینی ، سالاد مکزیکی ، سس بنیه", - "short_description": "", - "category": { - "$oid": "627f56a4ec44ae525a1523c7" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:08:29.072Z" - }, - "updated_at": { - "$date": "2023-06-17T10:58:33.067Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fb800ec44ae525a152e07" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میگو بنیه", - "description": "120 گرم میگو ، سیب زمینی ، کاهو ، سالاد مکزیکی ، سس بنیه", - "short_description": "", - "category": { - "$oid": "627f56a4ec44ae525a1523c7" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:09:04.651Z" - }, - "updated_at": { - "$date": "2023-06-17T10:58:16.559Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fb818ec44ae525a152e11" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میگو سوخاری", - "description": "۱۳۰ گرم میگو ، سیب زمینی ، کاهو ، سالاد مکزیکی", - "short_description": "", - "category": { - "$oid": "627f56a4ec44ae525a1523c7" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:09:28.741Z" - }, - "updated_at": { - "$date": "2023-06-17T10:58:01.495Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fb938ec44ae525a152e55" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیسکا", - "description": "کاهو ، فیله گوساله ، خیار ، زیتون ، ذرت ، گوجه گیلاسی ، بالزامیک", - "short_description": "", - "category": { - "$oid": "627f56b2ec44ae525a1523d0" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:14:16.303Z" - }, - "updated_at": { - "$date": "2023-05-30T17:16:59.861Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fb984ec44ae525a152e7a" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سزار ( سوخاری )", - "description": "کاهو، نان تست ، فیله مرغ ، گوجه گیلاسی، زیتون", - "short_description": "", - "category": { - "$oid": "627f56b2ec44ae525a1523d0" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:15:32.613Z" - }, - "updated_at": { - "$date": "2023-05-30T17:16:47.977Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fb9c2ec44ae525a152eaa" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سزار ( گریل )", - "description": "کاهو، نان تست ، فیله مرغ ، گوجه گیلاسی، زیتون", - "short_description": "", - "category": { - "$oid": "627f56b2ec44ae525a1523d0" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:16:34.109Z" - }, - "updated_at": { - "$date": "2023-05-30T17:16:36.631Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fb9ffec44ae525a152ecb" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مخصوص", - "description": "کاهو ، گوجه ، زیتون ، قارچ", - "short_description": "", - "category": { - "$oid": "627f56b2ec44ae525a1523d0" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:17:35.153Z" - }, - "updated_at": { - "$date": "2023-05-30T17:16:25.652Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fba2dec44ae525a152eec" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایتالیایی", - "description": "پاستا، ژامبون ، نخود فرنگی", - "short_description": "", - "category": { - "$oid": "627f56b2ec44ae525a1523d0" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:18:21.280Z" - }, - "updated_at": { - "$date": "2023-05-30T17:15:57.959Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fba55ec44ae525a152f0a" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فصل", - "description": "کاهو ، ژامبون ، خیار ، گوجه ، سس مخصوص", - "short_description": "", - "category": { - "$oid": "627f56b2ec44ae525a1523d0" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:19:01.481Z" - }, - "updated_at": { - "$date": "2023-05-30T17:15:48.327Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fbebfec44ae525a152f62" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیف استراگانف", - "description": "گوشت تکه ای، قارچ ، سس بشامل، خامه ، چیپس", - "short_description": "", - "category": { - "$oid": "627f5717ec44ae525a1523f1" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:37:51.330Z" - }, - "updated_at": { - "$date": "2023-06-17T11:01:22.887Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fbf08ec44ae525a152f70" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن استراگانف", - "description": "مرغ تکه ای ، قارچ ، سس بشامل ، خامه ، چیپس", - "short_description": "", - "category": { - "$oid": "627f5717ec44ae525a1523f1" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:39:04.884Z" - }, - "updated_at": { - "$date": "2023-06-17T11:01:09.374Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fc1deec44ae525a152fcc" - }, - "price": 3600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیله مینیون", - "description": "۳ عدد فیله گوساله ۸۰ گرمی ، سس قارچ و کره ، دورچین مخصوص", - "short_description": "", - "category": { - "$oid": "627f5693ec44ae525a1523be" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:51:10.919Z" - }, - "updated_at": { - "$date": "2023-06-17T10:54:59.177Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fc201ec44ae525a152fd6" - }, - "price": 3450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "استیک با سس قارچ", - "description": "۲۵۰ گرم فیله گوساله ، سس قارچ، دورچین مخصوص", - "short_description": "", - "category": { - "$oid": "627f5693ec44ae525a1523be" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:51:45.893Z" - }, - "updated_at": { - "$date": "2023-06-17T10:53:40.311Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fc22aec44ae525a152fe6" - }, - "price": 3450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "استیک بالزامیک", - "description": "۲۵۰ گرم فیله گوساله، سس بالزامیک ، دورچین مخصوص", - "short_description": "", - "category": { - "$oid": "627f5693ec44ae525a1523be" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:52:26.872Z" - }, - "updated_at": { - "$date": "2023-06-17T10:53:27.792Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fc273ec44ae525a153004" - }, - "price": 3900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دبل استیک", - "description": "۱۵۰ گرم فیله گوساله، ۱۵۰ گرم فیله مرغ ، پنیر پیتزا", - "short_description": "", - "category": { - "$oid": "627f5693ec44ae525a1523be" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T14:53:39.783Z" - }, - "updated_at": { - "$date": "2023-06-17T10:53:15.189Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fea79ec44ae525a1537e2" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک شکلاتی ", - "description": "", - "short_description": "", - "category": { - "$oid": "627fe90bec44ae525a153778" - }, - "index": 4, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-14T17:44:25.972Z" - }, - "updated_at": { - "$date": "2025-08-19T09:05:21.552Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fec5aec44ae525a153865" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک بستنی ", - "description": "", - "short_description": "", - "category": { - "$oid": "627fe90bec44ae525a153778" - }, - "index": 7, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-14T17:52:26.681Z" - }, - "updated_at": { - "$date": "2025-08-19T09:06:20.890Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fed5aec44ae525a153898" - }, - "price": 2250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیر و استیک (سس کچاپ)", - "description": "فیله گوساله، سیر ، قارچ ، فلفل دلمه ، پنیر ایتالیایی", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-14T17:56:42.530Z" - }, - "updated_at": { - "$date": "2023-06-17T10:50:24.889Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fed98ec44ae525a1538b6" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": " اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "627fecc5ec44ae525a153875" - }, - "index": 1, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-14T17:57:44.224Z" - }, - "updated_at": { - "$date": "2025-08-19T09:02:47.252Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627fee87ec44ae525a1538e1" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "امریکانو", - "description": "60ml اسپرسو(دبل)+90میلی متر آب جوش", - "short_description": "", - "category": { - "$oid": "627fecc5ec44ae525a153875" - }, - "index": 2, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-14T18:01:43.280Z" - }, - "updated_at": { - "$date": "2025-08-19T09:07:04.874Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627ff047ec44ae525a153946" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا", - "description": "اسپرسودبل+سس شکلات+شیروفوم", - "short_description": "", - "category": { - "$oid": "627fecc5ec44ae525a153875" - }, - "index": 5, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-14T18:09:11.879Z" - }, - "updated_at": { - "$date": "2025-08-19T09:08:02.187Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627ff4fbec44ae525a153a55" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته ", - "description": "اسپرسو‌دبل+220mlشیرو‌فوم+سیروپ دلخواه", - "short_description": "", - "category": { - "$oid": "627fecc5ec44ae525a153875" - }, - "index": 3, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-14T18:29:15.358Z" - }, - "updated_at": { - "$date": "2025-08-19T09:02:17.234Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "627ff626ec44ae525a153aa1" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت ", - "description": "", - "short_description": "", - "category": { - "$oid": "627ff48fec44ae525a153a39" - }, - "index": 1, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-14T18:34:14.323Z" - }, - "updated_at": { - "$date": "2025-08-19T09:01:31.611Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62810905d65610bd301c5624" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفوگاتو", - "description": "بستنی وانیل+اسپرسو دبل", - "short_description": "", - "category": { - "$oid": "627fecc5ec44ae525a153875" - }, - "index": 7, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T14:07:01.333Z" - }, - "updated_at": { - "$date": "2025-08-19T09:01:02.964Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62810a08d65610bd301c5663" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دارک چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "627ff48fec44ae525a153a39" - }, - "index": 2, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T14:11:20.322Z" - }, - "updated_at": { - "$date": "2025-08-19T09:00:00.857Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62810b48d65610bd301c56a7" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ماسالا ", - "description": "", - "short_description": "", - "category": { - "$oid": "627ff48fec44ae525a153a39" - }, - "index": 5, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T14:16:40.539Z" - }, - "updated_at": { - "$date": "2025-08-19T08:58:25.216Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62810bc1d65610bd301c56be" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "یونانی", - "description": "ترک+شیر", - "short_description": "", - "category": { - "$oid": "627ff48fec44ae525a153a39" - }, - "index": 7, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T14:18:41.920Z" - }, - "updated_at": { - "$date": "2025-08-19T08:57:16.349Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62810e3bd65610bd301c575f" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای مراکشی", - "description": "چای +هل+نعنا+نبات", - "short_description": "", - "category": { - "$oid": "62810c47d65610bd301c56ea" - }, - "index": 4, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T14:29:15.699Z" - }, - "updated_at": { - "$date": "2025-08-19T08:56:21.240Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62810ebfd65610bd301c577f" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش سیب دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "62810c47d65610bd301c56ea" - }, - "index": 5, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T14:31:27.489Z" - }, - "updated_at": { - "$date": "2025-08-19T08:55:09.418Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62811145d65610bd301c57a3" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش آرامش", - "description": "گل گاوزبان+چای ترش+بهار نارنج+لیمو+نبات", - "short_description": "", - "category": { - "$oid": "62810c47d65610bd301c56ea" - }, - "index": 7, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T14:42:13.273Z" - }, - "updated_at": { - "$date": "2025-08-19T08:54:44.529Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628111bdd65610bd301c57ad" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش به لیمو-زنجبیل", - "description": "", - "short_description": "", - "category": { - "$oid": "62810c47d65610bd301c56ea" - }, - "index": 8, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T14:44:13.953Z" - }, - "updated_at": { - "$date": "2025-08-19T08:54:20.310Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62811705d65610bd301c5865" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "628115c8d65610bd301c5837" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T15:06:45.186Z" - }, - "updated_at": { - "$date": "2025-08-19T08:53:47.462Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281173cd65610bd301c586f" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس امریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "628115c8d65610bd301c5837" - }, - "index": 3, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T15:07:40.838Z" - }, - "updated_at": { - "$date": "2025-08-19T08:53:10.473Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62811b9ed65610bd301c596e" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک وانیل", - "description": "", - "short_description": "", - "category": { - "$oid": "628119add65610bd301c5919" - }, - "index": 3, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T15:26:22.350Z" - }, - "updated_at": { - "$date": "2025-08-19T08:52:38.665Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62811bcfd65610bd301c597e" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "628119add65610bd301c5919" - }, - "index": 4, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T15:27:11.843Z" - }, - "updated_at": { - "$date": "2025-08-19T08:52:20.529Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62811e10d65610bd301c59f3" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک تیرامیسو", - "description": "بیسکوییت لیدی فینگر+نسکافه گُلد+بستنی وانیل", - "short_description": "", - "category": { - "$oid": "628119add65610bd301c5919" - }, - "index": 6, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T15:36:48.253Z" - }, - "updated_at": { - "$date": "2025-08-19T08:51:59.133Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62811e6ed65610bd301c59fd" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک بادام زمینی", - "description": "کره بادام زمینی+بادام زمینی+بستنی وانیل", - "short_description": "", - "category": { - "$oid": "628119add65610bd301c5919" - }, - "index": 7, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T15:38:22.499Z" - }, - "updated_at": { - "$date": "2025-08-19T08:51:24.367Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628133aed65610bd301c5ebe" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کِمِکس", - "description": "متولد1491,مناسب علاقه مندان طعم لایت و مدیوم قهوه", - "short_description": "", - "category": { - "$oid": "62813302d65610bd301c5e57" - }, - "index": 1, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T17:09:02.710Z" - }, - "updated_at": { - "$date": "2025-08-19T08:50:53.386Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628133d9d65610bd301c5ed1" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فرانسه", - "description": "قهوه دمی+شیر داغ", - "short_description": "", - "category": { - "$oid": "62813302d65610bd301c5e57" - }, - "index": 2, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T17:09:45.852Z" - }, - "updated_at": { - "$date": "2025-08-19T08:50:22.653Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281345ed65610bd301c5ef4" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "v60", - "description": "متولد1921،نسخه اصلی و دست نخورده کِمِکٰسٰ", - "short_description": "", - "category": { - "$oid": "62813302d65610bd301c5e57" - }, - "index": 3, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T17:11:58.482Z" - }, - "updated_at": { - "$date": "2025-08-19T08:48:38.444Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62813630d65610bd301c5fdc" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد", - "description": "لیمو تازه+ سودا", - "short_description": "", - "category": { - "$oid": "62811f18d65610bd301c5a4b" - }, - "index": 1, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T17:19:44.652Z" - }, - "updated_at": { - "$date": "2025-08-19T08:48:12.102Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62813667d65610bd301c5fe9" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو کلاسیک", - "description": "لیمو تازه+نعنا تازه+سودا", - "short_description": "", - "category": { - "$oid": "62811f18d65610bd301c5a4b" - }, - "index": 2, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T17:20:39.652Z" - }, - "updated_at": { - "$date": "2025-08-19T08:47:37.238Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628139b9d65610bd301c6150" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیناکولادا", - "description": "میکس آب آناناس و شیر نارگیل و آناناس", - "short_description": "", - "category": { - "$oid": "62811f18d65610bd301c5a4b" - }, - "index": 8, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-15T17:34:49.236Z" - }, - "updated_at": { - "$date": "2025-08-19T08:45:14.378Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62814e0dd65610bd301c6334" - }, - "price": 2300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیر و استیک (سس پستو)", - "description": "فیله گوساله، سیر ، قارچ ، فلفل دلمه ، پنیر ایتالیایی", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:01:33.720Z" - }, - "updated_at": { - "$date": "2023-06-17T10:50:11.851Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62814e34d65610bd301c633e" - }, - "price": 2300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیر و استیک (سس قارچ)", - "description": "فیله گوساله، سیر ، قارچ ، فلفل دلمه ، پنیر ایتالیایی", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:02:12.619Z" - }, - "updated_at": { - "$date": "2023-06-17T10:49:58.893Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62814e6fd65610bd301c634b" - }, - "price": 2150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بروشکتو فونگی (سس کچاپ)", - "description": "ژامبون ، فیله گوساله ، استیک 80٪ ، قارچ، فلفل دلمه ای", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:03:11.951Z" - }, - "updated_at": { - "$date": "2023-06-17T10:49:45.418Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62814e8ed65610bd301c6355" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بروشکتو فونگی (سس پستو)", - "description": "ژامبون ، فیله گوساله ، استیک 80٪ ، قارچ، فلفل دلمه ای", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:03:42.501Z" - }, - "updated_at": { - "$date": "2023-06-17T10:49:31.899Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62814eb8d65610bd301c636c" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بروشکتو فونگی (سس قارچ)", - "description": "ژامبون ، فیله گوساله ، استیک 80٪ ، قارچ، فلفل دلمه ای", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:04:24.983Z" - }, - "updated_at": { - "$date": "2023-06-17T10:49:21.152Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62814ef3d65610bd301c6379" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن فونگی (سس کچاپ)", - "description": "فیله مرغ سرخ شده ، فلفل دلمه ای ، قارچ ، پنیر ایتالیایی", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:05:23.430Z" - }, - "updated_at": { - "$date": "2023-06-17T10:49:04.776Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62814f82d65610bd301c6383" - }, - "price": 2150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن فونگی (سس پستو)", - "description": "فیله مرغ سرخ شده ، فلفل دلمه ای ، قارچ ، پنیر ایتالیایی", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:07:46.118Z" - }, - "updated_at": { - "$date": "2023-06-17T10:48:48.115Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62814fa4d65610bd301c638d" - }, - "price": 2150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن فونگی (سس قارچ)", - "description": "فیله مرغ سرخ شده ، فلفل دلمه ای ، قارچ ، پنیر ایتالیایی", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:08:20.389Z" - }, - "updated_at": { - "$date": "2023-06-17T10:48:37.558Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281500ad65610bd301c63ae" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیلی فونگی (سس کچاپ)", - "description": "ژامبون پپرونی ، قارچ ، فلفل دلمه ای", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:10:02.381Z" - }, - "updated_at": { - "$date": "2023-06-17T10:48:08.640Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815036d65610bd301c63bb" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیلی فونگی (سس پستو)", - "description": "ژامبون پپرونی ، قارچ ، فلفل دلمه ای", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:10:46.783Z" - }, - "updated_at": { - "$date": "2023-06-17T10:47:55.587Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815057d65610bd301c63c5" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیلی فونگی (سس قارچ)", - "description": "ژامبون پپرونی ، قارچ ، فلفل دلمه ای", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:11:19.131Z" - }, - "updated_at": { - "$date": "2023-06-17T10:47:42.220Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281511bd65610bd301c63df" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لابو سولا (سس کچاپ)", - "description": "میگو ، ژامبون سالامی ، قارچ ، فلفل دلمه ای، پنیر ایتالیایی", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:14:35.673Z" - }, - "updated_at": { - "$date": "2023-06-17T10:47:26.415Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815140d65610bd301c63f6" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لابو سولا (سس پستو)", - "description": "میگو ، ژامبون سالامی ، قارچ ، فلفل دلمه ای، پنیر ایتالیایی", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:15:12.862Z" - }, - "updated_at": { - "$date": "2023-06-17T10:47:14.667Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815155d65610bd301c6400" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لابو سولا (سس قارچ)", - "description": "میگو ، ژامبون سالامی ، قارچ ، فلفل دلمه ای، پنیر ایتالیایی", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:15:33.511Z" - }, - "updated_at": { - "$date": "2023-06-17T10:47:03.705Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281517ed65610bd301c640a" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چهار فصل (سس کچاپ)", - "description": "ژامبون استیک ، پپرونی ، فیله مرغ ، سبزیجات", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:16:14.401Z" - }, - "updated_at": { - "$date": "2023-06-17T10:46:50.829Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815194d65610bd301c6414" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چهار فصل (سس پستو)", - "description": "ژامبون استیک ، پپرونی ، فیله مرغ ، سبزیجات", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:16:36.313Z" - }, - "updated_at": { - "$date": "2023-06-17T10:46:34.600Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628151a6d65610bd301c641e" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چهار فصل (سس قارچ)", - "description": "ژامبون استیک ، پپرونی ، فیله مرغ ، سبزیجات", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:16:54.442Z" - }, - "updated_at": { - "$date": "2023-06-17T10:46:23.958Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628151e3d65610bd301c642b" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وجترین (سس کچاپ)", - "description": "فلفل دلمه ای ، ذرت ، قارچ ، زیتون ، گوجه", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:17:55.011Z" - }, - "updated_at": { - "$date": "2023-06-17T10:46:09.984Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628151f9d65610bd301c6435" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وجترین (سس پستو)", - "description": "فلفل دلمه ای ، ذرت ، قارچ ، زیتون ، گوجه", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:18:17.512Z" - }, - "updated_at": { - "$date": "2023-06-17T10:45:47.961Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815209d65610bd301c643f" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وجترین (سس قارچ)", - "description": "فلفل دلمه ای ، ذرت ، قارچ ، زیتون ، گوجه", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:18:33.082Z" - }, - "updated_at": { - "$date": "2023-06-17T10:45:36.980Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815222d65610bd301c6449" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مارگاریتا (سس کچاپ)", - "description": "گوجه ، پنیر ایتالیایی", - "short_description": "", - "category": { - "$oid": "627f5664ec44ae525a1523ac" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:18:58.653Z" - }, - "updated_at": { - "$date": "2023-06-17T10:45:26.211Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281552fd65610bd301c648a" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنه الفردو (مرغ)", - "description": "پنه ، سس قارچ ، فیله مرغ", - "short_description": "", - "category": { - "$oid": "627f5672ec44ae525a1523b5" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:31:59.947Z" - }, - "updated_at": { - "$date": "2023-06-17T10:57:24.982Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281554fd65610bd301c6494" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنه الفردو (گوشت)", - "description": "پنه ، سس قارچ ، فیله مرغ", - "short_description": "", - "category": { - "$oid": "627f5672ec44ae525a1523b5" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:32:31.621Z" - }, - "updated_at": { - "$date": "2023-06-17T10:57:13.915Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628156d7d65610bd301c64a1" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنه پومودور (مرغ)", - "description": "پنه ، سس گوجه فرنگی", - "short_description": "", - "category": { - "$oid": "627f5672ec44ae525a1523b5" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:39:03.500Z" - }, - "updated_at": { - "$date": "2023-06-17T10:56:58.475Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281572dd65610bd301c64be" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنه پومودور (گوشت)", - "description": "پنه ، سس گوجه فرنگی", - "short_description": "", - "category": { - "$oid": "627f5672ec44ae525a1523b5" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:40:29.639Z" - }, - "updated_at": { - "$date": "2023-06-17T10:56:46.405Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815754d65610bd301c64d5" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفلاف (مرغ)", - "description": "پنه ، سس قارچ ، سس گوجه ، زیتون ، فلفل دلمه ، پنیر", - "short_description": "", - "category": { - "$oid": "627f5672ec44ae525a1523b5" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:41:08.963Z" - }, - "updated_at": { - "$date": "2023-06-17T10:56:32.826Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815779d65610bd301c64df" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفلاف (گوشت)", - "description": "پنه ، سس قارچ ، سس گوجه ، زیتون ، فلفل دلمه ، پنیر", - "short_description": "", - "category": { - "$oid": "627f5672ec44ae525a1523b5" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:41:45.501Z" - }, - "updated_at": { - "$date": "2023-06-17T10:56:17.003Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815a41d65610bd301c64f2" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فلورانین", - "description": "پنه میگو ، قارچ ، سس بشامل", - "short_description": "", - "category": { - "$oid": "627f5672ec44ae525a1523b5" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:53:37.207Z" - }, - "updated_at": { - "$date": "2023-06-17T10:56:04.002Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815a5ad65610bd301c64fc" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پستو", - "description": "پنه ، سس پستو ، فیله مرغ", - "short_description": "", - "category": { - "$oid": "627f5672ec44ae525a1523b5" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:54:02.301Z" - }, - "updated_at": { - "$date": "2023-06-17T10:55:51.495Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815a71d65610bd301c650d" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاسگنابونس (لازانیا)", - "description": "", - "short_description": "", - "category": { - "$oid": "627f5672ec44ae525a1523b5" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:54:25.353Z" - }, - "updated_at": { - "$date": "2023-06-17T10:55:36.349Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62815aa0d65610bd301c6524" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا سبزیجات", - "description": "پنه ، قارچ ، ذرت ، فلفل دلمه ، سس گوجه", - "short_description": "", - "category": { - "$oid": "627f5672ec44ae525a1523b5" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-15T19:55:12.679Z" - }, - "updated_at": { - "$date": "2023-06-17T10:55:22.431Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281dd94d65610bd301c661d" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسموتی انبه و موز", - "description": "انبه+موز", - "short_description": "", - "category": { - "$oid": "62815caad65610bd301c656d" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:13:56.551Z" - }, - "updated_at": { - "$date": "2023-03-29T15:58:22.193Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281dda7d65610bd301c6627" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسموتی کوکونات", - "description": "نارگیل+شیر+کاکاِِِِِیو", - "short_description": "", - "category": { - "$oid": "62815caad65610bd301c656d" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:14:15.213Z" - }, - "updated_at": { - "$date": "2023-03-29T15:57:07.939Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281ddbad65610bd301c6631" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسموتی استوایی", - "description": "پشن فروت+موز+اناناس", - "short_description": "", - "category": { - "$oid": "62815caad65610bd301c656d" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:14:34.811Z" - }, - "updated_at": { - "$date": "2023-03-29T15:56:03.424Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281ddf6d65610bd301c664f" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": " کلاسیک", - "description": "", - "short_description": "", - "category": { - "$oid": "62815cd3d65610bd301c657c" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:15:34.167Z" - }, - "updated_at": { - "$date": "2023-02-27T17:23:46.921Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281de0dd65610bd301c6659" - }, - "price": 530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "62815cd3d65610bd301c657c" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:15:57.182Z" - }, - "updated_at": { - "$date": "2023-02-27T17:23:13.471Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281de1ed65610bd301c6663" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موز و شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "62815cd3d65610bd301c657c" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:16:14.723Z" - }, - "updated_at": { - "$date": "2023-02-27T17:22:49.582Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281de30d65610bd301c666d" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک لوتوس", - "description": "", - "short_description": "", - "category": { - "$oid": "62815cd3d65610bd301c657c" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:16:32.702Z" - }, - "updated_at": { - "$date": "2023-03-13T13:30:24.142Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281de4fd65610bd301c6684" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک Oreo", - "description": "", - "short_description": "", - "category": { - "$oid": "62815cd3d65610bd301c657c" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:17:03.872Z" - }, - "updated_at": { - "$date": "2023-03-13T13:51:56.142Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281de91d65610bd301c669e" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد", - "description": "تریپل سک+لیمو+اسپرایت", - "short_description": "", - "category": { - "$oid": "62815ce6d65610bd301c6585" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:18:09.947Z" - }, - "updated_at": { - "$date": "2023-03-13T13:40:49.643Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281dea2d65610bd301c66a8" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "لیمو + نعنا + اسپرایت + رام", - "short_description": "", - "category": { - "$oid": "62815ce6d65610bd301c6585" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:18:26.682Z" - }, - "updated_at": { - "$date": "2023-03-13T13:41:27.055Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281deb6d65610bd301c66b2" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مجیک مومنت", - "description": "پرتغال قرمز+لیمو+کرن بری+سودا", - "short_description": "", - "category": { - "$oid": "62815ce6d65610bd301c6585" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:18:46.862Z" - }, - "updated_at": { - "$date": "2023-03-13T13:44:03.816Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281def3d65610bd301c66c3" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کامپاری کلر", - "description": "هلو+کرن بری+لیمو+پرتغال+اسپرایت", - "short_description": "", - "category": { - "$oid": "62815ce6d65610bd301c6585" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:19:47.990Z" - }, - "updated_at": { - "$date": "2023-03-13T13:45:18.538Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281df0bd65610bd301c66cd" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بلو اسکای", - "description": "بلوکارسائو + آلوئورا", - "short_description": "", - "category": { - "$oid": "62815ce6d65610bd301c6585" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:20:11.832Z" - }, - "updated_at": { - "$date": "2023-02-27T17:25:22.606Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281df20d65610bd301c66d7" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مانتینی", - "description": "تریپل سک+لیمو+کرن بری+سودا", - "short_description": "", - "category": { - "$oid": "62815ce6d65610bd301c6585" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:20:32.309Z" - }, - "updated_at": { - "$date": "2023-03-13T13:43:24.993Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281df39d65610bd301c66e1" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رز ماری کلر", - "description": "انبه + لیمو+پرتغال قرمز+گرانادین+رز ماری", - "short_description": "", - "category": { - "$oid": "62815ce6d65610bd301c6585" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:20:57.672Z" - }, - "updated_at": { - "$date": "2023-03-13T13:42:47.489Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e039d65610bd301c671d" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خیارسکنجبین", - "description": "", - "short_description": "", - "category": { - "$oid": "62815d39d65610bd301c659a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:25:13.152Z" - }, - "updated_at": { - "$date": "2023-02-27T17:28:01.775Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e06dd65610bd301c6734" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بید مشک", - "description": "", - "short_description": "", - "category": { - "$oid": "62815d39d65610bd301c659a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:26:05.270Z" - }, - "updated_at": { - "$date": "2023-02-27T17:27:50.307Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e082d65610bd301c673e" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بهار نارنج", - "description": "", - "short_description": "", - "category": { - "$oid": "62815d39d65610bd301c659a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:26:26.631Z" - }, - "updated_at": { - "$date": "2023-02-27T17:27:39.904Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e0a7d65610bd301c6755" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گلاب زعفران", - "description": "", - "short_description": "", - "category": { - "$oid": "62815d39d65610bd301c659a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:27:03.651Z" - }, - "updated_at": { - "$date": "2023-02-27T17:27:28.297Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e3a1d65610bd301c676b" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو سینگل", - "description": "", - "short_description": "", - "category": { - "$oid": "62815bddd65610bd301c653a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:39:45.531Z" - }, - "updated_at": { - "$date": "2023-02-27T17:11:51.880Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e3c0d65610bd301c6775" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ترک", - "description": "", - "short_description": "", - "category": { - "$oid": "62815bddd65610bd301c653a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:40:16.573Z" - }, - "updated_at": { - "$date": "2023-02-27T17:11:40.655Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e3dad65610bd301c677f" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فرانسه", - "description": "", - "short_description": "", - "category": { - "$oid": "62815bddd65610bd301c653a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:40:42.346Z" - }, - "updated_at": { - "$date": "2023-02-27T17:11:26.383Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e3ead65610bd301c6789" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "62815bddd65610bd301c653a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:40:58.949Z" - }, - "updated_at": { - "$date": "2023-02-27T17:11:03.214Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e405d65610bd301c6793" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "62815bddd65610bd301c653a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:41:25.423Z" - }, - "updated_at": { - "$date": "2023-02-27T17:10:45.000Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e41cd65610bd301c679d" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا کلاسیک", - "description": "", - "short_description": "", - "category": { - "$oid": "62815bddd65610bd301c653a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:41:48.700Z" - }, - "updated_at": { - "$date": "2023-03-14T11:48:52.196Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e438d65610bd301c67a7" - }, - "price": 430000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "62815bddd65610bd301c653a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:42:16.072Z" - }, - "updated_at": { - "$date": "2023-02-27T17:10:09.410Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e44dd65610bd301c67b1" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نسکافه", - "description": "", - "short_description": "", - "category": { - "$oid": "62815bddd65610bd301c653a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:42:37.519Z" - }, - "updated_at": { - "$date": "2023-02-27T17:09:56.749Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e461d65610bd301c67bb" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "62815bddd65610bd301c653a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:42:57.303Z" - }, - "updated_at": { - "$date": "2023-02-27T17:08:58.444Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e477d65610bd301c67c6" - }, - "price": 430000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "62815bddd65610bd301c653a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:43:19.619Z" - }, - "updated_at": { - "$date": "2023-02-27T17:08:46.249Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e4ddd65610bd301c67e7" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گل گاو زبان (لیمو)", - "description": "", - "short_description": "", - "category": { - "$oid": "62815c77d65610bd301c6564" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:45:01.701Z" - }, - "updated_at": { - "$date": "2023-02-27T17:17:47.327Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e51ad65610bd301c67ff" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه", - "description": "", - "short_description": "", - "category": { - "$oid": "62815c77d65610bd301c6564" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:46:02.566Z" - }, - "updated_at": { - "$date": "2023-02-28T11:47:04.872Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e532d65610bd301c6809" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز", - "description": "", - "short_description": "", - "category": { - "$oid": "62815c77d65610bd301c6564" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:46:26.188Z" - }, - "updated_at": { - "$date": "2023-02-27T17:17:20.477Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e549d65610bd301c6813" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ترش", - "description": "", - "short_description": "", - "category": { - "$oid": "62815c77d65610bd301c6564" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:46:49.190Z" - }, - "updated_at": { - "$date": "2023-02-27T17:17:08.803Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e593d65610bd301c6834" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آویشن (عسل)", - "description": "", - "short_description": "", - "category": { - "$oid": "62815c77d65610bd301c6564" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:48:03.055Z" - }, - "updated_at": { - "$date": "2023-02-27T17:16:54.892Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e5bad65610bd301c683e" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش میکس", - "description": "گل گاو زبان + آویشن + چای ترش + لیمو + عسل", - "short_description": "", - "category": { - "$oid": "62815c77d65610bd301c6564" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:48:42.449Z" - }, - "updated_at": { - "$date": "2023-02-27T17:16:33.915Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e5e0d65610bd301c684b" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفاگاتو", - "description": "بستنی وانیلی + اسپرسو", - "short_description": "", - "category": { - "$oid": "62815bf1d65610bd301c6543" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:49:20.612Z" - }, - "updated_at": { - "$date": "2023-02-27T17:13:20.269Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e5f0d65610bd301c6855" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کافی سودا", - "description": "سودا + اسپرسو", - "short_description": "", - "category": { - "$oid": "62815bf1d65610bd301c6543" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:49:36.059Z" - }, - "updated_at": { - "$date": "2023-03-14T11:51:49.735Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e5fdd65610bd301c685f" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته", - "description": "شیر + اسپرسو", - "short_description": "", - "category": { - "$oid": "62815bf1d65610bd301c6543" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:49:49.581Z" - }, - "updated_at": { - "$date": "2023-02-27T17:12:51.410Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e61cd65610bd301c6869" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "62815c51d65610bd301c6552" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:50:20.358Z" - }, - "updated_at": { - "$date": "2023-05-04T12:41:56.059Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e62ad65610bd301c6873" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک روز ", - "description": "", - "short_description": "", - "category": { - "$oid": "62815c51d65610bd301c6552" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:50:34.092Z" - }, - "updated_at": { - "$date": "2023-05-04T12:41:31.581Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e6a8d65610bd301c689c" - }, - "price": 470000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بستنی میکس", - "description": "", - "short_description": "", - "category": { - "$oid": "62815c66d65610bd301c655b" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:52:40.197Z" - }, - "updated_at": { - "$date": "2022-11-11T10:54:02.995Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e6cfd65610bd301c68a6" - }, - "price": 410000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بستنی شکلاتی", - "description": "", - "short_description": "", - "category": { - "$oid": "62815c66d65610bd301c655b" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:53:19.447Z" - }, - "updated_at": { - "$date": "2022-11-25T14:38:42.112Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281e6f8d65610bd301c68ba" - }, - "price": 420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بستنی موز", - "description": "", - "short_description": "", - "category": { - "$oid": "62815c66d65610bd301c655b" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T05:54:00.890Z" - }, - "updated_at": { - "$date": "2022-11-11T10:53:33.366Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281ea31d65610bd301c68d5" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بستنی وانیل", - "description": "", - "short_description": "", - "category": { - "$oid": "62815c66d65610bd301c655b" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T06:07:45.158Z" - }, - "updated_at": { - "$date": "2022-11-25T14:38:31.048Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6281ea99d65610bd301c6902" - }, - "price": 420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بستنی نسکافه", - "description": "", - "short_description": "", - "category": { - "$oid": "62815c66d65610bd301c655b" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-05-16T06:09:29.729Z" - }, - "updated_at": { - "$date": "2022-11-11T10:52:41.006Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62826081d65610bd301c711d" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "اسپرسو سینگل+150mlشیرو فوم", - "short_description": "", - "category": { - "$oid": "627fecc5ec44ae525a153875" - }, - "index": 8, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-16T14:32:33.038Z" - }, - "updated_at": { - "$date": "2025-08-19T08:44:53.411Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6282614ed65610bd301c717e" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته", - "description": "اسپرسو دبل+شیر", - "short_description": "", - "category": { - "$oid": "628115c8d65610bd301c5837" - }, - "index": 5, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-16T14:35:58.633Z" - }, - "updated_at": { - "$date": "2025-08-19T08:42:49.120Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6285213b45a8f989e785246c" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سرویس چای چهارنفره", - "description": "نبات", - "short_description": "", - "category": { - "$oid": "62810c47d65610bd301c56ea" - }, - "index": 1, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-18T16:39:23.136Z" - }, - "updated_at": { - "$date": "2025-08-19T08:44:24.050Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62853def45a8f989e7852ce3" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پشن دراگون", - "description": "آب پرتقال+توت فرنگی+سیروپ پشن فورت+آب لیمو تازه", - "short_description": "", - "category": { - "$oid": "62811f18d65610bd301c5a4b" - }, - "index": 11, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-05-18T18:41:51.114Z" - }, - "updated_at": { - "$date": "2025-08-19T08:39:54.127Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628b66ecea3462120c4df42b" - }, - "price": 100000, - "stock": 50000, - "static_discount": 0, - "active": true, - "name": "test", - "description": "das das das das das das dasdasd asdasd", - "short_description": "", - "category": { - "$oid": "628b66ceea3462120c4df415" - }, - "index": 1, - "storeId": { - "$oid": "6204b1626175e2247c298b04" - }, - "created_at": { - "$date": "2022-05-23T10:50:20.114Z" - }, - "updated_at": { - "$date": "2022-07-09T08:39:35.531Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628b66fdea3462120c4df435" - }, - "price": 50000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "test2", - "description": "", - "short_description": "", - "category": { - "$oid": "628b66d8ea3462120c4df41e" - }, - "index": 1, - "storeId": { - "$oid": "6204b1626175e2247c298b04" - }, - "created_at": { - "$date": "2022-05-23T10:50:37.500Z" - }, - "updated_at": { - "$date": "2022-05-23T10:50:37.500Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "628ce39e73876d4327561809" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک ردولوت", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3ddf4a8d41eae80b0d2c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-05-24T13:54:38.135Z" - }, - "updated_at": { - "$date": "2022-05-24T13:54:38.135Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62922dc173876d4327567077" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک نسکافه", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3ddf4a8d41eae80b0d2c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-05-28T14:12:17.316Z" - }, - "updated_at": { - "$date": "2022-05-28T14:12:17.316Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629381c873876d432756814b" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تریپل چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3ddf4a8d41eae80b0d2c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-05-29T14:23:04.349Z" - }, - "updated_at": { - "$date": "2022-05-29T14:23:04.349Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6297379073876d432756c120" - }, - "price": 5630000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفاماتا", - "description": "میکس ژامبون، پپرونی، کوکتل، اوریگانو، قارچ، فلفل دلمه ای، موتزارلا", - "short_description": "", - "category": { - "$oid": "6207a1e81ee4b0270db4c3e5" - }, - "index": 1, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-06-01T09:55:28.588Z" - }, - "updated_at": { - "$date": "2025-12-25T12:29:50.048Z" - }, - "__v": 0, - "image": "food_1729758618404.png" -}, -{ - "_id": { - "$oid": "629a4c41128ed6fd01320ae0" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو دبل", - "description": "", - "short_description": "", - "category": { - "$oid": "62815bddd65610bd301c653a" - }, - "index": 2, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-06-03T18:00:33.218Z" - }, - "updated_at": { - "$date": "2023-02-27T17:08:18.383Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629a73a9128ed6fd013210e2" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس چاکلت", - "description": "بستنی وانیلی + هات چاکلت", - "short_description": "", - "category": { - "$oid": "62815bf1d65610bd301c6543" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-06-03T20:48:41.590Z" - }, - "updated_at": { - "$date": "2023-02-27T17:12:38.613Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629ae96d128ed6fd013212e0" - }, - "price": 620000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بادام زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "62815cd3d65610bd301c657c" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-06-04T05:11:09.526Z" - }, - "updated_at": { - "$date": "2023-02-27T17:19:07.567Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629ae9d0128ed6fd01321307" - }, - "price": 620000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شکلات فندق", - "description": "", - "short_description": "", - "category": { - "$oid": "62815cd3d65610bd301c657c" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-06-04T05:12:48.981Z" - }, - "updated_at": { - "$date": "2023-02-27T17:18:57.530Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629aef26128ed6fd0132144d" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وان پیس", - "description": "بلوکارسائو + آلبالو + لیمو + پرتقال", - "short_description": "", - "category": { - "$oid": "62815ce6d65610bd301c6585" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2022-06-04T05:35:34.109Z" - }, - "updated_at": { - "$date": "2023-02-27T17:24:04.858Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629cd981128ed6fd01324397" - }, - "price": 2790000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پینات باتر وینگز(new)", - "description": "بال سرخ شده به همراه سس پینات باتر", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 14, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-06-05T16:27:45.114Z" - }, - "updated_at": { - "$date": "2025-12-25T12:30:05.938Z" - }, - "__v": 0, - "image": "food_1728330951188.png" -}, -{ - "_id": { - "$oid": "629cd9ba128ed6fd013243bf" - }, - "price": 2790000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "باربیکیو وینگز(new)", - "description": "بال سرخ شده به همراه سس باربیکیو", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 13, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-06-05T16:28:42.441Z" - }, - "updated_at": { - "$date": "2025-12-25T12:30:19.957Z" - }, - "__v": 0, - "image": "food_1728330940826.png" -}, -{ - "_id": { - "$oid": "629cda1e128ed6fd01324418" - }, - "price": 2590000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قارچ سوخاری(new)", - "description": "قارچ پولکی، سس مخصوص", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 15, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-06-05T16:30:22.264Z" - }, - "updated_at": { - "$date": "2025-11-13T11:37:57.687Z" - }, - "__v": 0, - "image": "food_1729757626041.png" -}, -{ - "_id": { - "$oid": "629df06e128ed6fd013257e3" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دوسیب ، البالو ، ادامس دارچین ، موهیتو ، انبه ، سیب یخ ، هندوانه نعنا ، بلوبری ، پرتغال خامه ، آلو یخ ، نعنا ، طالبی ، پاستیل ، کیس می ، شاتوت بستنی ، کاپتان بلک ، ", - "description": "", - "short_description": "", - "category": { - "$oid": "6288e0d945a8f989e78560f3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-06T12:17:50.380Z" - }, - "updated_at": { - "$date": "2022-07-14T10:57:37.100Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629ef999128ed6fd01326812" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تاپ شاین", - "description": "بستنی وانیل ، سس توت فرنگی ، اسلایس میوه ، خامه", - "short_description": "", - "category": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:09:13.481Z" - }, - "updated_at": { - "$date": "2022-06-09T12:55:15.529Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629ef9fb128ed6fd01326833" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دارک مون", - "description": "کرم کارامل ، بستنی نسکافه ، میوه", - "short_description": "", - "category": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:10:51.425Z" - }, - "updated_at": { - "$date": "2022-06-09T12:55:06.629Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629efa48128ed6fd0132684f" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بن هلن", - "description": "بستنی وانیل ، خامه ، گلابی", - "short_description": "", - "category": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:12:08.459Z" - }, - "updated_at": { - "$date": "2022-06-09T12:54:55.256Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629efa97128ed6fd01326876" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بنانا اسپیلت", - "description": "موز ، بستنی وانیل ، گیلاس ، بیسکوئیت کاکائو", - "short_description": "", - "category": { - "$oid": "6208c5ca2cf0cf6959b13cd3" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:13:27.809Z" - }, - "updated_at": { - "$date": "2022-06-09T12:54:27.967Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629efaf8128ed6fd01326898" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جویس اسپانیائی", - "description": "آب البالو ، آب پرتغال ، موز", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:15:04.605Z" - }, - "updated_at": { - "$date": "2022-06-09T12:54:15.642Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629efb49128ed6fd013268ba" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس ملون", - "description": "طالبی ، آب گاز دار ، نعنا ، شکر", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:16:25.665Z" - }, - "updated_at": { - "$date": "2022-06-09T12:54:00.619Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629efb9f128ed6fd013268d1" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سانگریا", - "description": "انگور سفید ، آب انار ، آب پرتغال ، آب گاز دار ، دارچین ، لیمو حلقه شده", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:17:51.149Z" - }, - "updated_at": { - "$date": "2022-06-09T12:52:45.842Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629efc52128ed6fd01326904" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پانچ هلو", - "description": "هلو ، آب گاز دار ، آب لیمو ترش ، شکر", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:20:50.932Z" - }, - "updated_at": { - "$date": "2022-06-09T12:52:29.051Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629efc93128ed6fd0132691c" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیناکولادا", - "description": "شیر نارگیل ، آب اناناس ، یخ ، شکر ، خامه", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:21:55.639Z" - }, - "updated_at": { - "$date": "2022-06-09T12:52:12.186Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629efcd4128ed6fd01326934" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیکو آدو", - "description": "موز ، توت فرنگی ، آب اناناس ، پرتغال", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:23:00.565Z" - }, - "updated_at": { - "$date": "2022-06-09T12:51:43.778Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629efd3c128ed6fd0132694e" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پانچ آب آلبالو و انار", - "description": "آب انار ، آب آلبالو ، آب گاز دار ، لیمو ترش", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:24:44.240Z" - }, - "updated_at": { - "$date": "2022-06-09T12:51:12.788Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629efd99128ed6fd0132696e" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گرنادین", - "description": "آب انار ، یخ ، عرق بهار نارنج ، آبلیموی تازه ، شکر", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:26:17.039Z" - }, - "updated_at": { - "$date": "2022-06-09T12:50:59.763Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629f0088128ed6fd013269a5" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وافل نوتلا", - "description": "وافل ، بستنی نوتلا ، سس توت فرنگی ، اسلایس میوه", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:38:48.043Z" - }, - "updated_at": { - "$date": "2022-06-09T12:50:44.386Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629f00c3128ed6fd013269bc" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وافل کاکائو", - "description": "وافل ، بستنی شکلات ، سس شکلات ، اسلایس میوه", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:39:47.778Z" - }, - "updated_at": { - "$date": "2022-06-09T12:50:26.662Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629f0107128ed6fd013269d3" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وافل کاکائو و موز", - "description": "وافل ، بستنی شکلات ، سس شکلات ، اسلایس میوه", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:40:55.540Z" - }, - "updated_at": { - "$date": "2022-06-09T12:50:14.441Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629f0155128ed6fd013269f1" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وافل وانیل خامه", - "description": "وافل ، بستنی وانیل ، سس کارامل ، خامه ، اسلایس میوه", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:42:13.891Z" - }, - "updated_at": { - "$date": "2022-06-09T12:49:57.398Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629f01b8128ed6fd01326a1b" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وافل شاتوت", - "description": "وافل ، بستنی شاتوت ، سس توت فرنگی ، اسلایس میوه", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:43:52.666Z" - }, - "updated_at": { - "$date": "2022-06-09T12:49:34.482Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629f0202128ed6fd01326a32" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وافل بلژیکی", - "description": "وافل ، بستنی وانیل ، بستنی شکلات ، بستنی نوتلا ، سس شکلات موز ، خامه", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:45:06.180Z" - }, - "updated_at": { - "$date": "2022-06-09T12:48:25.437Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629f0275128ed6fd01326a50" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وافل کارامل خامه", - "description": "وافل ، بستنی کارامل ، خامه ، سس کارامل ، اسلایس میوه", - "short_description": "", - "category": { - "$oid": "6208c5b92cf0cf6959b13cca" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:47:01.550Z" - }, - "updated_at": { - "$date": "2022-06-09T12:48:14.242Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "629f03a1128ed6fd01326ab6" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پینک چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6208c4cb2cf0cf6959b13c85" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-06-07T07:52:01.252Z" - }, - "updated_at": { - "$date": "2022-07-17T14:04:07.985Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62a087ef128ed6fd013287a4" - }, - "price": 4430000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز برگر", - "description": "برگر150گرمی، پنیر گودا، کاهو لوتوس، گوجه فرنگی، خیار، سس مخصوص، ساید سالاد و سیب زمینی(سرو سالن)", - "short_description": "", - "category": { - "$oid": "6207a2681ee4b0270db4c429" - }, - "index": 2, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-06-08T11:28:47.521Z" - }, - "updated_at": { - "$date": "2025-12-25T12:30:37.895Z" - }, - "__v": 0, - "image": "food_1729758313692.png" -}, -{ - "_id": { - "$oid": "62a1f956128ed6fd0132a3c5" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب کلاسیک", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3d534a8d41eae80b0cfb" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-06-09T13:44:54.493Z" - }, - "updated_at": { - "$date": "2022-06-09T13:44:54.493Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62a31d4f128ed6fd0132c12a" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فرنچ فرایز", - "description": "سیب زمینی خلالی،سس مخصوص", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 11, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-06-10T10:30:39.843Z" - }, - "updated_at": { - "$date": "2025-11-13T11:38:11.279Z" - }, - "__v": 0, - "image": "food_1729758014480.png" -}, -{ - "_id": { - "$oid": "62aa1553128ed6fd01333d45" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کباب مخصوص سعادت", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T17:22:27.045Z" - }, - "updated_at": { - "$date": "2022-06-15T17:22:27.045Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa23a2128ed6fd01334109" - }, - "price": 3200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیشلیک (شاندیز)", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:23:30.090Z" - }, - "updated_at": { - "$date": "2022-06-20T20:39:30.631Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa23c4128ed6fd01334113" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگ", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:24:04.411Z" - }, - "updated_at": { - "$date": "2022-06-15T18:24:04.411Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa23d8128ed6fd01334120" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سلطانی", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:24:24.057Z" - }, - "updated_at": { - "$date": "2022-06-15T18:24:24.057Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa23f1128ed6fd0133412a" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چنجه اعیانی", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:24:49.876Z" - }, - "updated_at": { - "$date": "2022-06-15T18:24:49.876Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa2407128ed6fd01334134" - }, - "price": 890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جوجه کلاسیک", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:25:11.278Z" - }, - "updated_at": { - "$date": "2022-06-15T18:25:11.278Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa243c128ed6fd0133415d" - }, - "price": 990000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جوجه ترش", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:26:04.276Z" - }, - "updated_at": { - "$date": "2022-06-15T18:26:18.300Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa248d128ed6fd01334184" - }, - "price": 1690000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیله ترش", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:27:25.980Z" - }, - "updated_at": { - "$date": "2022-06-15T18:27:48.028Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa24c9128ed6fd013341a1" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بختیاری", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:28:25.380Z" - }, - "updated_at": { - "$date": "2022-06-15T18:28:25.380Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa24ea128ed6fd013341b1" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوبیده (لقمه)", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:28:58.968Z" - }, - "updated_at": { - "$date": "2022-06-15T18:28:58.968Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa2646128ed6fd013341e2" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کباب ممتاز بلغاری", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:34:46.796Z" - }, - "updated_at": { - "$date": "2022-06-15T18:34:46.796Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa266d128ed6fd013341f2" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کباب مصری", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:35:25.772Z" - }, - "updated_at": { - "$date": "2022-06-15T18:35:25.772Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa2692128ed6fd013341ff" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاسه کباب", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:36:02.620Z" - }, - "updated_at": { - "$date": "2022-06-15T18:36:02.620Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa26b8128ed6fd0133420c" - }, - "price": 5700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سینی مخصوص (دورچین)", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:36:40.896Z" - }, - "updated_at": { - "$date": "2022-07-13T18:19:56.853Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa26d2128ed6fd01334219" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماهی قزل آلا", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:37:06.391Z" - }, - "updated_at": { - "$date": "2022-06-15T18:37:17.430Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa2729128ed6fd01334236" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برنج", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:38:33.968Z" - }, - "updated_at": { - "$date": "2022-06-15T18:38:33.968Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa27eb128ed6fd0133424a" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جوجه چینی", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d21f128ed6fd01333336" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:41:47.897Z" - }, - "updated_at": { - "$date": "2022-06-15T18:42:31.240Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa280b128ed6fd0133425e" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میگو سوخاری", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d21f128ed6fd01333336" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:42:19.777Z" - }, - "updated_at": { - "$date": "2022-06-15T18:42:19.777Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa2919128ed6fd0133429f" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میگو پفکی", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d21f128ed6fd01333336" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:46:49.377Z" - }, - "updated_at": { - "$date": "2022-06-15T18:46:49.377Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa293a128ed6fd013342a9" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "استیک ویژه", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d21f128ed6fd01333336" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:47:22.292Z" - }, - "updated_at": { - "$date": "2022-06-15T18:47:22.292Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa2979128ed6fd013342b6" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d23f128ed6fd0133333f" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:48:25.682Z" - }, - "updated_at": { - "$date": "2022-06-15T18:48:25.682Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa2995128ed6fd013342c0" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d23f128ed6fd0133333f" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:48:53.611Z" - }, - "updated_at": { - "$date": "2022-06-15T18:48:53.611Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa29b1128ed6fd013342ce" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد یونانی", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d23f128ed6fd0133333f" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T18:49:21.537Z" - }, - "updated_at": { - "$date": "2022-06-15T18:49:21.537Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa2d96128ed6fd01334341" - }, - "price": 280000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد فصل", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d23f128ed6fd0133333f" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:05:58.770Z" - }, - "updated_at": { - "$date": "2022-06-15T19:05:58.770Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3089128ed6fd0133438c" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گردن", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:18:33.846Z" - }, - "updated_at": { - "$date": "2022-06-20T09:22:42.687Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa30cf128ed6fd013343aa" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماهیچه", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:19:43.659Z" - }, - "updated_at": { - "$date": "2022-06-20T09:26:31.277Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa324d128ed6fd013343d3" - }, - "price": 100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نوشابه", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d259128ed6fd0133334b" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:26:05.860Z" - }, - "updated_at": { - "$date": "2022-06-15T19:26:05.860Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3279128ed6fd013343dd" - }, - "price": 100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دوغ ", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d259128ed6fd0133334b" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:26:49.878Z" - }, - "updated_at": { - "$date": "2022-06-15T19:31:24.529Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa329f128ed6fd013343ea" - }, - "price": 100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دلستر", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d259128ed6fd0133334b" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:27:27.711Z" - }, - "updated_at": { - "$date": "2022-06-15T19:27:27.711Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa32d9128ed6fd013343ff" - }, - "price": 80000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شربت welcome", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d259128ed6fd0133334b" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:28:25.475Z" - }, - "updated_at": { - "$date": "2022-06-15T19:39:33.521Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa35ab128ed6fd0133444d" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قلیان (انواع طمع ها)", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d264128ed6fd01333354" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:40:27.602Z" - }, - "updated_at": { - "$date": "2022-06-15T19:40:50.237Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa37d8128ed6fd01334484" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d606128ed6fd0133338a" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:49:44.289Z" - }, - "updated_at": { - "$date": "2022-06-15T19:49:56.582Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa37ff128ed6fd0133449b" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d606128ed6fd0133338a" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:50:23.219Z" - }, - "updated_at": { - "$date": "2022-06-15T19:50:23.219Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3818128ed6fd013344a8" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d606128ed6fd0133338a" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:50:48.329Z" - }, - "updated_at": { - "$date": "2022-06-15T19:50:48.329Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa382c128ed6fd013344b2" - }, - "price": 370000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d606128ed6fd0133338a" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:51:08.461Z" - }, - "updated_at": { - "$date": "2022-06-15T19:51:08.461Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa384a128ed6fd013344bc" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "امریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d606128ed6fd0133338a" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:51:38.438Z" - }, - "updated_at": { - "$date": "2022-06-15T19:51:38.438Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3861128ed6fd013344c6" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d606128ed6fd0133338a" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:52:01.859Z" - }, - "updated_at": { - "$date": "2022-06-15T19:52:01.859Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3879128ed6fd013344d0" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d606128ed6fd0133338a" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:52:25.401Z" - }, - "updated_at": { - "$date": "2022-06-15T19:52:25.401Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa389a128ed6fd013344da" - }, - "price": 370000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته ماکیاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d606128ed6fd0133338a" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T19:52:58.561Z" - }, - "updated_at": { - "$date": "2022-06-15T19:57:25.496Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3a66128ed6fd013344f4" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d621128ed6fd01333393" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:00:38.201Z" - }, - "updated_at": { - "$date": "2022-06-15T20:00:38.201Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3a85128ed6fd013344fe" - }, - "price": 470000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d621128ed6fd01333393" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:01:09.021Z" - }, - "updated_at": { - "$date": "2022-06-15T20:01:09.021Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3aaf128ed6fd01334508" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هایپ اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d621128ed6fd01333393" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:01:51.687Z" - }, - "updated_at": { - "$date": "2022-06-15T20:01:51.687Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3ac7128ed6fd01334512" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراپاچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d621128ed6fd01333393" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:02:15.160Z" - }, - "updated_at": { - "$date": "2022-06-15T20:02:30.448Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3afb128ed6fd01334529" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سودا امریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d621128ed6fd01333393" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:03:07.160Z" - }, - "updated_at": { - "$date": "2022-06-15T20:03:07.160Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3b1c128ed6fd01334533" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d630128ed6fd0133339c" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:03:40.931Z" - }, - "updated_at": { - "$date": "2022-06-15T20:03:40.931Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3b45128ed6fd0133453d" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سفید", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d630128ed6fd0133339c" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:04:21.617Z" - }, - "updated_at": { - "$date": "2022-06-15T20:04:21.617Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3b5e128ed6fd01334547" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d630128ed6fd0133339c" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:04:46.559Z" - }, - "updated_at": { - "$date": "2022-06-15T20:04:46.559Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3b8a128ed6fd01334551" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کمکس", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d6bc128ed6fd013333bb" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:05:30.106Z" - }, - "updated_at": { - "$date": "2022-06-15T20:14:00.732Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3da1128ed6fd0133457a" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ترک", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d6bc128ed6fd013333bb" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:14:25.421Z" - }, - "updated_at": { - "$date": "2022-06-15T20:14:40.647Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa3dfa128ed6fd0133459e" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "v60", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d6bc128ed6fd013333bb" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:15:54.350Z" - }, - "updated_at": { - "$date": "2022-06-15T20:15:54.350Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa41ec128ed6fd013345ce" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رینبو", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d6cc128ed6fd013333c4" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:32:44.091Z" - }, - "updated_at": { - "$date": "2022-06-20T10:13:51.700Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa4204128ed6fd013345d8" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بولفراگ", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d6cc128ed6fd013333c4" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:33:08.878Z" - }, - "updated_at": { - "$date": "2022-06-15T20:33:08.878Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa4633128ed6fd01334614" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بلور بنفش", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d6cc128ed6fd013333c4" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:50:59.457Z" - }, - "updated_at": { - "$date": "2022-06-15T20:50:59.457Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa464a128ed6fd01334625" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d6cc128ed6fd013333c4" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:51:22.629Z" - }, - "updated_at": { - "$date": "2022-06-15T20:51:22.629Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa465f128ed6fd0133462f" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو پرتقال", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d6cc128ed6fd013333c4" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:51:43.536Z" - }, - "updated_at": { - "$date": "2022-06-15T20:51:54.581Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa4688128ed6fd01334646" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شوکو شیک", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d6e4128ed6fd013333d4" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:52:24.929Z" - }, - "updated_at": { - "$date": "2022-06-28T12:42:44.562Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa46a8128ed6fd01334650" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیناکولادا", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d6e4128ed6fd013333d4" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:52:56.191Z" - }, - "updated_at": { - "$date": "2022-06-15T20:52:56.191Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62aa46d2128ed6fd0133465a" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شامروک", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d6e4128ed6fd013333d4" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-15T20:53:38.247Z" - }, - "updated_at": { - "$date": "2022-06-15T20:53:38.247Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62b03b25128ed6fd01339f9f" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوپ شیر", - "description": "", - "short_description": "", - "category": { - "$oid": "62b03ac4128ed6fd01339f8f" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-20T09:17:25.796Z" - }, - "updated_at": { - "$date": "2022-06-20T09:17:25.796Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62b03bad128ed6fd01339fb1" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کشک و بادمجان", - "description": "", - "short_description": "", - "category": { - "$oid": "62b03ac4128ed6fd01339f8f" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-20T09:19:41.829Z" - }, - "updated_at": { - "$date": "2022-07-13T18:19:14.982Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62b03bd7128ed6fd01339fbe" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میرزا قاسمی", - "description": "", - "short_description": "", - "category": { - "$oid": "62b03ac4128ed6fd01339f8f" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-20T09:20:23.110Z" - }, - "updated_at": { - "$date": "2022-07-13T18:18:35.850Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62b04295128ed6fd0133a115" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسکندر کباب", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-20T09:49:09.990Z" - }, - "updated_at": { - "$date": "2022-06-20T20:33:24.085Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62b04c85128ed6fd0133a25b" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جوجه با استخوان", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d201128ed6fd01333327" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-20T10:31:33.901Z" - }, - "updated_at": { - "$date": "2022-06-20T20:31:35.937Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62b1d4a4128ed6fd0133bae8" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک موز گردو", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3ddf4a8d41eae80b0d2c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-06-21T14:24:36.708Z" - }, - "updated_at": { - "$date": "2022-06-21T14:24:36.708Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62b1dd2e128ed6fd0133bca1" - }, - "price": 560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب پنیری", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3d534a8d41eae80b0cfb" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-06-21T15:01:02.650Z" - }, - "updated_at": { - "$date": "2022-06-21T15:01:02.650Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62b1e307128ed6fd0133bd25" - }, - "price": 780000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی با سس قارچ فیله گوساله", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3d534a8d41eae80b0cfb" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-06-21T15:25:59.166Z" - }, - "updated_at": { - "$date": "2022-07-17T16:08:39.904Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62b1e6ac128ed6fd0133bdee" - }, - "price": 680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی با سس قارچ وبیکن گوساله", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3d534a8d41eae80b0cfb" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-06-21T15:41:32.147Z" - }, - "updated_at": { - "$date": "2022-06-21T15:41:32.147Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62b1e731128ed6fd0133be0b" - }, - "price": 670000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی پنیری با سوجوک و ژامبون میکس ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3d534a8d41eae80b0cfb" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-06-21T15:43:45.376Z" - }, - "updated_at": { - "$date": "2022-06-21T15:43:45.376Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62b1ea58128ed6fd0133be95" - }, - "price": 560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب سس قارچ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3d534a8d41eae80b0cfb" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-06-21T15:57:12.815Z" - }, - "updated_at": { - "$date": "2022-06-21T15:57:12.815Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62b3683f128ed6fd0133e6df" - }, - "price": 520000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو توت فرنگی", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3df34a8d41eae80b0d37" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-06-22T19:06:39.194Z" - }, - "updated_at": { - "$date": "2022-06-22T19:06:39.194Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62baf8effbc4ea222a48f03d" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بلو آنجل", - "description": "", - "short_description": "", - "category": { - "$oid": "62a9d6cc128ed6fd013333c4" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-06-28T12:49:51.217Z" - }, - "updated_at": { - "$date": "2022-06-28T12:49:51.217Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62c07257fbc4ea222a498210" - }, - "price": 580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تست فیله گوساله", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3db44a8d41eae80b0d16" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-07-02T16:29:11.558Z" - }, - "updated_at": { - "$date": "2022-07-02T16:29:11.558Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62c0727cfbc4ea222a49821a" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تست فیله مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3db44a8d41eae80b0d16" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-07-02T16:29:48.558Z" - }, - "updated_at": { - "$date": "2022-07-02T16:29:48.558Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62c99cdf7400250986c6930c" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "62b03ac4128ed6fd01339f8f" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-07-09T15:21:03.076Z" - }, - "updated_at": { - "$date": "2022-07-09T15:21:03.076Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62c99d627400250986c6933f" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی ویژه", - "description": "", - "short_description": "", - "category": { - "$oid": "62b03ac4128ed6fd01339f8f" - }, - "index": 0, - "storeId": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "created_at": { - "$date": "2022-07-09T15:23:14.688Z" - }, - "updated_at": { - "$date": "2022-07-09T15:23:14.688Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb1f87400250986c70b06" - }, - "price": 1350000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "کباب برگ قاجاری", - "description": "گوشت فیله مرینت شده ", - "short_description": "", - "category": { - "$oid": "62ceaa9c7400250986c70a30" - }, - "index": 3, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T11:52:24.843Z" - }, - "updated_at": { - "$date": "2022-07-13T16:25:09.633Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb2a17400250986c70b2f" - }, - "price": 1250000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "کباب صدر اعظم", - "description": "فیله مغز دار رُل شده (گوشت قرمز)", - "short_description": "", - "category": { - "$oid": "62ceaa9c7400250986c70a30" - }, - "index": 4, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T11:55:13.979Z" - }, - "updated_at": { - "$date": "2022-07-13T11:59:30.093Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb2e97400250986c70b45" - }, - "price": 1750000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "کاسه کباب گلپایگانی", - "description": "گوشت قرمز فیله + گوشت سفید فیله مرغ + قارچ کبابی + روغن محلی + کنجد سفید ", - "short_description": "", - "category": { - "$oid": "62ceaa9c7400250986c70a30" - }, - "index": 1, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T11:56:25.460Z" - }, - "updated_at": { - "$date": "2022-07-13T11:56:25.460Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb3427400250986c70b61" - }, - "price": 1450000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "کباب برگ تبريزی ", - "description": "گوشت قرمز فیله + گوشت کوبیده + فلفل دلمه + کنجد سفید", - "short_description": "", - "category": { - "$oid": "62ceaa9c7400250986c70a30" - }, - "index": 2, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T11:57:54.434Z" - }, - "updated_at": { - "$date": "2022-07-13T12:02:54.599Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb3927400250986c70b6e" - }, - "price": 1150000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "جوجه درباری ", - "description": "فیله مغزدار رُل شده (گوشت سفید)", - "short_description": "", - "category": { - "$oid": "62ceaa9c7400250986c70a30" - }, - "index": 5, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T11:59:14.742Z" - }, - "updated_at": { - "$date": "2022-07-13T11:59:14.742Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb3c87400250986c70b85" - }, - "price": 950000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "جوجه ترش", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceaa9c7400250986c70a30" - }, - "index": 6, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:00:08.113Z" - }, - "updated_at": { - "$date": "2022-07-13T12:00:08.113Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb3ea7400250986c70b8f" - }, - "price": 900000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "کباب اسکندری", - "description": "گوشت سفید فیله + گوشت کوبیده + فلفل دلمه + کنجد سفید", - "short_description": "", - "category": { - "$oid": "62ceaa9c7400250986c70a30" - }, - "index": 7, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:00:42.828Z" - }, - "updated_at": { - "$date": "2022-07-13T12:03:18.421Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb4fa7400250986c70be9" - }, - "price": 1100000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "کباب چنجه", - "description": "فیله", - "short_description": "", - "category": { - "$oid": "62ceaac57400250986c70a39" - }, - "index": 1, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:05:14.343Z" - }, - "updated_at": { - "$date": "2022-07-13T12:05:14.343Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb5237400250986c70bf8" - }, - "price": 990000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "کباب بختیاری ", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceaac57400250986c70a39" - }, - "index": 2, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:05:55.834Z" - }, - "updated_at": { - "$date": "2022-07-13T12:05:55.834Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb55f7400250986c70c0d" - }, - "price": 800000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "میکس", - "description": "جوجه ۱۵۰ گرم + کوبیده ۸۵ گرم", - "short_description": "", - "category": { - "$oid": "62ceaac57400250986c70a39" - }, - "index": 3, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:06:55.474Z" - }, - "updated_at": { - "$date": "2022-07-13T12:06:55.474Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb5de7400250986c70c45" - }, - "price": 650000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "کباب نگینی ", - "description": "۲ سیخ ۱۸۰ گرمی", - "short_description": "", - "category": { - "$oid": "62ceaac57400250986c70a39" - }, - "index": 4, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:09:02.438Z" - }, - "updated_at": { - "$date": "2022-07-13T12:09:02.438Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb6137400250986c70c5c" - }, - "price": 630000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "کباب گلپایگانی", - "description": "۲ سیخ ۱۸۰ گرمی با دورچین ", - "short_description": "", - "category": { - "$oid": "62ceaac57400250986c70a39" - }, - "index": 5, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:09:55.337Z" - }, - "updated_at": { - "$date": "2022-07-13T12:09:55.337Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb6397400250986c70c6d" - }, - "price": 600000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "جوجه کباب", - "description": "۲۵۰ گرمی", - "short_description": "", - "category": { - "$oid": "62ceaac57400250986c70a39" - }, - "index": 6, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:10:33.953Z" - }, - "updated_at": { - "$date": "2022-07-13T12:10:33.953Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb6567400250986c70c84" - }, - "price": 600000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "جوجه چینی", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceaac57400250986c70a39" - }, - "index": 7, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:11:02.224Z" - }, - "updated_at": { - "$date": "2022-07-13T12:11:02.224Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb6727400250986c70c9a" - }, - "price": 590000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "شنسل مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceaac57400250986c70a39" - }, - "index": 8, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:11:30.443Z" - }, - "updated_at": { - "$date": "2022-07-13T12:11:30.443Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb6997400250986c70cad" - }, - "price": 320000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "چلو ایرانی", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceaac57400250986c70a39" - }, - "index": 9, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:12:09.353Z" - }, - "updated_at": { - "$date": "2022-07-13T12:12:09.353Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb7e87400250986c70ce8" - }, - "price": 75000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "ماست موسیر پاستوریزه ", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceab227400250986c70a42" - }, - "index": 1, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:17:44.588Z" - }, - "updated_at": { - "$date": "2022-07-13T12:17:44.588Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb8237400250986c70cf2" - }, - "price": 130000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "زیتون پروده پاستوریزه مهراد", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceab227400250986c70a42" - }, - "index": 2, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:18:43.231Z" - }, - "updated_at": { - "$date": "2022-07-13T12:18:43.231Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb8e37400250986c70cfc" - }, - "price": 130000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "زيتون شور", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceab227400250986c70a42" - }, - "index": 3, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:21:55.993Z" - }, - "updated_at": { - "$date": "2022-07-13T12:21:55.993Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb90f7400250986c70d06" - }, - "price": 150000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "سالاد کاهو", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceab227400250986c70a42" - }, - "index": 4, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:22:39.251Z" - }, - "updated_at": { - "$date": "2022-07-13T12:22:39.251Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb9377400250986c70d19" - }, - "price": 130000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "سیر ترشی", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceab227400250986c70a42" - }, - "index": 5, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:23:19.541Z" - }, - "updated_at": { - "$date": "2022-07-13T12:23:19.541Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceb9a07400250986c70d23" - }, - "price": 120000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "نوشابه قوطی", - "description": "کوکا - فانتا - سون آپ ", - "short_description": "", - "category": { - "$oid": "62ceab507400250986c70a4b" - }, - "index": 1, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:25:04.844Z" - }, - "updated_at": { - "$date": "2022-07-13T12:25:04.844Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceba2b7400250986c70d2f" - }, - "price": 65000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "نوشابه ۳۰۰ سی سی", - "description": "کوکا - پپسی - فانتا - اسپرایت ", - "short_description": "", - "category": { - "$oid": "62ceab507400250986c70a4b" - }, - "index": 2, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:27:23.603Z" - }, - "updated_at": { - "$date": "2022-07-13T12:27:23.603Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ceba627400250986c70d3b" - }, - "price": 150000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "نوشابه خانواده ", - "description": "کوکا - فانتا - اسپرایت ", - "short_description": "", - "category": { - "$oid": "62ceab507400250986c70a4b" - }, - "index": 0, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:28:18.841Z" - }, - "updated_at": { - "$date": "2022-07-13T12:28:18.841Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebaad7400250986c70d51" - }, - "price": 120000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "دلستر قوطی تک نفره", - "description": "هلو - لیمو - استوایی - آناناس", - "short_description": "", - "category": { - "$oid": "62ceab507400250986c70a4b" - }, - "index": 3, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:29:33.748Z" - }, - "updated_at": { - "$date": "2022-07-13T12:29:33.748Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebb017400250986c70d5b" - }, - "price": 150000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "دلستر خانواده ", - "description": "هلو - لیمو - استوایی - آناناس", - "short_description": "", - "category": { - "$oid": "62ceab507400250986c70a4b" - }, - "index": 4, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:30:57.892Z" - }, - "updated_at": { - "$date": "2022-07-13T12:30:57.892Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebb227400250986c70d65" - }, - "price": 150000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "لیموناد", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceab507400250986c70a4b" - }, - "index": 5, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:31:30.271Z" - }, - "updated_at": { - "$date": "2022-07-13T12:31:30.271Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebb547400250986c70d72" - }, - "price": 80000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "تاک انگور ", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceab507400250986c70a4b" - }, - "index": 6, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:32:20.282Z" - }, - "updated_at": { - "$date": "2022-07-13T12:32:20.282Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebb767400250986c70d7c" - }, - "price": 40000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "آب معدنی تک نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceab507400250986c70a4b" - }, - "index": 7, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:32:54.352Z" - }, - "updated_at": { - "$date": "2022-07-13T12:32:54.352Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebbaf7400250986c70d95" - }, - "price": 80000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "آب معدنی خانواده", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceab507400250986c70a4b" - }, - "index": 8, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:33:51.519Z" - }, - "updated_at": { - "$date": "2022-07-13T12:33:51.519Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebc2a7400250986c70db7" - }, - "price": 300000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "چای فلاسک ساده با نبات", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceabc87400250986c70a68" - }, - "index": 1, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:35:54.853Z" - }, - "updated_at": { - "$date": "2022-07-13T12:35:54.853Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebc687400250986c70dc4" - }, - "price": 350000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "چای فلاسک طعم با نبات", - "description": "هل - دارچین - زنجبیل - گلمحمدی- به لیمو ", - "short_description": "", - "category": { - "$oid": "62ceabc87400250986c70a68" - }, - "index": 2, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:36:56.288Z" - }, - "updated_at": { - "$date": "2022-07-13T12:36:56.288Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebc857400250986c70dce" - }, - "price": 400000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "چای فلاسک زعفرانی با نبات", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceabc87400250986c70a68" - }, - "index": 3, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:37:25.781Z" - }, - "updated_at": { - "$date": "2022-07-13T12:37:25.781Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebcd97400250986c70de7" - }, - "price": 120000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceabc87400250986c70a68" - }, - "index": 4, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:38:49.821Z" - }, - "updated_at": { - "$date": "2022-07-13T12:38:49.821Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebcf57400250986c70dfa" - }, - "price": 100000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceabc87400250986c70a68" - }, - "index": 5, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:39:17.999Z" - }, - "updated_at": { - "$date": "2022-07-13T12:39:17.999Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebd187400250986c70e04" - }, - "price": 80000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "کافی میکس", - "description": "", - "short_description": "", - "category": { - "$oid": "62ceabc87400250986c70a68" - }, - "index": 6, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:39:52.690Z" - }, - "updated_at": { - "$date": "2022-07-13T12:39:52.690Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebdde7400250986c70e2c" - }, - "price": 500000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "ساده", - "description": "بلوبری - آدامس دارچین - نعنا پرتقال - دوسیب - دوسیب شلیل - هندونه نعنا - موهیتو - سیب یخ", - "short_description": "", - "category": { - "$oid": "62ceabe27400250986c70a71" - }, - "index": 1, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:43:10.581Z" - }, - "updated_at": { - "$date": "2022-07-13T12:43:10.581Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebe037400250986c70e51" - }, - "price": 900000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "عربی", - "description": "آدامس دارچین - تمشک بستنی ", - "short_description": "", - "category": { - "$oid": "62ceabe27400250986c70a71" - }, - "index": 2, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:43:47.413Z" - }, - "updated_at": { - "$date": "2022-07-13T12:43:47.413Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebe857400250986c70e83" - }, - "price": 80000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "بستنی سنتی", - "description": "", - "short_description": "", - "category": { - "$oid": "62cebe677400250986c70e76" - }, - "index": 1, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:45:57.747Z" - }, - "updated_at": { - "$date": "2022-07-13T12:45:57.747Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebebe7400250986c70ea9" - }, - "price": 60000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "بستنی پاستوریزه ", - "description": "", - "short_description": "", - "category": { - "$oid": "62cebe677400250986c70e76" - }, - "index": 2, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:46:54.398Z" - }, - "updated_at": { - "$date": "2022-07-13T12:46:54.398Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62cebed47400250986c70ebf" - }, - "price": 300000, - "stock": 1000, - "static_discount": 0, - "active": true, - "name": "کیک روز", - "description": "", - "short_description": "", - "category": { - "$oid": "62cebe677400250986c70e76" - }, - "index": 3, - "storeId": { - "$oid": "62cea8d47400250986c70a07" - }, - "created_at": { - "$date": "2022-07-13T12:47:16.859Z" - }, - "updated_at": { - "$date": "2022-07-13T12:47:16.859Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62ced9a17400250986c712a5" - }, - "price": 430000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز کیک نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3ddf4a8d41eae80b0d2c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-07-13T14:41:37.322Z" - }, - "updated_at": { - "$date": "2022-09-04T14:45:28.045Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62d78ba07400250986c7ee65" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تونیک", - "description": "آب لیموی تازه ، یخ ، یک شات اسپرسو ، ( سیروپ کارامل به دلخواه)", - "short_description": "", - "category": { - "$oid": "6208c5582cf0cf6959b13ca7" - }, - "index": 0, - "storeId": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "created_at": { - "$date": "2022-07-20T04:59:12.332Z" - }, - "updated_at": { - "$date": "2022-07-20T04:59:12.332Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62deacecfaacb066e1208800" - }, - "price": 3090000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اگ بندیکت", - "description": "نان انگلیش مافین،بیکن،قارچ،اسفناج،پچد اگ،سس هالندز", - "short_description": "", - "category": { - "$oid": "62deac91faacb066e12087e7" - }, - "index": 7, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-07-25T14:47:08.197Z" - }, - "updated_at": { - "$date": "2025-11-13T11:38:34.347Z" - }, - "__v": 0, - "image": "food_1729757064050.png" -}, -{ - "_id": { - "$oid": "62deaf7afaacb066e12088d7" - }, - "price": 3250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بوته اسپشیال", - "description": "نیمرو،سوسیس،بیکن،هش براون، گوجه کبابی،قارچ کبابی،خوراک لوبیا و سالاد ", - "short_description": "", - "category": { - "$oid": "62deac91faacb066e12087e7" - }, - "index": 6, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-07-25T14:58:02.674Z" - }, - "updated_at": { - "$date": "2025-12-09T12:04:01.625Z" - }, - "__v": 0, - "image": "food_1765281838221.png" -}, -{ - "_id": { - "$oid": "62deb05dfaacb066e1208900" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اراک برک", - "description": "سر شیر، پنیر، کره، گردو، مربا، عسل، نوتلا، گوجه، خیار، دورچین به همراه نان", - "short_description": "", - "category": { - "$oid": "62deac91faacb066e12087e7" - }, - "index": 5, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-07-25T15:01:49.893Z" - }, - "updated_at": { - "$date": "2025-11-13T11:38:58.776Z" - }, - "__v": 0, - "image": "food_1761678002013.png" -}, -{ - "_id": { - "$oid": "62e00b91faacb066e120adb5" - }, - "price": 590000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیمون کوکو", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3df34a8d41eae80b0d37" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-07-26T15:43:13.749Z" - }, - "updated_at": { - "$date": "2022-07-26T15:43:13.749Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62e00d2bfaacb066e120adf2" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اورنج سک ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3df34a8d41eae80b0d37" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-07-26T15:50:03.086Z" - }, - "updated_at": { - "$date": "2022-07-26T15:50:03.086Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62e3d62696be484852cba02d" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پپرونی", - "description": "", - "short_description": "", - "category": { - "$oid": "62dd47a5faacb066e12064d0" - }, - "index": 2, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "created_at": { - "$date": "2022-07-29T12:44:22.888Z" - }, - "updated_at": { - "$date": "2023-10-04T18:32:05.500Z" - }, - "__v": 0, - "image": "food_1659522888259.png" -}, -{ - "_id": { - "$oid": "62e4010e96be484852cba474" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا پپرونی", - "description": "پپرونی - سس مخصوص موتزارلا", - "short_description": "", - "category": { - "$oid": "62e400a696be484852cba44b" - }, - "index": 0, - "storeId": { - "$oid": "62e3ff5e96be484852cba3c3" - }, - "created_at": { - "$date": "2022-07-29T15:47:26.777Z" - }, - "updated_at": { - "$date": "2022-07-29T15:47:37.891Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "62e57ea796be484852cbd15a" - }, - "price": 1990000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تاور رینگز", - "description": "7 حلقه پیاز سوخاری", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 12, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-07-30T18:55:35.094Z" - }, - "updated_at": { - "$date": "2025-12-25T12:31:10.976Z" - }, - "__v": 0, - "image": "food_1728330592819.png" -}, -{ - "_id": { - "$oid": "62e6265396be484852cbd498" - }, - "price": 2450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن آلفردو", - "description": "", - "short_description": "", - "category": { - "$oid": "62dd47a5faacb066e12064d0" - }, - "index": 4, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "created_at": { - "$date": "2022-07-31T06:50:59.196Z" - }, - "updated_at": { - "$date": "2023-10-04T18:32:36.909Z" - }, - "__v": 0, - "image": "food_1663567920922.png" -}, -{ - "_id": { - "$oid": "62e65b7296be484852cbd95b" - }, - "price": 2950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وا فل", - "description": "دو عدد وافل، یک اسکوپ بستنی، کرم شکلات و دورچین میوه", - "short_description": "", - "category": { - "$oid": "62deac91faacb066e12087e7" - }, - "index": 10, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-07-31T10:37:38.632Z" - }, - "updated_at": { - "$date": "2025-11-13T11:39:32.979Z" - }, - "__v": 0, - "image": "food_1729758734918.png" -}, -{ - "_id": { - "$oid": "62e65c1396be484852cbd97a" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنکیک", - "description": "پنکیک، مربا ویوافل، کرم شکلات و دورچین میوه جات فصل", - "short_description": "", - "category": { - "$oid": "62deac91faacb066e12087e7" - }, - "index": 9, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-07-31T10:40:19.603Z" - }, - "updated_at": { - "$date": "2025-08-21T11:53:47.273Z" - }, - "__v": 0, - "image": "food_1729756930760.png" -}, -{ - "_id": { - "$oid": "62ef9d6296be484852ccbf9d" - }, - "price": 5890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاتانیا", - "description": "فیله گوشت مزه دار شده، سالامی، سس گوجه، پنیر پارمسان", - "short_description": "", - "category": { - "$oid": "6207a1e81ee4b0270db4c3e5" - }, - "index": 7, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-08-07T11:09:22.410Z" - }, - "updated_at": { - "$date": "2025-12-25T12:31:36.623Z" - }, - "__v": 0, - "image": "food_1729756502136.png" -}, -{ - "_id": { - "$oid": "62fcced796be484852cdf7fe" - }, - "price": 4790000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد مرغ و گردو", - "description": "کاهو، مرغ گریل شده ، گردو ، گوجه چری ، پنیر پارمسان ، سس آنتروکوت، جعفری", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 2, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-08-17T11:19:51.164Z" - }, - "updated_at": { - "$date": "2025-12-25T12:31:46.793Z" - }, - "__v": 0, - "image": "food_1729757913755.png" -}, -{ - "_id": { - "$oid": "630a43dd96be484852cf9d2c" - }, - "price": 5480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شف برگر (امضای ژیوان).. burger chef", - "description": "گوشت خالص برگر/ رست بیف/ سس قارچ/پنیر گودا/ نان با خمیر مخصوص..burger meat/roast beef/mushroom sauce/gouda cheese/bread with special dough ", - "short_description": "", - "category": { - "$oid": "61ac5ff726d2e0e4fbd9b424" - }, - "index": 1, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2022-08-27T16:18:37.589Z" - }, - "updated_at": { - "$date": "2025-12-04T12:32:24.286Z" - }, - "__v": 0, - "image": "food_1713706844133.png" -}, -{ - "_id": { - "$oid": "6314a58fe410c5322751b152" - }, - "price": 1410000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنینی مرغ", - "description": "فیله مرغ - قارچ - پنیر گودا - پنیر پیتزا - سیب زمینی - سالاد", - "short_description": "", - "category": { - "$oid": "6314a2d5e410c5322751b0ba" - }, - "index": 1, - "storeId": { - "$oid": "63131c3d96be484852d0a9ed" - }, - "image": "food_1662297483531.png", - "created_at": { - "$date": "2022-09-04T13:18:07.576Z" - }, - "updated_at": { - "$date": "2022-09-04T13:21:39.848Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6314a640e410c5322751b19a" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنینی هات داگ اسپشیال", - "description": "هات داگ پنیری - قارچ - پنیر گودا - پنیر پیتزا - سیب زمینی - سالاد", - "short_description": "", - "category": { - "$oid": "6314a2d5e410c5322751b0ba" - }, - "index": 2, - "storeId": { - "$oid": "63131c3d96be484852d0a9ed" - }, - "image": "food_1662297660322.png", - "created_at": { - "$date": "2022-09-04T13:21:04.159Z" - }, - "updated_at": { - "$date": "2022-09-04T13:21:26.765Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6314acb6e410c5322751b3e4" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا استابیوتی", - "description": "پیتزا پپرونی", - "short_description": "", - "category": { - "$oid": "6314ab2be410c5322751b32c" - }, - "index": 1, - "storeId": { - "$oid": "6314a7c9e410c5322751b227" - }, - "image": "food_1662299315139.png", - "created_at": { - "$date": "2022-09-04T13:48:38.961Z" - }, - "updated_at": { - "$date": "2022-09-04T13:48:38.961Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6314d485e410c5322751bf80" - }, - "price": 370000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آویشن", - "description": "", - "short_description": "", - "category": { - "$oid": "61ee3f954a8d41eae80b0e1c" - }, - "index": 0, - "storeId": { - "$oid": "61e509141601c7c7d9141989" - }, - "created_at": { - "$date": "2022-09-04T16:38:29.346Z" - }, - "updated_at": { - "$date": "2022-09-04T16:38:29.346Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "63401da0e410c5322755338e" - }, - "price": 4070000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن اسفناچ(new)", - "description": "سینه مرغ گریل، نان چیاباتا، سس زرشک، سس اسفناج، کاهو فرانسه، گوجه فرنگی، سیب زمینی", - "short_description": "", - "category": { - "$oid": "6207a2681ee4b0270db4c429" - }, - "index": 5, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2022-10-07T12:37:52.746Z" - }, - "updated_at": { - "$date": "2025-12-25T12:32:28.243Z" - }, - "__v": 0, - "image": "food_1728331212413.png" -}, -{ - "_id": { - "$oid": "63501e05f031b836b300660d" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیرنسکافه", - "description": "", - "short_description": "", - "category": { - "$oid": "627ff48fec44ae525a153a39" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-10-19T15:55:49.254Z" - }, - "updated_at": { - "$date": "2025-08-19T08:38:41.487Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "63501e24f031b836b3006617" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "627ff48fec44ae525a153a39" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2022-10-19T15:56:20.640Z" - }, - "updated_at": { - "$date": "2025-08-19T08:37:54.844Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6366256cf031b836b301b7f5" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لوتوس شیک latus millshake", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1befc1eece3d7626390" - }, - "index": 1, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2022-11-05T08:57:16.844Z" - }, - "updated_at": { - "$date": "2025-09-29T10:54:51.428Z" - }, - "__v": 0, - "image": "food_1715855188287.png" -}, -{ - "_id": { - "$oid": "636625f7f031b836b301b840" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اورئو شیک oreo milkshake", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1befc1eece3d7626390" - }, - "index": 2, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2022-11-05T08:59:35.577Z" - }, - "updated_at": { - "$date": "2025-09-29T10:54:20.773Z" - }, - "__v": 0, - "image": "food_1715854766909.png" -}, -{ - "_id": { - "$oid": "636627e7f031b836b301b89a" - }, - "price": 1430000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کورتادو Cortado", - "description": "قهوه 70/30و شیر به نسبت یک دیگر ", - "short_description": "", - "category": { - "$oid": "61b1a16afc1eece3d7626360" - }, - "index": 1, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2022-11-05T09:07:51.526Z" - }, - "updated_at": { - "$date": "2025-12-27T09:51:36.681Z" - }, - "__v": 0, - "image": "food_1715710960967.png" -}, -{ - "_id": { - "$oid": "63662ad9f031b836b301b9e3" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو میکس mixed mojito", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1a2fc1eece3d7626383" - }, - "index": 2, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2022-11-05T09:20:25.125Z" - }, - "updated_at": { - "$date": "2025-09-29T10:31:33.252Z" - }, - "__v": 0, - "image": "food_1714293251086.png" -}, -{ - "_id": { - "$oid": "6398895c82d7fc8d726a7b9c" - }, - "price": 430000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو", - "description": "میکس قهوه مورد نظر 70-30 در صورت نیاز قابل تغییر میباشد", - "short_description": "", - "category": { - "$oid": "639887a782d7fc8d726a7b2d" - }, - "index": 1, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1670941019217.png", - "created_at": { - "$date": "2022-12-13T14:17:00.069Z" - }, - "updated_at": { - "$date": "2023-08-21T16:47:46.688Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "639889e882d7fc8d726a7bae" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "639887a782d7fc8d726a7b2d" - }, - "index": 3, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1670941158643.png", - "created_at": { - "$date": "2022-12-13T14:19:20.229Z" - }, - "updated_at": { - "$date": "2023-08-21T16:47:12.586Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "63988a6082d7fc8d726a7bbc" - }, - "price": 510000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کورتادو", - "description": "", - "short_description": "", - "category": { - "$oid": "639887a782d7fc8d726a7b2d" - }, - "index": 7, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1670941278888.png", - "created_at": { - "$date": "2022-12-13T14:21:20.097Z" - }, - "updated_at": { - "$date": "2023-10-04T16:50:51.305Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "63988ac882d7fc8d726a7bcb" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "639887a782d7fc8d726a7b2d" - }, - "index": 4, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1670941383289.png", - "created_at": { - "$date": "2022-12-13T14:23:04.667Z" - }, - "updated_at": { - "$date": "2023-10-04T16:49:31.800Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6398922982d7fc8d726a7c99" - }, - "price": 520000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "639887a782d7fc8d726a7b2d" - }, - "index": 11, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683374090799.png", - "created_at": { - "$date": "2022-12-13T14:54:33.143Z" - }, - "updated_at": { - "$date": "2023-10-04T16:41:40.700Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6398936282d7fc8d726a7cc9" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا ", - "description": "", - "short_description": "", - "category": { - "$oid": "639887a782d7fc8d726a7b2d" - }, - "index": 10, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1670943585434.png", - "created_at": { - "$date": "2022-12-13T14:59:46.537Z" - }, - "updated_at": { - "$date": "2023-10-04T16:44:04.285Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "639c92ad82d7fc8d726ac523" - }, - "price": 530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک روز", - "description": "", - "short_description": "", - "category": { - "$oid": "639c921d82d7fc8d726ac4ef" - }, - "index": 1, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1671205548041.png", - "created_at": { - "$date": "2022-12-16T15:45:49.732Z" - }, - "updated_at": { - "$date": "2023-10-04T19:45:59.840Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "639c949082d7fc8d726ac5bd" - }, - "price": 770000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وافل", - "description": "شکلات و موز", - "short_description": "", - "category": { - "$oid": "639c921d82d7fc8d726ac4ef" - }, - "index": 5, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1671206028714.png", - "created_at": { - "$date": "2022-12-16T15:53:52.511Z" - }, - "updated_at": { - "$date": "2023-08-21T17:17:21.606Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "63c90136701ec3ea9971eed5" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "سیب زمینی چدار", - "description": "سیب زمینی سرخ شده. دیپ چدار . جعفری و ادویه مخصوص", - "short_description": "", - "category": { - "$oid": "6225095ca03b80e0a44ef756" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "image": "food_1674117429783.png", - "created_at": { - "$date": "2023-01-19T08:37:10.915Z" - }, - "updated_at": { - "$date": "2025-08-19T08:35:55.366Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "63cc06ae701ec3ea99722d86" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "اسپرسو و شیر", - "short_description": "", - "category": { - "$oid": "639887a782d7fc8d726a7b2d" - }, - "index": 5, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683373474894.png", - "created_at": { - "$date": "2023-01-21T15:37:18.866Z" - }, - "updated_at": { - "$date": "2023-10-04T16:48:55.989Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "63cc100b701ec3ea99722fcf" - }, - "price": 610000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کمکس", - "description": "", - "short_description": "", - "category": { - "$oid": "63cc0eea701ec3ea99722f38" - }, - "index": 1, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1674317833311.png", - "created_at": { - "$date": "2023-01-21T16:17:15.975Z" - }, - "updated_at": { - "$date": "2023-06-10T18:50:39.005Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "63cc10d0701ec3ea99723021" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سایفون", - "description": "", - "short_description": "", - "category": { - "$oid": "63cc0eea701ec3ea99722f38" - }, - "index": 2, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1674318031385.png", - "created_at": { - "$date": "2023-01-21T16:20:32.659Z" - }, - "updated_at": { - "$date": "2023-06-10T18:50:19.665Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "63cc1143701ec3ea99723036" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "V 60", - "description": "", - "short_description": "", - "category": { - "$oid": "63cc0eea701ec3ea99722f38" - }, - "index": 3, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1674318145146.png", - "created_at": { - "$date": "2023-01-21T16:22:27.164Z" - }, - "updated_at": { - "$date": "2023-06-10T18:50:00.668Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "63cc11b1701ec3ea99723046" - }, - "price": 530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایروپرس", - "description": "", - "short_description": "", - "category": { - "$oid": "63cc0eea701ec3ea99722f38" - }, - "index": 4, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683374626803.png", - "created_at": { - "$date": "2023-01-21T16:24:17.981Z" - }, - "updated_at": { - "$date": "2023-06-10T18:49:38.925Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "63cc1217701ec3ea9972305f" - }, - "price": 420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ترک", - "description": "در صورت نیاز شیر اضافه میشود", - "short_description": "", - "category": { - "$oid": "63cc0eea701ec3ea99722f38" - }, - "index": 5, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1674318357015.png", - "created_at": { - "$date": "2023-01-21T16:25:59.757Z" - }, - "updated_at": { - "$date": "2023-08-21T16:59:14.804Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "640f3702dceeef8194956a72" - }, - "price": 530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پشن لاین", - "description": "پشن فروت.لیمو.آلبالو.سودا.بلو کاراسایو", - "short_description": "", - "category": { - "$oid": "62815ce6d65610bd301c6585" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2023-03-13T14:45:22.801Z" - }, - "updated_at": { - "$date": "2023-03-13T15:28:50.040Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64105f93dceeef81949578bd" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایریش کافی", - "description": "شکر قهوه ای +قهوه+سیروپ ایریش+فوم شیر", - "short_description": "", - "category": { - "$oid": "62815bddd65610bd301c653a" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2023-03-14T11:50:43.130Z" - }, - "updated_at": { - "$date": "2023-03-14T11:50:43.130Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64105ffcdceeef81949578de" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "62815bf1d65610bd301c6543" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2023-03-14T11:52:28.636Z" - }, - "updated_at": { - "$date": "2023-03-14T11:52:28.636Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6410605fdceeef81949578ea" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای مینت", - "description": "نعناع+چای سیاه+دارچین", - "short_description": "", - "category": { - "$oid": "62815c77d65610bd301c6564" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2023-03-14T11:54:07.156Z" - }, - "updated_at": { - "$date": "2023-03-14T11:54:07.156Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "641215b1dceeef819495930d" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش به", - "description": "", - "short_description": "", - "category": { - "$oid": "62815c77d65610bd301c6564" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2023-03-15T19:00:01.066Z" - }, - "updated_at": { - "$date": "2023-03-15T19:00:01.066Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64246049e9ad5f14dee99ca7" - }, - "price": 420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس امریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "62815bf1d65610bd301c6543" - }, - "index": 0, - "storeId": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "created_at": { - "$date": "2023-03-29T15:59:05.680Z" - }, - "updated_at": { - "$date": "2023-03-29T15:59:05.680Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6426c73ce9ad5f14dee9ce40" - }, - "price": 4730000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیف اسفناج(new)", - "description": "پنه ، فیله گوساله ، سس اسفناج، پنیر پارمسان، چیپس هویج، میکرو گرین، گوجه خشک", - "short_description": "", - "category": { - "$oid": "6207a1f81ee4b0270db4c3ef" - }, - "index": 1, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2023-03-31T11:42:52.062Z" - }, - "updated_at": { - "$date": "2025-12-25T12:32:40.395Z" - }, - "__v": 0, - "image": "food_1728330530614.png" -}, -{ - "_id": { - "$oid": "64285eace9ad5f14dee9f141" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "چیز فرایز لارج", - "description": "سیب زمینی سرخ شده همراه با سس قارچ", - "short_description": "", - "category": { - "$oid": "6225095ca03b80e0a44ef756" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2023-04-01T16:41:16.807Z" - }, - "updated_at": { - "$date": "2025-08-19T09:11:38.715Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6433097be9ad5f14deea9615" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "کیک دبل چاکلت(new)", - "description": "", - "short_description": "", - "category": { - "$oid": "627fe90bec44ae525a153778" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2023-04-09T18:52:43.222Z" - }, - "updated_at": { - "$date": "2025-08-19T08:31:35.553Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "643d684e98ff3c74143fd532" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا ژامبون", - "description": "", - "short_description": "", - "category": { - "$oid": "62dd47a5faacb066e12064d0" - }, - "index": 3, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1681745992648.png", - "created_at": { - "$date": "2023-04-17T15:39:58.298Z" - }, - "updated_at": { - "$date": "2023-10-04T18:33:40.788Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "643d68d698ff3c74143fd545" - }, - "price": 1730000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا مارگاریتا", - "description": "", - "short_description": "", - "category": { - "$oid": "62dd47a5faacb066e12064d0" - }, - "index": 10, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1681746130413.png", - "created_at": { - "$date": "2023-04-17T15:42:14.869Z" - }, - "updated_at": { - "$date": "2023-10-04T18:34:45.753Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "643d76d998ff3c74143fd89f" - }, - "price": 810000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک بادام زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "index": 9, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683377587080.png", - "created_at": { - "$date": "2023-04-17T16:42:01.333Z" - }, - "updated_at": { - "$date": "2023-10-04T18:58:02.854Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "644935de98ff3c741440b042" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی سرخ شده", - "description": "سیب زمینی .. French fries", - "short_description": "", - "category": { - "$oid": "61ac607926d2e0e4fbd9b465" - }, - "index": 1, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-04-26T14:31:58.773Z" - }, - "updated_at": { - "$date": "2025-12-04T11:57:54.588Z" - }, - "__v": 0, - "image": "food_1715934532096.png" -}, -{ - "_id": { - "$oid": "6450ad0b98ff3c7414414285" - }, - "price": 2080000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر آجیلی سپنج", - "description": "۱۵۰ گرم گوشت خالص ،مغز پسته ،پنیر پیتزا،کاهو،گوجه،پیاز کاراملی،سس پسته و گردو،سس مک دونالد،دیپ چدار،گودا)", - "short_description": "", - "category": { - "$oid": "6450ac7a98ff3c741441425a" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:26:19.767Z" - }, - "updated_at": { - "$date": "2023-11-20T15:18:24.727Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450ad2998ff3c741441428f" - }, - "price": 1880000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماشروم برگر", - "description": "(۱۳۰ گرم گوشت خالص،سس قارچ،کاهو،گوجه،جعفری،) ", - "short_description": "", - "category": { - "$oid": "6450ac7a98ff3c741441425a" - }, - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:26:49.989Z" - }, - "updated_at": { - "$date": "2023-11-20T15:18:58.109Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450ad6498ff3c74144142b1" - }, - "price": 1770000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هالوپینو", - "description": "(۱۳۰ گرم گوشت،هالوپینو،کاهو،گوجه،گودا)", - "short_description": "", - "category": { - "$oid": "6450ac7a98ff3c741441425a" - }, - "index": 4, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:27:48.882Z" - }, - "updated_at": { - "$date": "2023-11-20T15:19:18.097Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450ad7f98ff3c74144142bb" - }, - "price": 1920000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز برگر", - "description": "(۱۳۰ گرم گوشت خالص،گوجه،خیارشور،کاهو ،گودا،دیپ چدار)", - "short_description": "", - "category": { - "$oid": "6450ac7a98ff3c741441425a" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:28:15.949Z" - }, - "updated_at": { - "$date": "2023-11-20T15:18:40.038Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450addb98ff3c74144142d3" - }, - "price": 1460000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر فیله سوخاری", - "description": "(فیله سوخاری ،سس قارچ،کاهو،گوجه)", - "short_description": "", - "category": { - "$oid": "6450ac7a98ff3c741441425a" - }, - "index": 6, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:29:47.602Z" - }, - "updated_at": { - "$date": "2023-11-20T15:19:37.977Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450ae2298ff3c74144142f1" - }, - "price": 1670000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آلفردو", - "description": "(پنه ۱۶۰ گرم،فیله مرغ گریل ،سس قارچ،پنیر پارمسان)", - "short_description": "", - "category": { - "$oid": "6450adf498ff3c74144142e4" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:30:58.284Z" - }, - "updated_at": { - "$date": "2023-11-20T15:21:27.555Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450ae7598ff3c74144142fe" - }, - "price": 1720000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پستو", - "description": "(پنه ۱۶۰ گرم،فیله مرغ گریل شده،سس پستو،پنیر پارمسان)", - "short_description": "", - "category": { - "$oid": "6450adf498ff3c74144142e4" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:32:21.044Z" - }, - "updated_at": { - "$date": "2023-11-20T15:21:17.634Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b01198ff3c7414414332" - }, - "price": 1820000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گوشت پستو", - "description": "(۸۰ گرم گوشت راسته خالص،سس پستو ،گوجه،ریحون،پارمسان)", - "short_description": "", - "category": { - "$oid": "6450aec598ff3c741441431c" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:39:13.166Z" - }, - "updated_at": { - "$date": "2023-11-20T15:21:52.489Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b06b98ff3c741441433f" - }, - "price": 1770000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گوشت باربیکیو", - "description": "(۸۰ گرم گوشت راسته خالص ،پیاز کاراملی،هالوپینو،گوجه ،کاهو،سس باربیکیو)", - "short_description": "", - "category": { - "$oid": "6450aec598ff3c741441431c" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:40:43.340Z" - }, - "updated_at": { - "$date": "2023-11-20T15:22:06.597Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b0df98ff3c741441436a" - }, - "price": 1470000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مرغ پستو", - "description": "(فیله مرغ گریل ۲ عدد ،سس پستو،گوجه،ریحون،پارمسان)", - "short_description": "", - "category": { - "$oid": "6450aec598ff3c741441431c" - }, - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:42:39.323Z" - }, - "updated_at": { - "$date": "2023-11-20T15:22:22.031Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b0fd98ff3c7414414374" - }, - "price": 1420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مرغ باربیکیو", - "description": "(فیله مرغ ۲ عدد ،پیاز کاراملی،هالوپینو،گوجه،کاهو،سس باربیکیو)", - "short_description": "", - "category": { - "$oid": "6450aec598ff3c741441431c" - }, - "index": 4, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:43:09.870Z" - }, - "updated_at": { - "$date": "2023-11-20T15:22:30.560Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b13298ff3c741441439a" - }, - "price": 1220000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ کاراملی", - "description": "(سوسیس،پیاز کاراملی،گوجه،خیارشور،خلال سیب زمینی،گودا)", - "short_description": "", - "category": { - "$oid": "6450b11298ff3c7414414381" - }, - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:44:02.674Z" - }, - "updated_at": { - "$date": "2023-11-20T15:23:29.114Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b15398ff3c74144143a4" - }, - "price": 1380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ ماشروم", - "description": "(سوسیس ،سس قارچ،جعفری،پارمسان)", - "short_description": "", - "category": { - "$oid": "6450b11298ff3c7414414381" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:44:35.936Z" - }, - "updated_at": { - "$date": "2023-11-20T15:23:01.597Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b18698ff3c74144143ae" - }, - "price": 1270000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ قارچ و پنیر", - "description": "(سوسیس،کاهو،گوجه،پنیر پیتزا،قارچ)", - "short_description": "", - "category": { - "$oid": "6450b11298ff3c7414414381" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:45:26.528Z" - }, - "updated_at": { - "$date": "2023-11-20T15:23:16.468Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b1a098ff3c74144143b8" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تک لقمه", - "description": "(سوسیس،خلال سیب زمینی،جعفری)", - "short_description": "", - "category": { - "$oid": "6450b11298ff3c7414414381" - }, - "index": 5, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:45:52.607Z" - }, - "updated_at": { - "$date": "2023-11-20T15:24:16.835Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b1b998ff3c74144143c2" - }, - "price": 580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تک لقمه ویژه", - "description": "(سوسیس،خلال سیب زمینی،جعفری،سس،پنیر گودا)", - "short_description": "", - "category": { - "$oid": "6450b11298ff3c7414414381" - }, - "index": 4, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:46:17.396Z" - }, - "updated_at": { - "$date": "2023-11-20T15:24:02.295Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b1f098ff3c74144143df" - }, - "price": 1420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیله سوخاری", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b1d498ff3c74144143d2" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:47:12.754Z" - }, - "updated_at": { - "$date": "2023-11-20T15:25:15.727Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b20d98ff3c74144143e9" - }, - "price": 830000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قارچ سوخاری", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b1d498ff3c74144143d2" - }, - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:47:41.027Z" - }, - "updated_at": { - "$date": "2023-11-20T15:24:47.782Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b22898ff3c74144143f3" - }, - "price": 1980000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بشقاب سوخاری", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b1d498ff3c74144143d2" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:48:08.940Z" - }, - "updated_at": { - "$date": "2023-11-20T15:25:04.780Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b27898ff3c7414414422" - }, - "price": 880000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی با سس قارچ", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b24a98ff3c7414414400" - }, - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:49:28.794Z" - }, - "updated_at": { - "$date": "2023-11-20T15:25:57.452Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b29698ff3c7414414432" - }, - "price": 970000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی چدار", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b24a98ff3c7414414400" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:49:58.019Z" - }, - "updated_at": { - "$date": "2023-11-20T15:26:12.691Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b2bd98ff3c7414414445" - }, - "price": 580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی سس مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b24a98ff3c7414414400" - }, - "index": 4, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:50:37.355Z" - }, - "updated_at": { - "$date": "2023-11-20T15:25:38.799Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b2d498ff3c741441444f" - }, - "price": 1370000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بشقاب سیب قارچ", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b24a98ff3c7414414400" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:51:00.784Z" - }, - "updated_at": { - "$date": "2023-11-20T15:26:27.150Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b2fd98ff3c7414414469" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b2ed98ff3c741441445c" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:51:41.974Z" - }, - "updated_at": { - "$date": "2023-05-23T07:52:56.660Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b31298ff3c7414414473" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سبز", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b2ed98ff3c741441445c" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:52:02.181Z" - }, - "updated_at": { - "$date": "2023-05-02T06:52:02.181Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b34d98ff3c741441448d" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نوشابه", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b33898ff3c7414414480" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:53:01.087Z" - }, - "updated_at": { - "$date": "2023-05-02T06:53:01.087Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b35c98ff3c7414414497" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دلستر ", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b33898ff3c7414414480" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:53:16.195Z" - }, - "updated_at": { - "$date": "2023-05-02T06:53:16.195Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b3b298ff3c74144144a4" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آب معدنی", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b33898ff3c7414414480" - }, - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T06:54:42.974Z" - }, - "updated_at": { - "$date": "2023-05-02T06:54:42.974Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b5bb98ff3c741441459f" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ترک", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b5a098ff3c7414414592" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T07:03:23.205Z" - }, - "updated_at": { - "$date": "2023-11-20T15:47:08.725Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b5d198ff3c74144145a9" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پرس", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b5a098ff3c7414414592" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T07:03:45.092Z" - }, - "updated_at": { - "$date": "2023-11-20T15:46:58.473Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b61198ff3c74144145b3" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایروپرس", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b5a098ff3c7414414592" - }, - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T07:04:49.279Z" - }, - "updated_at": { - "$date": "2023-11-20T15:46:39.986Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b62998ff3c74144145bd" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کمکس", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b5a098ff3c7414414592" - }, - "index": 4, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T07:05:13.298Z" - }, - "updated_at": { - "$date": "2023-11-20T15:45:58.052Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b65f98ff3c74144145e0" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس لته", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b64598ff3c74144145ca" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T07:06:07.221Z" - }, - "updated_at": { - "$date": "2023-11-20T15:49:00.368Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b67f98ff3c74144145ec" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b64598ff3c74144145ca" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T07:06:39.040Z" - }, - "updated_at": { - "$date": "2023-11-20T15:50:05.042Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b6a098ff3c74144145f8" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": " ایس امریکانو", - "description": "350000 - 450000", - "short_description": "", - "category": { - "$oid": "6450b64598ff3c74144145ca" - }, - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T07:07:12.514Z" - }, - "updated_at": { - "$date": "2023-11-20T15:50:27.832Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b6b798ff3c7414414602" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b64598ff3c74144145ca" - }, - "index": 4, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T07:07:35.300Z" - }, - "updated_at": { - "$date": "2023-11-20T15:50:45.686Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b6d798ff3c741441460c" - }, - "price": 580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس هانی", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b64598ff3c74144145ca" - }, - "index": 5, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T07:08:07.060Z" - }, - "updated_at": { - "$date": "2023-11-20T15:51:19.901Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450b6f098ff3c7414414616" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوک اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b64598ff3c74144145ca" - }, - "index": 6, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T07:08:32.952Z" - }, - "updated_at": { - "$date": "2023-11-20T15:51:31.871Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d15b98ff3c74144147e7" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d14398ff3c74144147d7" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:01:15.197Z" - }, - "updated_at": { - "$date": "2023-05-02T09:01:15.197Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d53b98ff3c7414414838" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای طعم دار", - "description": "هل،دارچین،زنجیل", - "short_description": "", - "category": { - "$oid": "6450d14398ff3c74144147d7" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:17:47.031Z" - }, - "updated_at": { - "$date": "2023-05-25T15:07:38.195Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d55398ff3c7414414842" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای زعفران", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d14398ff3c74144147d7" - }, - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:18:11.720Z" - }, - "updated_at": { - "$date": "2023-05-02T09:18:11.720Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d56c98ff3c741441484f" - }, - "price": 330000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d14398ff3c74144147d7" - }, - "index": 4, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:18:36.309Z" - }, - "updated_at": { - "$date": "2023-11-20T15:53:29.459Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d58198ff3c7414414859" - }, - "price": 330000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ترش", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d14398ff3c74144147d7" - }, - "index": 5, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:18:57.251Z" - }, - "updated_at": { - "$date": "2023-11-20T15:53:17.562Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d59698ff3c7414414863" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش به لیمو بهار نارنج", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d14398ff3c74144147d7" - }, - "index": 6, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:19:18.475Z" - }, - "updated_at": { - "$date": "2023-11-20T15:53:03.657Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d5a698ff3c741441486d" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": " دمنوش گارد", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d14398ff3c74144147d7" - }, - "index": 7, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:19:34.440Z" - }, - "updated_at": { - "$date": "2023-11-20T15:52:47.445Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d5b998ff3c7414414877" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش گل گاوزبان", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d14398ff3c74144147d7" - }, - "index": 8, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:19:53.989Z" - }, - "updated_at": { - "$date": "2023-05-02T09:19:53.989Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d5cb98ff3c7414414881" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش ارامش", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d14398ff3c74144147d7" - }, - "index": 9, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:20:11.980Z" - }, - "updated_at": { - "$date": "2023-11-20T15:52:27.340Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d5e398ff3c741441488b" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش سپنچ", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d14398ff3c74144147d7" - }, - "index": 10, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:20:35.350Z" - }, - "updated_at": { - "$date": "2023-11-20T15:51:59.091Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d61e98ff3c74144148a6" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک شکلاتی", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d60f98ff3c7414414899" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:21:34.602Z" - }, - "updated_at": { - "$date": "2023-05-02T09:21:34.602Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d62c98ff3c74144148b0" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک هویج", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d60f98ff3c7414414899" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:21:48.367Z" - }, - "updated_at": { - "$date": "2023-05-02T09:21:48.367Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d63c98ff3c74144148bd" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک روز", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d60f98ff3c7414414899" - }, - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:22:04.072Z" - }, - "updated_at": { - "$date": "2023-05-02T09:22:04.072Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d6a898ff3c74144148d9" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک کلاسیک", - "description": "وانیل - شکلات", - "short_description": "", - "category": { - "$oid": "6450d68d98ff3c74144148ca" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:23:52.589Z" - }, - "updated_at": { - "$date": "2023-11-20T15:55:07.301Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d6ca98ff3c7414414903" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d68d98ff3c74144148ca" - }, - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:24:26.133Z" - }, - "updated_at": { - "$date": "2023-05-25T15:11:40.719Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d71298ff3c7414414915" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک اورئو", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d68d98ff3c74144148ca" - }, - "index": 5, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:25:38.161Z" - }, - "updated_at": { - "$date": "2023-11-20T15:54:46.239Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d71f98ff3c7414414922" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d68d98ff3c74144148ca" - }, - "index": 6, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:25:51.603Z" - }, - "updated_at": { - "$date": "2023-11-20T15:54:35.025Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d72f98ff3c741441492f" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک بادام زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d68d98ff3c74144148ca" - }, - "index": 7, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:26:07.676Z" - }, - "updated_at": { - "$date": "2023-11-20T15:54:22.570Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d75398ff3c7414414939" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک کیت کت", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d68d98ff3c74144148ca" - }, - "index": 8, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:26:43.404Z" - }, - "updated_at": { - "$date": "2023-11-20T15:54:11.432Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d78c98ff3c7414414952" - }, - "price": 980000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک سپنج", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d68d98ff3c74144148ca" - }, - "index": 9, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:27:40.502Z" - }, - "updated_at": { - "$date": "2023-11-20T15:54:00.995Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d7d398ff3c7414414972" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d7be98ff3c7414414965" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:28:51.865Z" - }, - "updated_at": { - "$date": "2023-05-25T15:05:09.817Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d9ce98ff3c74144149a7" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جینجر لیموناد", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d7be98ff3c7414414965" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:37:18.222Z" - }, - "updated_at": { - "$date": "2023-05-25T15:05:20.530Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d9db98ff3c74144149b1" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بلک اسکای", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d7be98ff3c7414414965" - }, - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:37:31.611Z" - }, - "updated_at": { - "$date": "2023-05-25T15:05:32.350Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450d9f298ff3c74144149c5" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیندرلا", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d7be98ff3c7414414965" - }, - "index": 4, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:37:54.209Z" - }, - "updated_at": { - "$date": "2023-05-25T15:05:49.254Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450da0198ff3c74144149cf" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گرین پاور", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d7be98ff3c7414414965" - }, - "index": 5, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:38:09.244Z" - }, - "updated_at": { - "$date": "2023-05-25T15:06:07.560Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450da1398ff3c74144149d9" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایلد بری", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d7be98ff3c7414414965" - }, - "index": 10, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:38:27.569Z" - }, - "updated_at": { - "$date": "2023-05-25T15:06:25.300Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6450da2398ff3c74144149e3" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رد سامر", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d7be98ff3c7414414965" - }, - "index": 16, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-02T09:38:43.206Z" - }, - "updated_at": { - "$date": "2023-05-25T15:06:37.429Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "645161cd98ff3c7414415ce9" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ربوستا", - "description": "30٪ عربیکا، 70٪ ربوستا", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 1, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-02T19:17:33.814Z" - }, - "updated_at": { - "$date": "2025-01-12T19:09:24.669Z" - }, - "__v": 0, - "image": "food_1695805575659.png" -}, -{ - "_id": { - "$oid": "6452117d98ff3c74144160d8" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو عربیکا ", - "description": "100٪ عربیکا", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 2, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:47:09.746Z" - }, - "updated_at": { - "$date": "2025-01-12T19:09:48.397Z" - }, - "__v": 0, - "image": "food_1695805517940.png" -}, -{ - "_id": { - "$oid": "645211f698ff3c74144160e5" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو گرم", - "description": "اسپرسو، آبجوش", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 3, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:49:10.135Z" - }, - "updated_at": { - "$date": "2025-01-12T19:10:05.100Z" - }, - "__v": 0, - "image": "food_1695288603043.png" -}, -{ - "_id": { - "$oid": "6452124b98ff3c74144160ef" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو گرم", - "description": "اسپرسو، شیر، کارامل", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 9, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:50:35.705Z" - }, - "updated_at": { - "$date": "2025-01-12T19:40:32.107Z" - }, - "__v": 0, - "image": "food_1695287233293.png" -}, -{ - "_id": { - "$oid": "6452127298ff3c74144160f9" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا گرم", - "description": "اسپرسو، شکلات، شیر", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 5, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:51:14.185Z" - }, - "updated_at": { - "$date": "2025-01-12T19:10:49.194Z" - }, - "__v": 0, - "image": "food_1695287143843.png" -}, -{ - "_id": { - "$oid": "6452129f98ff3c7414416103" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت ", - "description": "شیر، شکلات ", - "short_description": "", - "category": { - "$oid": "6783ffa2a4463c0057e4a32b" - }, - "index": 1, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:51:59.811Z" - }, - "updated_at": { - "$date": "2025-01-12T19:11:21.655Z" - }, - "__v": 0, - "image": "food_1695287057123.png" -}, -{ - "_id": { - "$oid": "645212e398ff3c741441610d" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر گرم", - "description": "شیر گرم آرامش‌ بخش و هضم آسان برای سلامت گوارش نیز مفید است. و همچنین حاوی تریپتوفان است که منجر به خوابی راحت می‌شود.", - "short_description": "", - "category": { - "$oid": "6783ffa2a4463c0057e4a32b" - }, - "index": 2, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:53:07.512Z" - }, - "updated_at": { - "$date": "2025-01-12T19:12:07.162Z" - }, - "__v": 0, - "image": "food_1695286705042.png" -}, -{ - "_id": { - "$oid": "6452130d98ff3c7414416117" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر زردچوبه ", - "description": "شیر، زردچوبه، عسل", - "short_description": "", - "category": { - "$oid": "6783ffa2a4463c0057e4a32b" - }, - "index": 3, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:53:49.203Z" - }, - "updated_at": { - "$date": "2025-01-12T19:14:16.498Z" - }, - "__v": 0, - "image": "food_1695286602239.png" -}, -{ - "_id": { - "$oid": "6452134798ff3c7414416121" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا گرم", - "description": "زنجبیل، دارچین، جوز هندی، چای سیاه، شیر", - "short_description": "", - "category": { - "$oid": "6783ffd1a4463c0057e4a346" - }, - "index": 1, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:54:47.274Z" - }, - "updated_at": { - "$date": "2025-01-12T19:13:24.209Z" - }, - "__v": 0, - "image": "food_1695286309005.png" -}, -{ - "_id": { - "$oid": "6452138c98ff3c7414416131" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه", - "description": "آرامش معده ،بهبود عملکرد قلب و عروق، ضد سرطان، بهبود عملکرد کبد", - "short_description": "", - "category": { - "$oid": "6783ffd1a4463c0057e4a346" - }, - "index": 2, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:55:56.935Z" - }, - "updated_at": { - "$date": "2025-01-12T19:14:40.708Z" - }, - "__v": 0, - "image": "food_1733426880348.png" -}, -{ - "_id": { - "$oid": "645213b498ff3c741441613b" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز", - "description": "چای سبز سرشار از پلی فنول بوده که دارای خواص ضد التهابی است. که می‌تواند پوست تحریک شده شما را آرام کند. قرمزی ناشی از تحریک را کاهش دهد و همچنین تورم پوست شما را کم کند. ", - "short_description": "", - "category": { - "$oid": "6783ffd1a4463c0057e4a346" - }, - "index": 3, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:56:36.409Z" - }, - "updated_at": { - "$date": "2025-01-12T19:13:56.988Z" - }, - "__v": 0, - "image": "food_1695285898103.png" -}, -{ - "_id": { - "$oid": "645213d598ff3c7414416145" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای آویشن", - "description": "استفاده دمنوش آویشن شیرازی باعث رقیق شدن خون می‌شود و بخشی از عفونت‌های ریه را از بین می‌برد. دمکرده آویشن همچنین ضد درد مفاصل، ضد سکسکه و ضد نفخ شکم است.", - "short_description": "", - "category": { - "$oid": "6783ffd1a4463c0057e4a346" - }, - "index": 4, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:57:09.088Z" - }, - "updated_at": { - "$date": "2025-01-12T19:14:58.714Z" - }, - "__v": 0, - "image": "food_1695285962920.png" -}, -{ - "_id": { - "$oid": "645213f698ff3c741441614f" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای گل گاوزبان", - "description": "این گیاه، ضدالتهاب، ضدمیکروب، ضد درد و حاوی ترکیبات آنتی‌اکسیدان است و به‌طور ویژه برای درمان و بهبود سرماخوردگی و به‌عنوان یک داروی ضداضطراب و آرام‌بخش مصرف میگردد.", - "short_description": "", - "category": { - "$oid": "6783ffd1a4463c0057e4a346" - }, - "index": 5, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:57:42.754Z" - }, - "updated_at": { - "$date": "2025-01-12T19:13:43.670Z" - }, - "__v": 0, - "image": "food_1695286023471.png" -}, -{ - "_id": { - "$oid": "6452141698ff3c7414416162" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ترش ", - "description": "این گیاه دارای آنتی اکسیدان‌های ضد چربی خون و ضد سرطان و کاهش فشارخون و همچنین برای درمان سرفه، گلودرد و آنتی باکتریال مصرف می‌شود.", - "short_description": "", - "category": { - "$oid": "6783ffd1a4463c0057e4a346" - }, - "index": 6, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:58:14.806Z" - }, - "updated_at": { - "$date": "2025-01-12T19:11:47.299Z" - }, - "__v": 0, - "image": "food_1695286204867.png" -}, -{ - "_id": { - "$oid": "6452144998ff3c741441616c" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو سرد", - "description": "اسپرسو، یخ", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 8, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:59:05.725Z" - }, - "updated_at": { - "$date": "2025-01-12T19:40:51.806Z" - }, - "__v": 0, - "image": "food_1695285667290.png" -}, -{ - "_id": { - "$oid": "6452147898ff3c7414416176" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو سرد ", - "description": "اسپرسو، شیر فوم دار", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 16, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T07:59:52.218Z" - }, - "updated_at": { - "$date": "2025-01-12T19:41:33.061Z" - }, - "__v": 0, - "image": "food_1695285589063.png" -}, -{ - "_id": { - "$oid": "645214a298ff3c7414416180" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس کارامل ماکیاتو ", - "description": "کارامل، اسپرسو، شیر، یخ ", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 3, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T08:00:34.190Z" - }, - "updated_at": { - "$date": "2025-01-12T19:08:20.886Z" - }, - "__v": 0, - "image": "food_1695285486443.png" -}, -{ - "_id": { - "$oid": "645214c398ff3c741441618a" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا سرد ", - "description": "اسپرسو، شیر، شکلات، یخ", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 4, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T08:01:07.494Z" - }, - "updated_at": { - "$date": "2025-01-12T19:07:27.761Z" - }, - "__v": 0, - "image": "food_1695285373905.png" -}, -{ - "_id": { - "$oid": "645214f398ff3c7414416194" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس چاکلت ", - "description": "شکلات، شیر، یخ ", - "short_description": "", - "category": { - "$oid": "6783ffa2a4463c0057e4a32b" - }, - "index": 5, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T08:01:55.131Z" - }, - "updated_at": { - "$date": "2025-01-12T19:07:43.107Z" - }, - "__v": 0, - "image": "food_1695285086684.png" -}, -{ - "_id": { - "$oid": "6452157598ff3c74144161ae" - }, - "price": 120000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیروپ اضافه ", - "description": "انتخاب دلخواه", - "short_description": "", - "category": { - "$oid": "6452153398ff3c74144161a1" - }, - "index": 1, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T08:04:05.268Z" - }, - "updated_at": { - "$date": "2024-12-05T14:15:20.954Z" - }, - "__v": 0, - "image": "food_1733343050554.png" -}, -{ - "_id": { - "$oid": "645215f098ff3c74144161cc" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک هویج و گردو روز ", - "description": "یک اسلایس کیک هویج و گردو روز ", - "short_description": "", - "category": { - "$oid": "645215c898ff3c74144161bc" - }, - "index": 1, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-05-03T08:06:08.625Z" - }, - "updated_at": { - "$date": "2024-12-06T15:00:26.032Z" - }, - "__v": 0, - "image": "food_1733345313635.png" -}, -{ - "_id": { - "$oid": "64563c9898ff3c741441b5db" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ماکیاتو", - "description": "اسپرسو و فوم شیر", - "short_description": "", - "category": { - "$oid": "639887a782d7fc8d726a7b2d" - }, - "index": 2, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683373207313.png", - "created_at": { - "$date": "2023-05-06T11:40:08.644Z" - }, - "updated_at": { - "$date": "2023-08-21T16:43:09.326Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64563eea98ff3c741441b6b0" - }, - "price": 610000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا", - "description": "اسپرسو و شیر و شکلات گرم", - "short_description": "", - "category": { - "$oid": "639887a782d7fc8d726a7b2d" - }, - "index": 6, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683373800924.png", - "created_at": { - "$date": "2023-05-06T11:50:02.734Z" - }, - "updated_at": { - "$date": "2023-10-04T16:47:55.291Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64563fb798ff3c741441b704" - }, - "price": 660000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفوگاتو + گرانولا", - "description": "شات اسپرسو و اسکوپ بستنی و گرانول", - "short_description": "", - "category": { - "$oid": "639887a782d7fc8d726a7b2d" - }, - "index": 8, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696438010688.png", - "created_at": { - "$date": "2023-05-06T11:53:27.803Z" - }, - "updated_at": { - "$date": "2023-10-04T16:47:07.459Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6456428e98ff3c741441b79b" - }, - "price": 520000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فرنچ پرس", - "description": "", - "short_description": "", - "category": { - "$oid": "63cc0eea701ec3ea99722f38" - }, - "index": 6, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683374733936.png", - "created_at": { - "$date": "2023-05-06T12:05:34.911Z" - }, - "updated_at": { - "$date": "2023-06-10T18:47:02.974Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6456494298ff3c741441b904" - }, - "price": 780000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراپه لاوندر", - "description": "قهوه تادی و عصاره اسطوخودوس و شیر و بستنی", - "short_description": "", - "category": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "index": 16, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683376449033.png", - "created_at": { - "$date": "2023-05-06T12:34:10.696Z" - }, - "updated_at": { - "$date": "2023-10-04T19:35:57.662Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64564b0598ff3c741441b917" - }, - "price": 830000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراپه افرا ", - "description": "قهوه تادی و شیره درخت افرا و شیر و بستنی", - "short_description": "", - "category": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "index": 15, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683376900135.png", - "created_at": { - "$date": "2023-05-06T12:41:41.737Z" - }, - "updated_at": { - "$date": "2023-10-04T19:34:48.361Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6456532b98ff3c741441ba7d" - }, - "price": 670000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو ", - "description": "", - "short_description": "", - "category": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "index": 12, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683378984433.png", - "created_at": { - "$date": "2023-05-06T13:16:27.331Z" - }, - "updated_at": { - "$date": "2023-08-21T17:02:42.710Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6456539698ff3c741441ba87" - }, - "price": 710000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد اسپرسو ", - "description": "قهوه تادی و لیمو و سودا ", - "short_description": "", - "category": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "index": 5, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683379091941.png", - "created_at": { - "$date": "2023-05-06T13:18:14.469Z" - }, - "updated_at": { - "$date": "2023-10-04T18:10:54.847Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6456a2dd98ff3c741441c70e" - }, - "price": 340000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای و نبات", - "description": "", - "short_description": "", - "category": { - "$oid": "6456a24198ff3c741441c6ef" - }, - "index": 1, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683399387668.png", - "created_at": { - "$date": "2023-05-06T18:56:29.290Z" - }, - "updated_at": { - "$date": "2023-06-10T18:31:03.374Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6456a36598ff3c741441c721" - }, - "price": 470000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گل گاوزبان", - "description": "", - "short_description": "", - "category": { - "$oid": "6456a24198ff3c741441c6ef" - }, - "index": 2, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683399523608.png", - "created_at": { - "$date": "2023-05-06T18:58:45.521Z" - }, - "updated_at": { - "$date": "2023-06-10T18:30:23.397Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6456a3b098ff3c741441c736" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "به لیمو و آویشن", - "description": "", - "short_description": "", - "category": { - "$oid": "6456a24198ff3c741441c6ef" - }, - "index": 3, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683399598375.png", - "created_at": { - "$date": "2023-05-06T19:00:00.626Z" - }, - "updated_at": { - "$date": "2023-06-10T18:29:25.561Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6456a41f98ff3c741441c740" - }, - "price": 460000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش ترش و عسل", - "description": "", - "short_description": "", - "category": { - "$oid": "6456a24198ff3c741441c6ef" - }, - "index": 4, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1683399710195.png", - "created_at": { - "$date": "2023-05-06T19:01:51.779Z" - }, - "updated_at": { - "$date": "2023-06-10T18:29:04.028Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646603dc98ff3c741442d701" - }, - "price": 420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو 50٪", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:54:20.828Z" - }, - "updated_at": { - "$date": "2023-05-19T16:19:53.295Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6466040b98ff3c741442d730" - }, - "price": 460000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو 100٪", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:55:07.304Z" - }, - "updated_at": { - "$date": "2023-05-19T16:20:25.776Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6466045b98ff3c741442d75f" - }, - "price": 440000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "امریکانو 50٪", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-18T10:56:27.135Z" - }, - "updated_at": { - "$date": "2023-05-19T16:20:51.832Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64679a5198ff3c741442f63b" - }, - "price": 480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "امریکانو 100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T15:48:33.068Z" - }, - "updated_at": { - "$date": "2023-05-19T16:21:10.186Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64679a8b98ff3c741442f645" - }, - "price": 440000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کن هیلو 50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T15:49:31.014Z" - }, - "updated_at": { - "$date": "2023-05-19T17:33:00.091Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64679b2498ff3c741442f64f" - }, - "price": 480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کن هیلو %100", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 6, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T15:52:04.848Z" - }, - "updated_at": { - "$date": "2023-05-19T16:21:47.303Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64679cd498ff3c741442f6b1" - }, - "price": 510000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فلت وایت 50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 29, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T15:59:16.255Z" - }, - "updated_at": { - "$date": "2023-05-19T17:24:48.145Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467a28f98ff3c741442f8cb" - }, - "price": 530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فلت وایت 100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 30, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T16:23:43.709Z" - }, - "updated_at": { - "$date": "2023-05-19T17:30:07.153Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467a5ef98ff3c741442fa0e" - }, - "price": 440000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رومانو50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 9, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T16:38:07.064Z" - }, - "updated_at": { - "$date": "2023-05-19T17:02:14.830Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467a62798ff3c741442fa39" - }, - "price": 480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رومانو100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 10, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T16:39:03.734Z" - }, - "updated_at": { - "$date": "2023-05-19T16:39:03.734Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ac4198ff3c741442fbb8" - }, - "price": 460000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کورتادو50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 11, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:05:05.632Z" - }, - "updated_at": { - "$date": "2023-05-19T17:05:05.632Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ac6798ff3c741442fbc2" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کورتادو 100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 12, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:05:43.800Z" - }, - "updated_at": { - "$date": "2023-05-19T17:05:43.800Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ac9098ff3c741442fbcf" - }, - "price": 490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته ماکیاتو50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 13, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:06:24.576Z" - }, - "updated_at": { - "$date": "2023-05-19T17:06:24.576Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467acb198ff3c741442fbde" - }, - "price": 530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته ماکیاتو100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 14, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:06:57.522Z" - }, - "updated_at": { - "$date": "2023-05-19T17:06:57.522Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467acf398ff3c741442fbfd" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکاتلا 50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 15, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:08:03.076Z" - }, - "updated_at": { - "$date": "2023-05-19T17:08:03.076Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ad3798ff3c741442fc24" - }, - "price": 610000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکاتلا100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 16, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:09:11.604Z" - }, - "updated_at": { - "$date": "2023-05-19T17:09:11.604Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ad6a98ff3c741442fc43" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیچیرین50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 17, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:10:02.039Z" - }, - "updated_at": { - "$date": "2023-05-19T17:10:02.039Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ada098ff3c741442fc50" - }, - "price": 590000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیچیرین100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 18, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:10:56.107Z" - }, - "updated_at": { - "$date": "2023-05-19T17:10:56.107Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ae5298ff3c741442fc87" - }, - "price": 560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته سفرون50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 19, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:13:54.150Z" - }, - "updated_at": { - "$date": "2023-05-19T17:33:48.024Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ae7598ff3c741442fca0" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته سفرون100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 20, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:14:29.229Z" - }, - "updated_at": { - "$date": "2023-05-19T17:14:29.229Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467aeb298ff3c741442fcc8" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سینامون لاته50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 21, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:15:30.159Z" - }, - "updated_at": { - "$date": "2023-05-19T17:15:30.159Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467aed798ff3c741442fcd8" - }, - "price": 590000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سینامون لاته100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 22, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:16:07.386Z" - }, - "updated_at": { - "$date": "2023-05-19T17:16:07.386Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467af4c98ff3c741442fd00" - }, - "price": 530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 23, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:18:04.903Z" - }, - "updated_at": { - "$date": "2023-05-19T17:18:04.903Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467af6798ff3c741442fd13" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 24, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:18:31.718Z" - }, - "updated_at": { - "$date": "2023-05-19T17:18:31.718Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467af9098ff3c741442fd20" - }, - "price": 530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته 50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 25, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:19:12.357Z" - }, - "updated_at": { - "$date": "2023-05-19T17:19:12.357Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467afe698ff3c741442fd33" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته 100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 26, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:20:38.267Z" - }, - "updated_at": { - "$date": "2023-05-19T17:20:38.267Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467b00198ff3c741442fd43" - }, - "price": 560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا 50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 27, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:21:05.499Z" - }, - "updated_at": { - "$date": "2023-05-19T17:21:05.499Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467b04198ff3c741442fd59" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6465fff598ff3c741442d594" - }, - "index": 28, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:22:09.384Z" - }, - "updated_at": { - "$date": "2023-05-19T17:22:09.384Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467b48c98ff3c741442ff1c" - }, - "price": 580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اورجینال آفوگاتو50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6466024198ff3c741442d5fb" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:40:28.138Z" - }, - "updated_at": { - "$date": "2023-05-19T17:43:35.374Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467b53998ff3c741442ffaf" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اورجینال آفوگاتو100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6466024198ff3c741442d5fb" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:43:21.950Z" - }, - "updated_at": { - "$date": "2023-05-19T17:43:21.950Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467b5a298ff3c741442ffe8" - }, - "price": 610000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سفرون آفوگاتو50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6466024198ff3c741442d5fb" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:45:06.538Z" - }, - "updated_at": { - "$date": "2023-05-19T17:45:06.538Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467b5c498ff3c741442fffb" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سفرون آفوگاتو100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6466024198ff3c741442d5fb" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:45:40.206Z" - }, - "updated_at": { - "$date": "2023-05-19T17:45:40.206Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467b5fc98ff3c741443000b" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیسد امریکانو50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6466024198ff3c741442d5fb" - }, - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:46:36.654Z" - }, - "updated_at": { - "$date": "2023-05-19T17:46:36.654Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467b61798ff3c7414430024" - }, - "price": 490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیسد امریکانو100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6466024198ff3c741442d5fb" - }, - "index": 6, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:47:03.032Z" - }, - "updated_at": { - "$date": "2023-05-19T17:47:03.032Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467b65398ff3c7414430058" - }, - "price": 560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیسد لاته 50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6466024198ff3c741442d5fb" - }, - "index": 7, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:48:03.734Z" - }, - "updated_at": { - "$date": "2023-05-19T17:48:03.734Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467b66c98ff3c7414430074" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیسد لاته 100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6466024198ff3c741442d5fb" - }, - "index": 8, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:48:28.817Z" - }, - "updated_at": { - "$date": "2023-05-19T17:48:28.817Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467b68e98ff3c7414430084" - }, - "price": 640000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیسد موکا 50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6466024198ff3c741442d5fb" - }, - "index": 9, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:49:02.930Z" - }, - "updated_at": { - "$date": "2023-05-19T17:49:02.930Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467b6b098ff3c74144300b2" - }, - "price": 680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیسدموکا100 %", - "description": "", - "short_description": "", - "category": { - "$oid": "6466024198ff3c741442d5fb" - }, - "index": 10, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T17:49:36.742Z" - }, - "updated_at": { - "$date": "2023-05-19T17:49:36.742Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467bc6798ff3c7414430359" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراپاچینو 50%", - "description": "", - "short_description": "", - "category": { - "$oid": "6466024198ff3c741442d5fb" - }, - "index": 11, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:13:59.166Z" - }, - "updated_at": { - "$date": "2023-05-19T18:13:59.166Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467bc8298ff3c7414430375" - }, - "price": 640000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراپاچینو 100%", - "description": "", - "short_description": "", - "category": { - "$oid": "6466024198ff3c741442d5fb" - }, - "index": 12, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:14:26.785Z" - }, - "updated_at": { - "$date": "2023-05-19T18:14:26.785Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467bcb398ff3c7414430391" - }, - "price": 520000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت ویژه", - "description": "", - "short_description": "", - "category": { - "$oid": "6466025c98ff3c741442d607" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:15:15.053Z" - }, - "updated_at": { - "$date": "2023-05-19T18:15:15.053Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467bcd498ff3c74144303ab" - }, - "price": 460000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت کلاسیک", - "description": "", - "short_description": "", - "category": { - "$oid": "6466025c98ff3c741442d607" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:15:48.850Z" - }, - "updated_at": { - "$date": "2023-05-19T18:15:48.850Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467bd0f98ff3c74144303be" - }, - "price": 620000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مارشمالو چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6466025c98ff3c741442d607" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:16:47.830Z" - }, - "updated_at": { - "$date": "2023-05-26T15:52:25.389Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467bd2d98ff3c74144303e0" - }, - "price": 520000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6466025c98ff3c741442d607" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:17:17.095Z" - }, - "updated_at": { - "$date": "2023-05-19T18:17:17.095Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467bd4e98ff3c74144303f9" - }, - "price": 510000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دارک چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6466025c98ff3c741442d607" - }, - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:17:50.084Z" - }, - "updated_at": { - "$date": "2023-05-19T18:17:50.084Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467bdcc98ff3c7414430427" - }, - "price": 540000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات فندقی", - "description": "", - "short_description": "", - "category": { - "$oid": "6466025c98ff3c741442d607" - }, - "index": 6, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:19:56.439Z" - }, - "updated_at": { - "$date": "2023-05-21T15:36:59.835Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467bdee98ff3c741443043f" - }, - "price": 540000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "افترایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6466025c98ff3c741442d607" - }, - "index": 7, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:20:30.679Z" - }, - "updated_at": { - "$date": "2023-05-19T18:20:30.679Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467be1398ff3c7414430461" - }, - "price": 660000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "ماچا لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "6466025c98ff3c741442d607" - }, - "index": 8, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:21:07.100Z" - }, - "updated_at": { - "$date": "2023-05-28T14:53:17.033Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467be2d98ff3c741443046e" - }, - "price": 480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466025c98ff3c741442d607" - }, - "index": 9, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:21:33.485Z" - }, - "updated_at": { - "$date": "2023-05-19T18:21:33.485Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467be4c98ff3c7414430478" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا رژیمی", - "description": "", - "short_description": "", - "category": { - "$oid": "6466025c98ff3c741442d607" - }, - "index": 10, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:22:04.272Z" - }, - "updated_at": { - "$date": "2023-05-19T18:22:04.272Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467be6598ff3c7414430482" - }, - "price": 560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6466025c98ff3c741442d607" - }, - "index": 11, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:22:29.268Z" - }, - "updated_at": { - "$date": "2023-05-19T18:22:29.268Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467be9198ff3c7414430495" - }, - "price": 540000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ترک کلاسیک", - "description": "", - "short_description": "", - "category": { - "$oid": "6466026898ff3c741442d613" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:23:13.718Z" - }, - "updated_at": { - "$date": "2023-05-19T18:23:13.718Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467bebb98ff3c74144304a5" - }, - "price": 580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ترکیش وایت کافی", - "description": "", - "short_description": "", - "category": { - "$oid": "6466026898ff3c741442d613" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:23:55.014Z" - }, - "updated_at": { - "$date": "2023-05-19T18:26:01.245Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467bf1d98ff3c74144304af" - }, - "price": 590000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ترکیش وایت هل و دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "6466026898ff3c741442d613" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:25:33.319Z" - }, - "updated_at": { - "$date": "2023-05-19T18:26:43.568Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467bfa398ff3c74144304f2" - }, - "price": 690000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ترکیش وایت زعفرانی", - "description": "", - "short_description": "", - "category": { - "$oid": "6466026898ff3c741442d613" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:27:47.512Z" - }, - "updated_at": { - "$date": "2023-05-19T18:27:47.512Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467bfdb98ff3c74144304ff" - }, - "price": 820000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "6466027798ff3c741442d61f" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:28:43.723Z" - }, - "updated_at": { - "$date": "2023-05-19T18:28:43.723Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c02898ff3c741443050f" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موز شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "6466027798ff3c741442d61f" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:30:00.876Z" - }, - "updated_at": { - "$date": "2023-05-19T18:30:00.876Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c04698ff3c7414430519" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کره بادام زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "6466027798ff3c741442d61f" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:30:30.362Z" - }, - "updated_at": { - "$date": "2023-05-19T18:38:33.768Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c06698ff3c7414430523" - }, - "price": 780000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "شکلات فندق", - "description": "", - "short_description": "", - "category": { - "$oid": "6466027798ff3c741442d61f" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:31:02.548Z" - }, - "updated_at": { - "$date": "2023-05-28T14:54:04.294Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c0bd98ff3c7414430536" - }, - "price": 860000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پسته زعفران ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466027798ff3c741442d61f" - }, - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:32:29.332Z" - }, - "updated_at": { - "$date": "2023-05-19T18:32:43.961Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c0ee98ff3c7414430550" - }, - "price": 840000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیت کت", - "description": "", - "short_description": "", - "category": { - "$oid": "6466027798ff3c741442d61f" - }, - "index": 6, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:33:18.347Z" - }, - "updated_at": { - "$date": "2023-05-19T18:33:18.347Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c21a98ff3c741443058a" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اورئو", - "description": "", - "short_description": "", - "category": { - "$oid": "6466027798ff3c741442d61f" - }, - "index": 7, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:38:18.151Z" - }, - "updated_at": { - "$date": "2023-05-19T18:38:18.151Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c25b98ff3c74144305b4" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "لوتوس", - "description": "", - "short_description": "", - "category": { - "$oid": "6466027798ff3c741442d61f" - }, - "index": 8, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:39:23.411Z" - }, - "updated_at": { - "$date": "2023-05-28T14:53:46.211Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c27598ff3c74144305c7" - }, - "price": 820000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "6466027798ff3c741442d61f" - }, - "index": 9, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:39:49.242Z" - }, - "updated_at": { - "$date": "2023-05-19T18:39:49.242Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c2b298ff3c74144305dd" - }, - "price": 860000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ویژه (کره بادام زمینی_نوتلا)", - "description": "", - "short_description": "", - "category": { - "$oid": "6466027798ff3c741442d61f" - }, - "index": 10, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:40:50.226Z" - }, - "updated_at": { - "$date": "2023-05-19T18:40:50.226Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c2fc98ff3c74144305e7" - }, - "price": 490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک ردولوت", - "description": "", - "short_description": "", - "category": { - "$oid": "6466028998ff3c741442d628" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:42:04.146Z" - }, - "updated_at": { - "$date": "2023-05-19T18:42:04.146Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c31898ff3c74144305f4" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک موز گردو ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466028998ff3c741442d628" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:42:32.615Z" - }, - "updated_at": { - "$date": "2023-05-19T18:42:32.615Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c34998ff3c7414430601" - }, - "price": 480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک شکلات خامه ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466028998ff3c741442d628" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:43:21.912Z" - }, - "updated_at": { - "$date": "2023-05-19T18:43:21.912Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c37e98ff3c741443060f" - }, - "price": 480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک هویج گردو", - "description": "", - "short_description": "", - "category": { - "$oid": "6466028998ff3c741442d628" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:44:14.382Z" - }, - "updated_at": { - "$date": "2023-05-19T18:44:14.382Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c39998ff3c7414430619" - }, - "price": 490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک تیرامیسو", - "description": "", - "short_description": "", - "category": { - "$oid": "6466028998ff3c741442d628" - }, - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:44:41.730Z" - }, - "updated_at": { - "$date": "2023-05-19T18:44:41.730Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c3ed98ff3c7414430623" - }, - "price": 520000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاریس برست", - "description": "", - "short_description": "", - "category": { - "$oid": "6466028998ff3c741442d628" - }, - "index": 6, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:46:05.213Z" - }, - "updated_at": { - "$date": "2023-05-19T18:46:05.213Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c41598ff3c7414430630" - }, - "price": 60000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466028998ff3c741442d628" - }, - "index": 7, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:46:45.003Z" - }, - "updated_at": { - "$date": "2023-05-19T18:46:45.003Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c48698ff3c7414430652" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "646602b598ff3c741442d63d" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:48:38.118Z" - }, - "updated_at": { - "$date": "2023-05-19T18:48:38.118Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c4ec98ff3c7414430677" - }, - "price": 580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "های کافئین", - "description": "", - "short_description": "", - "category": { - "$oid": "646602b598ff3c741442d63d" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:50:20.549Z" - }, - "updated_at": { - "$date": "2023-05-19T18:50:20.549Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c54198ff3c7414430692" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو+انرژی زا", - "description": "", - "short_description": "", - "category": { - "$oid": "646602b598ff3c741442d63d" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:51:45.922Z" - }, - "updated_at": { - "$date": "2023-05-19T18:51:45.922Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c56e98ff3c741443069f" - }, - "price": 660000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکا کلدبرو", - "description": "", - "short_description": "", - "category": { - "$oid": "646602b598ff3c741442d63d" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:52:30.001Z" - }, - "updated_at": { - "$date": "2023-05-19T18:52:30.001Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c59798ff3c74144306b2" - }, - "price": 640000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوک اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "646602b598ff3c741442d63d" - }, - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:53:11.818Z" - }, - "updated_at": { - "$date": "2023-05-19T18:53:11.818Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c60598ff3c74144306c6" - }, - "price": 680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "v 60", - "description": "", - "short_description": "", - "category": { - "$oid": "646602c298ff3c741442d64f" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:55:01.075Z" - }, - "updated_at": { - "$date": "2023-05-19T18:55:01.075Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c65b98ff3c74144306d3" - }, - "price": 680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایروپرس", - "description": "", - "short_description": "", - "category": { - "$oid": "646602c298ff3c741442d64f" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:56:27.605Z" - }, - "updated_at": { - "$date": "2023-05-19T18:56:27.605Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c6c398ff3c74144306e9" - }, - "price": 620000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کمکس تک کاپ", - "description": "", - "short_description": "", - "category": { - "$oid": "646602c298ff3c741442d64f" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:58:11.108Z" - }, - "updated_at": { - "$date": "2023-05-19T18:58:11.108Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c6e898ff3c74144306f3" - }, - "price": 780000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کمکس 3 کاپ", - "description": "", - "short_description": "", - "category": { - "$oid": "646602c298ff3c741442d64f" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:58:48.507Z" - }, - "updated_at": { - "$date": "2023-05-19T18:58:48.507Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c70498ff3c74144306fd" - }, - "price": 680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سایفون", - "description": "", - "short_description": "", - "category": { - "$oid": "646602c298ff3c741442d64f" - }, - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T18:59:16.236Z" - }, - "updated_at": { - "$date": "2023-05-19T18:59:16.236Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c73b98ff3c741443070a" - }, - "price": 320000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کمر باریک (شارژ رایگان)", - "description": "", - "short_description": "", - "category": { - "$oid": "646602d898ff3c741442d65b" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:00:11.035Z" - }, - "updated_at": { - "$date": "2023-05-19T19:00:11.035Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c76098ff3c7414430714" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هل و دارچین ", - "description": "", - "short_description": "", - "category": { - "$oid": "646602d898ff3c741442d65b" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:00:48.349Z" - }, - "updated_at": { - "$date": "2023-05-19T19:00:48.349Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c78798ff3c7414430724" - }, - "price": 330000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سبز و دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "646602d898ff3c741442d65b" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:01:27.704Z" - }, - "updated_at": { - "$date": "2023-05-19T19:01:27.704Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c7af98ff3c741443073a" - }, - "price": 360000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیمو عسل", - "description": "", - "short_description": "", - "category": { - "$oid": "646602d898ff3c741442d65b" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:02:07.306Z" - }, - "updated_at": { - "$date": "2023-05-19T19:02:25.272Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c7fc98ff3c7414430770" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "زعفران ", - "description": "", - "short_description": "", - "category": { - "$oid": "646602d898ff3c741442d65b" - }, - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:03:24.580Z" - }, - "updated_at": { - "$date": "2023-05-19T19:03:24.580Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c82598ff3c7414430780" - }, - "price": 340000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوهی و لوندر", - "description": "", - "short_description": "", - "category": { - "$oid": "646602d898ff3c741442d65b" - }, - "index": 6, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:04:05.977Z" - }, - "updated_at": { - "$date": "2023-05-19T19:04:05.977Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c84898ff3c741443078a" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ویژه", - "description": "", - "short_description": "", - "category": { - "$oid": "646602d898ff3c741442d65b" - }, - "index": 7, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:04:40.884Z" - }, - "updated_at": { - "$date": "2023-05-19T19:04:40.884Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c87298ff3c7414430797" - }, - "price": 460000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آرامبخش", - "description": "", - "short_description": "", - "category": { - "$oid": "646602eb98ff3c741442d667" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:05:22.223Z" - }, - "updated_at": { - "$date": "2023-05-19T19:05:22.223Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c89d98ff3c74144307aa" - }, - "price": 440000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گل گاو زبان", - "description": "", - "short_description": "", - "category": { - "$oid": "646602eb98ff3c741442d667" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:06:05.826Z" - }, - "updated_at": { - "$date": "2023-05-19T19:06:05.826Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c8be98ff3c74144307b7" - }, - "price": 440000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "به لیمو بهار نارنج", - "description": "", - "short_description": "", - "category": { - "$oid": "646602eb98ff3c741442d667" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:06:38.502Z" - }, - "updated_at": { - "$date": "2023-05-19T19:06:38.502Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c8e398ff3c74144307c1" - }, - "price": 480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پرتقال گل محمدی", - "description": "", - "short_description": "", - "category": { - "$oid": "646602eb98ff3c741442d667" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:07:15.951Z" - }, - "updated_at": { - "$date": "2023-05-19T19:07:15.951Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c8fc98ff3c74144307ce" - }, - "price": 460000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب وبه", - "description": "", - "short_description": "", - "category": { - "$oid": "646602eb98ff3c741442d667" - }, - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:07:40.909Z" - }, - "updated_at": { - "$date": "2023-05-19T19:07:40.909Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c91e98ff3c74144307d8" - }, - "price": 460000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب و وانیل", - "description": "", - "short_description": "", - "category": { - "$oid": "646602eb98ff3c741442d667" - }, - "index": 6, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:08:14.571Z" - }, - "updated_at": { - "$date": "2023-05-19T19:08:14.571Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c94398ff3c74144307e2" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوئین بری", - "description": "", - "short_description": "", - "category": { - "$oid": "646602eb98ff3c741442d667" - }, - "index": 7, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:08:51.618Z" - }, - "updated_at": { - "$date": "2023-05-19T19:08:51.618Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c95f98ff3c74144307ec" - }, - "price": 440000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آویشن", - "description": "", - "short_description": "", - "category": { - "$oid": "646602eb98ff3c741442d667" - }, - "index": 8, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:09:19.994Z" - }, - "updated_at": { - "$date": "2023-05-19T19:09:19.994Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467c9e498ff3c7414430803" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "ویژه اٌ ", - "description": "", - "short_description": "", - "category": { - "$oid": "646602eb98ff3c741442d667" - }, - "index": 9, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:11:32.215Z" - }, - "updated_at": { - "$date": "2023-05-28T14:56:24.500Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ca0f98ff3c7414430819" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جینجر لایم", - "description": "", - "short_description": "", - "category": { - "$oid": "646602fc98ff3c741442d670" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:12:15.212Z" - }, - "updated_at": { - "$date": "2023-05-19T19:12:15.212Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ca3698ff3c7414430826" - }, - "price": 560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "646602fc98ff3c741442d670" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:12:54.818Z" - }, - "updated_at": { - "$date": "2023-05-19T19:12:54.818Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ca5e98ff3c7414430833" - }, - "price": 640000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رد موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "646602fc98ff3c741442d670" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:13:34.354Z" - }, - "updated_at": { - "$date": "2023-05-19T19:13:34.354Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ca7798ff3c741443083d" - }, - "price": 540000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد", - "description": "", - "short_description": "", - "category": { - "$oid": "646602fc98ff3c741442d670" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:13:59.584Z" - }, - "updated_at": { - "$date": "2023-05-19T19:13:59.584Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ca9798ff3c7414430847" - }, - "price": 620000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خاکشیر بهار نارنج", - "description": "", - "short_description": "", - "category": { - "$oid": "646602fc98ff3c741442d670" - }, - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:14:32.000Z" - }, - "updated_at": { - "$date": "2023-05-19T19:14:32.000Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cac798ff3c7414430854" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "زعفران آلوئه ورا", - "description": "", - "short_description": "", - "category": { - "$oid": "646602fc98ff3c741442d670" - }, - "index": 6, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:15:19.513Z" - }, - "updated_at": { - "$date": "2023-05-19T19:15:19.513Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cae298ff3c741443085e" - }, - "price": 640000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیمو زعفران", - "description": "", - "short_description": "", - "category": { - "$oid": "646602fc98ff3c741442d670" - }, - "index": 7, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:15:46.482Z" - }, - "updated_at": { - "$date": "2023-05-19T19:15:46.482Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cafe98ff3c741443086e" - }, - "price": 560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بید مشک نسترن ", - "description": "", - "short_description": "", - "category": { - "$oid": "646602fc98ff3c741442d670" - }, - "index": 8, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:16:14.911Z" - }, - "updated_at": { - "$date": "2023-05-19T19:16:14.911Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cb1b98ff3c7414430878" - }, - "price": 660000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رز چینی", - "description": "", - "short_description": "", - "category": { - "$oid": "646602fc98ff3c741442d670" - }, - "index": 9, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:16:43.637Z" - }, - "updated_at": { - "$date": "2023-05-19T19:16:43.637Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cb3498ff3c741443088e" - }, - "price": 660000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اوشن ", - "description": "", - "short_description": "", - "category": { - "$oid": "646602fc98ff3c741442d670" - }, - "index": 10, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:17:08.493Z" - }, - "updated_at": { - "$date": "2023-05-19T19:17:08.493Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cb6a98ff3c741443089e" - }, - "price": 1280000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا چیکن آلفردو", - "description": "", - "short_description": "", - "category": { - "$oid": "6466031798ff3c741442d68b" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:18:02.376Z" - }, - "updated_at": { - "$date": "2023-05-19T19:18:02.376Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cb8d98ff3c74144308b1" - }, - "price": 960000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا گوجه و سبزیجات", - "description": "", - "short_description": "", - "category": { - "$oid": "6466031798ff3c741442d68b" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:18:37.912Z" - }, - "updated_at": { - "$date": "2023-05-19T19:18:37.912Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cbac98ff3c74144308cd" - }, - "price": 1320000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر کلاسیک", - "description": "", - "short_description": "", - "category": { - "$oid": "6466031798ff3c741442d68b" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:19:08.190Z" - }, - "updated_at": { - "$date": "2023-05-19T19:19:08.190Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cbc898ff3c74144308e3" - }, - "price": 1460000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "6466031798ff3c741442d68b" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:19:36.913Z" - }, - "updated_at": { - "$date": "2023-05-19T19:19:36.913Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cbe598ff3c74144308f0" - }, - "price": 1890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دابل چیز برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "6466031798ff3c741442d68b" - }, - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:20:05.544Z" - }, - "updated_at": { - "$date": "2023-05-19T19:20:05.544Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cc0798ff3c74144308fa" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چوریتسو برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "6466031798ff3c741442d68b" - }, - "index": 6, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:20:39.125Z" - }, - "updated_at": { - "$date": "2023-05-19T19:20:39.125Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cc4298ff3c741443090a" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر با سس قارچ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466031798ff3c741442d68b" - }, - "index": 7, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:21:38.014Z" - }, - "updated_at": { - "$date": "2023-05-19T19:21:38.014Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cc7598ff3c741443091a" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شنیسل چیکن ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466031798ff3c741442d68b" - }, - "index": 8, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:22:29.718Z" - }, - "updated_at": { - "$date": "2023-05-19T19:22:29.718Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cd5998ff3c7414430951" - }, - "price": 980000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تست فیله مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466032598ff3c741442d6a0" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:26:17.919Z" - }, - "updated_at": { - "$date": "2023-05-19T19:26:17.919Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cd7498ff3c741443095b" - }, - "price": 940000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تست مرغ سرد", - "description": "", - "short_description": "", - "category": { - "$oid": "6466032598ff3c741442d6a0" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:26:44.593Z" - }, - "updated_at": { - "$date": "2023-05-19T19:26:44.593Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cd9998ff3c741443096b" - }, - "price": 1380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار (گریل)", - "description": "", - "short_description": "", - "category": { - "$oid": "6466032598ff3c741442d6a0" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:27:21.291Z" - }, - "updated_at": { - "$date": "2023-05-27T17:50:53.409Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cdd898ff3c7414430981" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد اٌ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466032598ff3c741442d6a0" - }, - "index": 6, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:28:24.459Z" - }, - "updated_at": { - "$date": "2023-05-27T17:53:32.769Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ce0098ff3c741443098b" - }, - "price": 960000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کروسان ژامبون ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466032598ff3c741442d6a0" - }, - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:29:04.656Z" - }, - "updated_at": { - "$date": "2023-05-23T16:25:19.705Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ce1e98ff3c7414430998" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب کلاسیک ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466034998ff3c741442d6b8" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:29:34.502Z" - }, - "updated_at": { - "$date": "2023-05-19T19:29:34.502Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ce3b98ff3c74144309a2" - }, - "price": 880000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب سس قارچ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466034998ff3c741442d6b8" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:30:03.910Z" - }, - "updated_at": { - "$date": "2023-05-19T19:30:03.910Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467ce6698ff3c74144309ac" - }, - "price": 1060000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب با فیله مرغ ترش", - "description": "", - "short_description": "", - "category": { - "$oid": "6466034998ff3c741442d6b8" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:30:46.847Z" - }, - "updated_at": { - "$date": "2023-05-19T19:32:32.586Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cf3898ff3c74144309e7" - }, - "price": 960000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "سیب پنیری با سوجوک", - "description": "", - "short_description": "", - "category": { - "$oid": "6466034998ff3c741442d6b8" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:34:16.677Z" - }, - "updated_at": { - "$date": "2023-05-28T14:51:24.845Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cf8498ff3c7414430a07" - }, - "price": 1080000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کشک بادمجان", - "description": "", - "short_description": "", - "category": { - "$oid": "6466032598ff3c741442d6a0" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:35:32.674Z" - }, - "updated_at": { - "$date": "2023-05-23T16:30:12.570Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cf9a98ff3c7414430a11" - }, - "price": 1180000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آبدوغ خیار (ناهار و عصرانه)", - "description": "", - "short_description": "", - "category": { - "$oid": "6466031798ff3c741442d68b" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:35:54.431Z" - }, - "updated_at": { - "$date": "2023-05-23T16:34:03.153Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467cfc998ff3c7414430a25" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "املت قارچ ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466038f98ff3c741442d6e5" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:36:41.874Z" - }, - "updated_at": { - "$date": "2023-05-19T19:36:41.874Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467d04898ff3c7414430a2f" - }, - "price": 730000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "املت فرانسه ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466038f98ff3c741442d6e5" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:38:48.941Z" - }, - "updated_at": { - "$date": "2023-05-19T19:38:48.941Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467d07398ff3c7414430a4a" - }, - "price": 660000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "املت ایرانی ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466038f98ff3c741442d6e5" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:39:31.279Z" - }, - "updated_at": { - "$date": "2023-05-19T19:39:31.279Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467d0bc98ff3c7414430a57" - }, - "price": 1860000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بشقاب انگلیسی", - "description": "", - "short_description": "", - "category": { - "$oid": "6466038f98ff3c741442d6e5" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:40:44.470Z" - }, - "updated_at": { - "$date": "2023-05-19T19:40:44.470Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467d0e798ff3c7414430a61" - }, - "price": 690000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نیمرو با نان کروسان ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466038f98ff3c741442d6e5" - }, - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:41:27.518Z" - }, - "updated_at": { - "$date": "2023-05-19T19:41:27.518Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467d10d98ff3c7414430a6b" - }, - "price": 80000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیروپ", - "description": "", - "short_description": "", - "category": { - "$oid": "646603a098ff3c741442d6ee" - }, - "index": 1, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:42:05.251Z" - }, - "updated_at": { - "$date": "2023-05-19T19:42:05.251Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467d12598ff3c7414430a75" - }, - "price": 280000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس قارچ", - "description": "", - "short_description": "", - "category": { - "$oid": "646603a098ff3c741442d6ee" - }, - "index": 2, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:42:29.623Z" - }, - "updated_at": { - "$date": "2023-05-19T19:42:29.623Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467d14698ff3c7414430a7f" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنیر ", - "description": "", - "short_description": "", - "category": { - "$oid": "646603a098ff3c741442d6ee" - }, - "index": 3, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:43:02.142Z" - }, - "updated_at": { - "$date": "2023-05-19T19:43:02.142Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6467d22e98ff3c7414430aaa" - }, - "price": 30000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس اضافه", - "description": "", - "short_description": "", - "category": { - "$oid": "646603a098ff3c741442d6ee" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-19T19:46:54.808Z" - }, - "updated_at": { - "$date": "2023-05-19T19:46:54.808Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646c711298ff3c74144359ee" - }, - "price": 50000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس اضافه", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b33898ff3c7414414480" - }, - "index": 0, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-23T07:53:54.884Z" - }, - "updated_at": { - "$date": "2023-05-23T07:53:54.884Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f0b9498ff3c74144391d9" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو کامرشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T07:17:40.113Z" - }, - "updated_at": { - "$date": "2023-11-20T15:29:14.894Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f0b9798ff3c74144391e0" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو اسپشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T07:17:43.415Z" - }, - "updated_at": { - "$date": "2023-11-20T15:29:24.134Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f0bcc98ff3c7414439249" - }, - "price": 310000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو - کامرشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T07:18:36.858Z" - }, - "updated_at": { - "$date": "2023-11-20T15:30:10.956Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f0bf798ff3c7414439252" - }, - "price": 410000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "امریکانو - اسپشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 4, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T07:19:19.600Z" - }, - "updated_at": { - "$date": "2023-11-20T15:30:22.236Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f0c1798ff3c741443925c" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ماکیاتو - کامرشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 5, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T07:19:51.299Z" - }, - "updated_at": { - "$date": "2023-11-20T15:36:28.035Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f0c3d98ff3c7414439263" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ماکیاتو - اسپشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 6, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T07:20:29.149Z" - }, - "updated_at": { - "$date": "2023-11-20T15:36:46.546Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f0c6898ff3c741443926a" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لته ماکیاتو - کامرشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 7, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T07:21:12.387Z" - }, - "updated_at": { - "$date": "2023-11-20T15:40:50.578Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f0c8198ff3c7414439271" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لته ماکیاتو - اسپشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 8, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T07:21:37.074Z" - }, - "updated_at": { - "$date": "2023-11-20T15:40:39.769Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f73af98ff3c7414439cf1" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته - کامرشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 9, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:41:51.909Z" - }, - "updated_at": { - "$date": "2023-11-20T15:39:47.879Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f73c898ff3c7414439cfe" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته اسپشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 10, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:42:16.744Z" - }, - "updated_at": { - "$date": "2023-11-20T15:39:57.338Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f73fa98ff3c7414439d04" - }, - "price": 420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو - کامرشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 11, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:43:06.986Z" - }, - "updated_at": { - "$date": "2023-11-20T15:39:20.656Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f742898ff3c7414439d09" - }, - "price": 520000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو - اسپشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 12, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:43:52.728Z" - }, - "updated_at": { - "$date": "2023-11-20T15:39:33.610Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f745a98ff3c7414439d1d" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا - کامرشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 13, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:44:42.064Z" - }, - "updated_at": { - "$date": "2023-11-20T15:38:37.357Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f748098ff3c7414439d23" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا - اسپشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 14, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:45:20.528Z" - }, - "updated_at": { - "$date": "2023-11-20T15:38:54.203Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f74ab98ff3c7414439d2b" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "افوگاتو - کامرشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 15, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:46:03.140Z" - }, - "updated_at": { - "$date": "2023-11-20T15:37:54.810Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f74c398ff3c7414439d33" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "افوگاتو - اسپشیال ", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b3cc98ff3c74144144b1" - }, - "index": 16, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:46:27.861Z" - }, - "updated_at": { - "$date": "2023-11-20T15:38:06.245Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f75b398ff3c7414439df5" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر گرم", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 1, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:50:27.717Z" - }, - "updated_at": { - "$date": "2023-11-20T15:45:16.439Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f75cb98ff3c7414439dfc" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر زعفران", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 2, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:50:51.816Z" - }, - "updated_at": { - "$date": "2023-11-20T15:45:05.587Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f75e298ff3c7414439e03" - }, - "price": 420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 3, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:51:14.259Z" - }, - "updated_at": { - "$date": "2023-11-20T15:44:55.653Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f768298ff3c7414439e1c" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دارک چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 4, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:53:54.977Z" - }, - "updated_at": { - "$date": "2023-11-20T15:44:42.146Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f769f98ff3c7414439e26" - }, - "price": 480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 5, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:54:23.549Z" - }, - "updated_at": { - "$date": "2023-11-20T15:44:24.776Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f76bc98ff3c7414439e33" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر نسکافه", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 6, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:54:52.113Z" - }, - "updated_at": { - "$date": "2023-11-20T15:43:56.502Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f76d698ff3c7414439e43" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر کاکائو", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 7, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:55:18.951Z" - }, - "updated_at": { - "$date": "2023-11-20T15:43:39.201Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f771798ff3c7414439e56" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر عسل", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 8, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:56:23.165Z" - }, - "updated_at": { - "$date": "2023-11-20T15:43:21.031Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f773f98ff3c7414439e66" - }, - "price": 420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر عسل دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 9, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:57:03.733Z" - }, - "updated_at": { - "$date": "2023-11-20T15:43:09.407Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f775498ff3c7414439e6d" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "یونانی", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 10, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:57:24.134Z" - }, - "updated_at": { - "$date": "2023-11-20T15:42:52.777Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f776b98ff3c7414439e71" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "افوگاتو چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 11, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:57:47.824Z" - }, - "updated_at": { - "$date": "2023-11-20T15:42:26.299Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f779598ff3c7414439e81" - }, - "price": 420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 12, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:58:29.576Z" - }, - "updated_at": { - "$date": "2023-11-20T15:42:10.537Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f77ad98ff3c7414439e88" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چاکلت ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 13, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:58:53.210Z" - }, - "updated_at": { - "$date": "2023-05-25T14:58:53.210Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f77c698ff3c7414439e8f" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماچا لته", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 14, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:59:18.767Z" - }, - "updated_at": { - "$date": "2023-11-20T15:41:54.558Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f77db98ff3c7414439e9f" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای انگلیسی", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b4aa98ff3c741441451b" - }, - "index": 15, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T14:59:39.737Z" - }, - "updated_at": { - "$date": "2023-11-20T15:41:34.761Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f784498ff3c7414439ef7" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "760", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b5a098ff3c7414414592" - }, - "index": 5, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T15:01:24.826Z" - }, - "updated_at": { - "$date": "2023-11-20T15:45:45.703Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f78cb98ff3c7414439f39" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس ماچا لته", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b64598ff3c74144145ca" - }, - "index": 7, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T15:03:39.940Z" - }, - "updated_at": { - "$date": "2023-11-20T15:51:06.260Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f78ea98ff3c7414439f40" - }, - "price": 580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لته زعفران", - "description": "", - "short_description": "", - "category": { - "$oid": "6450b64598ff3c74144145ca" - }, - "index": 8, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T15:04:10.430Z" - }, - "updated_at": { - "$date": "2023-11-20T15:49:12.979Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f790598ff3c7414439f56" - }, - "price": 410000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کن هیلو", - "description": "310000 - 410000", - "short_description": "", - "category": { - "$oid": "6450b64598ff3c74144145ca" - }, - "index": 9, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T15:04:37.215Z" - }, - "updated_at": { - "$date": "2023-11-20T15:48:41.120Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "646f799a98ff3c741443a005" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیروپ اضافه", - "description": "", - "short_description": "", - "category": { - "$oid": "6450d7be98ff3c7414414965" - }, - "index": 8, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-05-25T15:07:06.270Z" - }, - "updated_at": { - "$date": "2023-05-25T15:07:06.270Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6472434d98ff3c741443e419" - }, - "price": 1480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار (سوخاری)", - "description": "", - "short_description": "", - "category": { - "$oid": "6466032598ff3c741442d6a0" - }, - "index": 4, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-27T17:52:13.906Z" - }, - "updated_at": { - "$date": "2023-05-27T17:53:47.855Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64736a3298ff3c741443f447" - }, - "price": 960000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب با بیکن گوساله", - "description": "", - "short_description": "", - "category": { - "$oid": "6466034998ff3c741442d6b8" - }, - "index": 5, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-28T14:50:27.005Z" - }, - "updated_at": { - "$date": "2023-05-28T14:51:06.496Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64771fd698ff3c74144436b7" - }, - "price": 4100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار (رول سوخاری با پنیر گودا و جعفری) Caesar salad with fried chicken roll ", - "description": "کاهو رسمی و پیچ/گوجه گیلاسی/زیتون/نان کروتان/پنیر پارمزان/همراه با سس سزار..lettuce/tomato/olive/parmesan cheese/crotan bread/ caesar sauce ", - "short_description": "", - "category": { - "$oid": "61ac606626d2e0e4fbd9b45a" - }, - "index": 1, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-05-31T10:22:14.817Z" - }, - "updated_at": { - "$date": "2025-12-04T11:54:03.037Z" - }, - "__v": 0, - "image": "food_1713707131956.png" -}, -{ - "_id": { - "$oid": "64779c2b98ff3c7414444b3c" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس چاکلت ", - "description": "", - "short_description": "", - "category": { - "$oid": "6466024198ff3c741442d5fb" - }, - "index": 13, - "storeId": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "created_at": { - "$date": "2023-05-31T19:12:43.121Z" - }, - "updated_at": { - "$date": "2023-05-31T19:14:04.855Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6484c3a198ff3c7414454db8" - }, - "price": 480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس آمریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "639887a782d7fc8d726a7b2d" - }, - "index": 14, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1686422430315.png", - "created_at": { - "$date": "2023-06-10T18:40:33.171Z" - }, - "updated_at": { - "$date": "2023-10-04T16:58:12.982Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6484c43398ff3c7414454de9" - }, - "price": 630000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لته", - "description": "", - "short_description": "", - "category": { - "$oid": "639887a782d7fc8d726a7b2d" - }, - "index": 15, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1686422578987.png", - "created_at": { - "$date": "2023-06-10T18:43:00.005Z" - }, - "updated_at": { - "$date": "2023-10-04T16:59:02.373Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64a5d5f398ff3c741447c36b" - }, - "price": 5450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مت سلامی.. Salami", - "description": "پنیر/سالامی/پپرونی/هالوپینو/قارچ..cheese/salami/ pepperoni/", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 1, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-07-05T20:43:31.058Z" - }, - "updated_at": { - "$date": "2025-12-04T11:22:44.505Z" - }, - "__v": 0, - "image": "food_1713772598492.png" -}, -{ - "_id": { - "$oid": "64a5d68f98ff3c741447c3e5" - }, - "price": 4160000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دنر میکس .. doner kebab sandwich ", - "description": "دنر گوشت و مرغ/جعفری/پیاز/خیارشور/سس مخصوص/سیب زمینی..chicken & meat doner/parsley/pickled cucumber/onion/potato/special sauce ", - "short_description": "", - "category": { - "$oid": "61ac5ff726d2e0e4fbd9b424" - }, - "index": 2, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-07-05T20:46:07.515Z" - }, - "updated_at": { - "$date": "2025-12-04T12:30:07.845Z" - }, - "__v": 0, - "image": "food_1713772562102.png" -}, -{ - "_id": { - "$oid": "64a5d7d198ff3c741447c4d2" - }, - "price": 3600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مک اند چیز .. Mac & cheese", - "description": " پنیر/پاستا ماکارون/دیپ چدار..cheese/macaroni pasta/cheddar dip sause", - "short_description": "", - "category": { - "$oid": "61a7605dd5c3921920048303" - }, - "index": 1, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-07-05T20:51:29.954Z" - }, - "updated_at": { - "$date": "2025-12-04T11:16:32.800Z" - }, - "__v": 0, - "image": "food_1715787937416.png" -}, -{ - "_id": { - "$oid": "64a5d8f498ff3c741447c54e" - }, - "price": 5140000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دنر میکس(تک نفره).. Mixed doner ", - "description": "پنیر/دنر مرغ و گوشت/پیاز/قارچ..cheese/chicken & meat doner/onion/olive/mushroom", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 1, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-07-05T20:56:20.136Z" - }, - "updated_at": { - "$date": "2025-12-18T08:24:55.142Z" - }, - "__v": 0, - "image": "food_1713772515977.png" -}, -{ - "_id": { - "$oid": "64a5d93998ff3c741447c558" - }, - "price": 8100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دنر میکس(دونفره).. Mixed doner", - "description": " پنیر/دنر مرغ و گوشت/پیاز/قارچ..cheese/chicken & meat diner/onion/olive/mushroom", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 2, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-07-05T20:57:29.920Z" - }, - "updated_at": { - "$date": "2025-12-18T08:24:42.632Z" - }, - "__v": 0, - "image": "food_1713771713173.png" -}, -{ - "_id": { - "$oid": "64a68a9b98ff3c741447cb9a" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه(تک نفره) black tea", - "description": "", - "short_description": "", - "category": { - "$oid": "644e450498ff3c7414411176" - }, - "index": 1, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-07-06T09:34:19.999Z" - }, - "updated_at": { - "$date": "2024-05-17T13:17:11.394Z" - }, - "__v": 0, - "image": "food_1715853902968.png" -}, -{ - "_id": { - "$oid": "64a68ac698ff3c741447cba4" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه(دونفره) black tea", - "description": "", - "short_description": "", - "category": { - "$oid": "644e450498ff3c7414411176" - }, - "index": 3, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-07-06T09:35:02.672Z" - }, - "updated_at": { - "$date": "2024-05-16T10:01:53.798Z" - }, - "__v": 0, - "image": "food_1715853712320.png" -}, -{ - "_id": { - "$oid": "64a68eaa98ff3c741447cd04" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه زعفرانی (تک نفره) saffron tea", - "description": "", - "short_description": "", - "category": { - "$oid": "644e450498ff3c7414411176" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-07-06T09:51:38.579Z" - }, - "updated_at": { - "$date": "2024-05-16T10:04:29.943Z" - }, - "__v": 0, - "image": "food_1715853866749.png" -}, -{ - "_id": { - "$oid": "64a68ee198ff3c741447cd1a" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه زعفرانی(دونفره) saffron tea", - "description": "", - "short_description": "", - "category": { - "$oid": "644e450498ff3c7414411176" - }, - "index": 4, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-07-06T09:52:33.188Z" - }, - "updated_at": { - "$date": "2024-05-16T09:59:51.647Z" - }, - "__v": 0, - "image": "food_1715853587100.png" -}, -{ - "_id": { - "$oid": "64a692a698ff3c741447ce5c" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته.. Latte ", - "description": "قهوه 70/30 ", - "short_description": "", - "category": { - "$oid": "61b1a16afc1eece3d7626360" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-07-06T10:08:38.432Z" - }, - "updated_at": { - "$date": "2025-12-27T09:49:31.026Z" - }, - "__v": 0, - "image": "food_1715710811427.png" -}, -{ - "_id": { - "$oid": "64a6938f98ff3c741447cea2" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس آمریکانو .. ice Americano ", - "description": "", - "short_description": "", - "category": { - "$oid": "64a6937598ff3c741447ce92" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-07-06T10:12:31.187Z" - }, - "updated_at": { - "$date": "2025-05-02T17:06:17.190Z" - }, - "__v": 0, - "image": "food_1715714615956.png" -}, -{ - "_id": { - "$oid": "64a693b398ff3c741447ceaf" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس موکا ..ice mocha", - "description": "", - "short_description": "", - "category": { - "$oid": "64a6937598ff3c741447ce92" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-07-06T10:13:07.733Z" - }, - "updated_at": { - "$date": "2025-05-02T17:05:47.584Z" - }, - "__v": 0, - "image": "food_1715714518406.png" -}, -{ - "_id": { - "$oid": "64a693c798ff3c741447ceb9" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته .. ice latte ", - "description": "", - "short_description": "", - "category": { - "$oid": "64a6937598ff3c741447ce92" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-07-06T10:13:27.519Z" - }, - "updated_at": { - "$date": "2025-05-02T17:04:35.975Z" - }, - "__v": 0, - "image": "food_1715714441403.png" -}, -{ - "_id": { - "$oid": "64affbb198ff3c74144881e6" - }, - "price": 1670000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا چیکن آلفردو", - "description": "", - "short_description": "", - "category": { - "$oid": "64aff92198ff3c7414488119" - }, - "index": 1, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1689254831099.png", - "created_at": { - "$date": "2023-07-13T13:27:13.653Z" - }, - "updated_at": { - "$date": "2023-08-21T16:39:20.457Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64affcdf98ff3c7414488202" - }, - "price": 1890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا بیف آلفردو", - "description": "", - "short_description": "", - "category": { - "$oid": "64aff92198ff3c7414488119" - }, - "index": 2, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1689255132686.png", - "created_at": { - "$date": "2023-07-13T13:32:15.161Z" - }, - "updated_at": { - "$date": "2023-08-21T16:40:12.348Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64affd3198ff3c741448820f" - }, - "price": 1630000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا بلونز", - "description": "پاستا-سس گوجه -ریحان -پنیر پارمزان", - "short_description": "", - "category": { - "$oid": "64aff92198ff3c7414488119" - }, - "index": 3, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696432291066.png", - "created_at": { - "$date": "2023-07-13T13:33:37.163Z" - }, - "updated_at": { - "$date": "2023-10-04T15:11:36.002Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64b00d2b98ff3c7414488402" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نان سیر", - "description": "", - "short_description": "", - "category": { - "$oid": "6398a0a482d7fc8d726a7f22" - }, - "index": 9, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1689259303799.png", - "created_at": { - "$date": "2023-07-13T14:41:47.773Z" - }, - "updated_at": { - "$date": "2023-10-04T15:01:09.657Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64b00ecc98ff3c741448843b" - }, - "price": 1680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار و مرغ گریل", - "description": "کاهو و مرغ گریل و سس مخصوص", - "short_description": "", - "category": { - "$oid": "6398a0a482d7fc8d726a7f22" - }, - "index": 7, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1689259719810.png", - "created_at": { - "$date": "2023-07-13T14:48:44.480Z" - }, - "updated_at": { - "$date": "2023-12-02T16:13:11.091Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bada0d98ff3c7414495384" - }, - "price": 1900000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "سالاد سزار با مرغ گریل", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad54b98ff3c7414495269" - }, - "index": 1, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:18:37.489Z" - }, - "updated_at": { - "$date": "2023-07-21T19:18:37.489Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bada2e98ff3c741449538e" - }, - "price": 2350000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "سالاد سزار سه رول", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad54b98ff3c7414495269" - }, - "index": 2, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:19:10.080Z" - }, - "updated_at": { - "$date": "2023-07-21T19:19:10.080Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bada5598ff3c74144953a7" - }, - "price": 2000000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "سالاد سزار دو رول", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad54b98ff3c7414495269" - }, - "index": 3, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:19:49.857Z" - }, - "updated_at": { - "$date": "2023-07-21T19:19:49.857Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bada7698ff3c74144953b4" - }, - "price": 750000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "سالاد فصل", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad54b98ff3c7414495269" - }, - "index": 4, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:20:22.796Z" - }, - "updated_at": { - "$date": "2023-07-21T19:20:22.796Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bada9898ff3c74144953be" - }, - "price": 900000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "کشک و بادمجان", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad54b98ff3c7414495269" - }, - "index": 5, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:20:56.455Z" - }, - "updated_at": { - "$date": "2023-07-21T19:20:56.455Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badad598ff3c74144953c8" - }, - "price": 1200000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "آب دوغ خیار نوستالژی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad54b98ff3c7414495269" - }, - "index": 6, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:21:57.846Z" - }, - "updated_at": { - "$date": "2023-07-21T19:21:57.846Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badaf498ff3c74144953d2" - }, - "price": 550000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "آش رشته کشک", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad66d98ff3c7414495299" - }, - "index": 1, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:22:28.860Z" - }, - "updated_at": { - "$date": "2023-07-21T19:22:28.860Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badb1398ff3c74144953dc" - }, - "price": 550000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "آش رشته ترشی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad66d98ff3c7414495299" - }, - "index": 2, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:22:59.110Z" - }, - "updated_at": { - "$date": "2023-07-21T19:22:59.110Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badb4598ff3c74144953f8" - }, - "price": 600000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "آش جو با سیرابی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad66d98ff3c7414495299" - }, - "index": 3, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:23:49.333Z" - }, - "updated_at": { - "$date": "2023-07-21T19:23:49.333Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badb6298ff3c7414495402" - }, - "price": 570000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "آش جو بدون سیرابی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad66d98ff3c7414495299" - }, - "index": 4, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:24:18.179Z" - }, - "updated_at": { - "$date": "2023-07-21T19:24:18.179Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badb7f98ff3c741449540f" - }, - "price": 600000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "آش شله قلمکار", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad66d98ff3c7414495299" - }, - "index": 5, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:24:47.209Z" - }, - "updated_at": { - "$date": "2023-07-21T19:24:47.209Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badb9b98ff3c7414495425" - }, - "price": 600000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "آش آبادانی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad66d98ff3c7414495299" - }, - "index": 6, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:25:15.202Z" - }, - "updated_at": { - "$date": "2023-07-21T19:25:15.202Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badbc898ff3c741449542f" - }, - "price": 3100000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "بشقاب ویژه مهتاب", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad7d298ff3c74144952de" - }, - "index": 1, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:26:00.431Z" - }, - "updated_at": { - "$date": "2023-07-21T19:26:00.431Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badbf798ff3c741449544b" - }, - "price": 2700000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "سوخاری پنج تیکه", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad7d298ff3c74144952de" - }, - "index": 2, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:26:47.016Z" - }, - "updated_at": { - "$date": "2023-07-21T19:26:47.016Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badc8e98ff3c7414495458" - }, - "price": 1950000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "سوخاری سه تیکه", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad7d298ff3c74144952de" - }, - "index": 3, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:29:18.713Z" - }, - "updated_at": { - "$date": "2023-07-21T19:29:18.713Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badcb698ff3c741449546e" - }, - "price": 2950000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "سوخاری پنیری پنج تیکه", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad7d298ff3c74144952de" - }, - "index": 4, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:29:58.916Z" - }, - "updated_at": { - "$date": "2023-07-21T19:29:58.916Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badcf898ff3c7414495478" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوخاری پنیری سه تیکه", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad7d298ff3c74144952de" - }, - "index": 5, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:31:04.669Z" - }, - "updated_at": { - "$date": "2023-07-21T19:31:04.669Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badd1698ff3c7414495485" - }, - "price": 2000000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "لازانیا", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad7d298ff3c74144952de" - }, - "index": 6, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:31:34.864Z" - }, - "updated_at": { - "$date": "2023-07-21T19:31:34.864Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badd3a98ff3c7414495495" - }, - "price": 1900000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "پاستا پنه آلفردو", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad7d298ff3c74144952de" - }, - "index": 7, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:32:10.454Z" - }, - "updated_at": { - "$date": "2023-07-21T19:32:10.454Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badd5d98ff3c741449549f" - }, - "price": 1300000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "بشقاب سبزیجات", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad7d298ff3c74144952de" - }, - "index": 8, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:32:45.868Z" - }, - "updated_at": { - "$date": "2023-07-21T19:32:45.868Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badd8898ff3c74144954ac" - }, - "price": 1200000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "کوفته تبریزی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad7d298ff3c74144952de" - }, - "index": 9, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:33:28.456Z" - }, - "updated_at": { - "$date": "2023-07-21T19:33:28.456Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64baddab98ff3c74144954bf" - }, - "price": 1500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "کباب تابه", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad7d298ff3c74144952de" - }, - "index": 10, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:34:03.401Z" - }, - "updated_at": { - "$date": "2023-07-21T19:34:03.401Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64baddd198ff3c74144954c9" - }, - "price": 1500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "بورک گوشت", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad7d298ff3c74144952de" - }, - "index": 11, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:34:41.228Z" - }, - "updated_at": { - "$date": "2023-07-21T19:34:41.228Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64baddee98ff3c74144954df" - }, - "price": 1500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "بورک مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad7d298ff3c74144952de" - }, - "index": 12, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:35:10.090Z" - }, - "updated_at": { - "$date": "2023-07-21T19:35:10.090Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bade0b98ff3c74144954ec" - }, - "price": 1600000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "حسرت الملوک", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad7d298ff3c74144952de" - }, - "index": 13, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:35:39.455Z" - }, - "updated_at": { - "$date": "2023-07-21T19:35:39.455Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bade5298ff3c74144954f6" - }, - "price": 400000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "شربت بهار نارنج", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad81798ff3c74144952fb" - }, - "index": 1, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:36:50.602Z" - }, - "updated_at": { - "$date": "2023-07-21T19:36:50.602Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bade7798ff3c7414495500" - }, - "price": 400000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "شربت بیدمشک", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad81798ff3c74144952fb" - }, - "index": 2, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:37:27.838Z" - }, - "updated_at": { - "$date": "2023-07-21T19:37:27.838Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badf5c98ff3c741449551c" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "شربت خیار سکنجبین", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad81798ff3c74144952fb" - }, - "index": 3, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:41:16.386Z" - }, - "updated_at": { - "$date": "2023-07-21T19:41:16.386Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badf7d98ff3c7414495526" - }, - "price": 400000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "شربت آلبالو", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad81798ff3c74144952fb" - }, - "index": 4, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:41:49.431Z" - }, - "updated_at": { - "$date": "2023-07-21T19:41:49.431Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64badf9798ff3c7414495530" - }, - "price": 400000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "شربت پرتقال", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad81798ff3c74144952fb" - }, - "index": 5, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:42:15.725Z" - }, - "updated_at": { - "$date": "2023-07-21T19:42:15.725Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae01298ff3c741449553d" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "شربت نوستالژی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad81798ff3c74144952fb" - }, - "index": 6, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:44:18.374Z" - }, - "updated_at": { - "$date": "2023-07-21T19:44:18.374Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae02e98ff3c741449554a" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "شربت آرامش", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad81798ff3c74144952fb" - }, - "index": 7, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:44:46.194Z" - }, - "updated_at": { - "$date": "2023-07-21T19:44:46.194Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae05f98ff3c741449555d" - }, - "price": 2000000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "تنگ شربت", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad81798ff3c74144952fb" - }, - "index": 8, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:45:35.768Z" - }, - "updated_at": { - "$date": "2023-07-21T19:45:35.768Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae08198ff3c741449556a" - }, - "price": 2200000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "برگر ویژه مهتاب", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad83e98ff3c741449530a" - }, - "index": 1, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:46:09.307Z" - }, - "updated_at": { - "$date": "2023-07-21T19:46:09.307Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae0aa98ff3c7414495577" - }, - "price": 2000000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "رویال برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad83e98ff3c741449530a" - }, - "index": 2, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:46:50.928Z" - }, - "updated_at": { - "$date": "2023-07-21T19:46:50.928Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae0d798ff3c7414495581" - }, - "price": 1700000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "ماشروم برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad83e98ff3c741449530a" - }, - "index": 3, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:47:35.279Z" - }, - "updated_at": { - "$date": "2023-07-21T19:47:35.279Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae11898ff3c741449558b" - }, - "price": 350000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 1, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:48:40.187Z" - }, - "updated_at": { - "$date": "2023-07-21T19:48:40.187Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae15398ff3c7414495595" - }, - "price": 400000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "آمریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 2, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:49:39.108Z" - }, - "updated_at": { - "$date": "2023-07-21T19:49:39.108Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae2a398ff3c74144955c1" - }, - "price": 600000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "نوتلا لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 4, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:55:15.034Z" - }, - "updated_at": { - "$date": "2023-07-21T19:55:15.034Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae2ba98ff3c74144955cb" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 3, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:55:38.511Z" - }, - "updated_at": { - "$date": "2023-07-21T19:55:38.511Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae2de98ff3c74144955d5" - }, - "price": 600000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "ماچا لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 5, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:56:14.761Z" - }, - "updated_at": { - "$date": "2023-07-21T19:56:14.761Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae30598ff3c74144955df" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 6, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:56:53.561Z" - }, - "updated_at": { - "$date": "2023-07-21T19:56:53.561Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae33598ff3c74144955e9" - }, - "price": 550000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "نسکافه", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 7, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T19:57:41.126Z" - }, - "updated_at": { - "$date": "2023-07-21T19:57:41.126Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae3d898ff3c74144955ff" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 8, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:00:24.951Z" - }, - "updated_at": { - "$date": "2023-07-21T20:00:24.951Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae3f998ff3c7414495609" - }, - "price": 550000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "ماکیاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 9, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:00:57.919Z" - }, - "updated_at": { - "$date": "2023-07-21T20:00:57.919Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae41998ff3c741449561f" - }, - "price": 650000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 10, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:01:29.610Z" - }, - "updated_at": { - "$date": "2023-07-21T20:01:29.610Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae44498ff3c7414495629" - }, - "price": 550000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "کوک اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 11, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:02:12.282Z" - }, - "updated_at": { - "$date": "2023-07-21T20:02:12.282Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae46698ff3c7414495633" - }, - "price": 700000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "دالگونا", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 12, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:02:46.849Z" - }, - "updated_at": { - "$date": "2023-07-21T20:02:46.849Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae49298ff3c741449563d" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "آیس موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 13, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:03:30.310Z" - }, - "updated_at": { - "$date": "2023-07-21T20:03:30.310Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae4bb98ff3c7414495647" - }, - "price": 400000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "رومانو", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 14, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:04:11.540Z" - }, - "updated_at": { - "$date": "2023-07-21T20:04:11.540Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae4da98ff3c7414495651" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "آفوگاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 15, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:04:42.048Z" - }, - "updated_at": { - "$date": "2023-07-21T20:04:42.048Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae50598ff3c741449565e" - }, - "price": 550000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "آیس لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 16, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:05:25.654Z" - }, - "updated_at": { - "$date": "2023-07-21T20:05:25.654Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae52298ff3c7414495668" - }, - "price": 400000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "ترک", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 17, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:05:54.786Z" - }, - "updated_at": { - "$date": "2023-07-21T20:05:54.786Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae54b98ff3c7414495672" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "یونانی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 18, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:06:35.197Z" - }, - "updated_at": { - "$date": "2023-07-21T20:06:35.197Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae56898ff3c741449567c" - }, - "price": 600000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "فرانسه", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 19, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:07:04.422Z" - }, - "updated_at": { - "$date": "2023-07-21T20:07:04.422Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae63b98ff3c7414495687" - }, - "price": 100000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "طعم و سیروپ اضافه", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8bf98ff3c7414495319" - }, - "index": 20, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:10:35.295Z" - }, - "updated_at": { - "$date": "2023-07-21T20:10:35.295Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae65a98ff3c7414495691" - }, - "price": 450000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8fd98ff3c7414495328" - }, - "index": 1, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:11:06.042Z" - }, - "updated_at": { - "$date": "2023-07-21T20:11:06.042Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae6c498ff3c741449569e" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "دارک چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8fd98ff3c7414495328" - }, - "index": 2, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:12:52.020Z" - }, - "updated_at": { - "$date": "2023-07-21T20:12:52.020Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae6f798ff3c74144956a8" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "وانیل چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8fd98ff3c7414495328" - }, - "index": 3, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:13:43.083Z" - }, - "updated_at": { - "$date": "2023-07-21T20:13:43.083Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae71798ff3c74144956b2" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "فندق چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8fd98ff3c7414495328" - }, - "index": 4, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:14:15.368Z" - }, - "updated_at": { - "$date": "2023-07-21T20:14:15.368Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae73b98ff3c74144956bc" - }, - "price": 450000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8fd98ff3c7414495328" - }, - "index": 5, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:14:51.752Z" - }, - "updated_at": { - "$date": "2023-07-21T20:14:51.752Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae76f98ff3c74144956c6" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "ماسالا چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8fd98ff3c7414495328" - }, - "index": 6, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:15:43.067Z" - }, - "updated_at": { - "$date": "2023-07-21T20:15:43.067Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae79298ff3c74144956d3" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad8fd98ff3c7414495328" - }, - "index": 7, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:16:18.588Z" - }, - "updated_at": { - "$date": "2023-07-21T20:16:18.588Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bae7dd98ff3c74144956e3" - }, - "price": 300000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "حلوا مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad91c98ff3c7414495331" - }, - "index": 1, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-21T20:17:33.816Z" - }, - "updated_at": { - "$date": "2023-07-21T20:17:33.816Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbeef198ff3c7414495e63" - }, - "price": 350000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "باقلوا", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad91c98ff3c7414495331" - }, - "index": 3, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:00:01.975Z" - }, - "updated_at": { - "$date": "2023-07-22T15:00:01.975Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbef1998ff3c7414495e6d" - }, - "price": 350000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "مسقطی ویژه", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad91c98ff3c7414495331" - }, - "index": 2, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:00:41.106Z" - }, - "updated_at": { - "$date": "2023-07-22T15:00:41.106Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbef3b98ff3c7414495e77" - }, - "price": 700000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "کیک بستنی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad91c98ff3c7414495331" - }, - "index": 4, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:01:15.566Z" - }, - "updated_at": { - "$date": "2023-07-22T15:01:15.566Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbef5c98ff3c7414495e84" - }, - "price": 600000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "کیک روز", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad91c98ff3c7414495331" - }, - "index": 5, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:01:48.757Z" - }, - "updated_at": { - "$date": "2023-07-22T15:01:48.757Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbef7f98ff3c7414495e8e" - }, - "price": 950000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "شیک مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad92e98ff3c741449533a" - }, - "index": 1, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:02:23.906Z" - }, - "updated_at": { - "$date": "2023-07-22T15:02:23.906Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbefa798ff3c7414495e9b" - }, - "price": 800000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "شیک موز انبه", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad92e98ff3c741449533a" - }, - "index": 2, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:03:03.111Z" - }, - "updated_at": { - "$date": "2023-07-22T15:03:03.111Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbefda98ff3c7414495ea8" - }, - "price": 750000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "شیک شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad92e98ff3c741449533a" - }, - "index": 3, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:03:54.710Z" - }, - "updated_at": { - "$date": "2023-07-22T15:03:54.710Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbf11498ff3c7414495ed3" - }, - "price": 800000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "شیک بادام زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad92e98ff3c741449533a" - }, - "index": 4, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:09:08.307Z" - }, - "updated_at": { - "$date": "2023-07-22T15:09:08.307Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbf13998ff3c7414495edd" - }, - "price": 750000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "شیک نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad92e98ff3c741449533a" - }, - "index": 5, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:09:45.117Z" - }, - "updated_at": { - "$date": "2023-07-22T15:09:45.117Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbf15f98ff3c7414495eea" - }, - "price": 750000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "شیک دارک", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad92e98ff3c741449533a" - }, - "index": 6, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:10:23.919Z" - }, - "updated_at": { - "$date": "2023-07-22T15:10:23.919Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbf17d98ff3c7414495efd" - }, - "price": 750000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "شیک ترش", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad92e98ff3c741449533a" - }, - "index": 7, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:10:53.224Z" - }, - "updated_at": { - "$date": "2023-07-22T15:10:53.224Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbf1a098ff3c7414495f0a" - }, - "price": 500000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "چای مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad94398ff3c7414495343" - }, - "index": 1, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:11:28.793Z" - }, - "updated_at": { - "$date": "2023-07-22T15:11:28.793Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbf1c198ff3c7414495f17" - }, - "price": 400000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "دمنوش سلامتی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad94398ff3c7414495343" - }, - "index": 2, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:12:01.499Z" - }, - "updated_at": { - "$date": "2023-07-22T15:12:01.499Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbf1f998ff3c7414495f21" - }, - "price": 350000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "چای دمی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad94398ff3c7414495343" - }, - "index": 3, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:12:57.319Z" - }, - "updated_at": { - "$date": "2023-07-22T15:12:57.319Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbf4f898ff3c7414495f3d" - }, - "price": 400000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "چای زعفران", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad94398ff3c7414495343" - }, - "index": 4, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:25:44.455Z" - }, - "updated_at": { - "$date": "2023-07-22T15:25:44.455Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbf53f98ff3c7414495f47" - }, - "price": 350000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "چای سبز", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad94398ff3c7414495343" - }, - "index": 5, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:26:55.629Z" - }, - "updated_at": { - "$date": "2023-07-22T15:26:55.629Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbfb1098ff3c7414495f87" - }, - "price": 400000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "دمنوش لیمو نعناع", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad94398ff3c7414495343" - }, - "index": 6, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:51:44.614Z" - }, - "updated_at": { - "$date": "2023-07-22T15:51:44.614Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbfb4098ff3c7414495f91" - }, - "price": 400000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "دمنوش بهار نارنج", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad94398ff3c7414495343" - }, - "index": 7, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T15:52:32.495Z" - }, - "updated_at": { - "$date": "2023-07-22T15:52:32.495Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbfe0998ff3c7414496016" - }, - "price": 400000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "دمنوش گل گاوزبان", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad94398ff3c7414495343" - }, - "index": 8, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:04:25.055Z" - }, - "updated_at": { - "$date": "2023-07-22T16:04:25.055Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbfe3698ff3c7414496023" - }, - "price": 450000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "دمنوش سیب و به لیمو", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad94398ff3c7414495343" - }, - "index": 9, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:05:10.232Z" - }, - "updated_at": { - "$date": "2023-07-22T16:05:10.232Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbfe5f98ff3c7414496033" - }, - "price": 450000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "دمنوش سیب و دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad94398ff3c7414495343" - }, - "index": 10, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:05:51.915Z" - }, - "updated_at": { - "$date": "2023-07-22T16:05:51.915Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbfe9598ff3c7414496055" - }, - "price": 400000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "دمنوش به", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad94398ff3c7414495343" - }, - "index": 11, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:06:45.038Z" - }, - "updated_at": { - "$date": "2023-07-22T16:06:45.038Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbfec298ff3c7414496068" - }, - "price": 1000000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "قوری چای", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad94398ff3c7414495343" - }, - "index": 12, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:07:30.472Z" - }, - "updated_at": { - "$date": "2023-07-22T16:07:30.472Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbff6c98ff3c7414496094" - }, - "price": 10000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "طعم اضافه", - "description": "هل - دارچین - زنجبیل ", - "short_description": "", - "category": { - "$oid": "64bad94398ff3c7414495343" - }, - "index": 13, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:10:20.826Z" - }, - "updated_at": { - "$date": "2023-07-22T16:10:20.826Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbff9798ff3c74144960aa" - }, - "price": 600000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad96798ff3c741449534f" - }, - "index": 1, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:11:03.530Z" - }, - "updated_at": { - "$date": "2023-07-22T16:11:03.530Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbffb898ff3c74144960b7" - }, - "price": 650000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "رد موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad96798ff3c741449534f" - }, - "index": 2, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:11:36.968Z" - }, - "updated_at": { - "$date": "2023-07-22T16:11:36.968Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bbffd698ff3c74144960ca" - }, - "price": 600000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "لیموناد", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad96798ff3c741449534f" - }, - "index": 3, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:12:06.314Z" - }, - "updated_at": { - "$date": "2023-07-22T16:12:06.314Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc000e98ff3c74144960e9" - }, - "price": 650000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "سیگنیچر", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad96798ff3c741449534f" - }, - "index": 4, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:13:02.686Z" - }, - "updated_at": { - "$date": "2023-07-22T16:13:02.686Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc003398ff3c74144960f3" - }, - "price": 650000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "بلواسکای", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad96798ff3c741449534f" - }, - "index": 5, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:13:39.686Z" - }, - "updated_at": { - "$date": "2023-07-22T16:13:39.686Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc005298ff3c7414496103" - }, - "price": 650000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "تروپیکال", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad96798ff3c741449534f" - }, - "index": 6, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:14:10.191Z" - }, - "updated_at": { - "$date": "2023-07-22T16:14:10.191Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc008e98ff3c7414496116" - }, - "price": 950000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "اسموتی مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad99198ff3c7414495358" - }, - "index": 1, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:15:10.910Z" - }, - "updated_at": { - "$date": "2023-07-22T16:15:26.199Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc00c398ff3c7414496133" - }, - "price": 800000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "اسموتی شاه توت", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad99198ff3c7414495358" - }, - "index": 2, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:16:03.640Z" - }, - "updated_at": { - "$date": "2023-07-22T16:16:03.640Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc00e798ff3c741449613d" - }, - "price": 700000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "اسموتی هندوانه", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad99198ff3c7414495358" - }, - "index": 3, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:16:39.297Z" - }, - "updated_at": { - "$date": "2023-07-22T16:16:39.297Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc010b98ff3c741449614a" - }, - "price": 800000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "اسموتی توت فرنگی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad99198ff3c7414495358" - }, - "index": 4, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:17:15.890Z" - }, - "updated_at": { - "$date": "2023-07-22T16:17:15.890Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc014798ff3c7414496166" - }, - "price": 800000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "اسموتی طالبی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad99198ff3c7414495358" - }, - "index": 5, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:18:15.662Z" - }, - "updated_at": { - "$date": "2023-07-22T16:18:15.662Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc017498ff3c7414496170" - }, - "price": 60000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "آب معدنی ", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad9b498ff3c7414495367" - }, - "index": 1, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:19:00.941Z" - }, - "updated_at": { - "$date": "2023-07-22T16:19:00.941Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc019698ff3c741449617a" - }, - "price": 190000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکا قوطی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad9b498ff3c7414495367" - }, - "index": 2, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:19:34.477Z" - }, - "updated_at": { - "$date": "2023-07-22T16:19:34.477Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc01b698ff3c7414496184" - }, - "price": 190000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "فانتا قوطی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad9b498ff3c7414495367" - }, - "index": 3, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:20:06.532Z" - }, - "updated_at": { - "$date": "2023-07-22T16:20:06.532Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc040298ff3c74144961e2" - }, - "price": 190000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "اسپرایت قوطی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad9b498ff3c7414495367" - }, - "index": 4, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T16:29:54.960Z" - }, - "updated_at": { - "$date": "2023-07-22T16:29:54.960Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc1f9e98ff3c74144968f5" - }, - "price": 150000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "کوکا شیشه", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad9b498ff3c7414495367" - }, - "index": 5, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T18:27:42.976Z" - }, - "updated_at": { - "$date": "2023-07-22T18:27:42.976Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc1fc498ff3c7414496902" - }, - "price": 150000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "فانتا شیشه ای", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad9b498ff3c7414495367" - }, - "index": 6, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T18:28:20.497Z" - }, - "updated_at": { - "$date": "2023-07-22T18:28:20.497Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc1fe398ff3c741449690c" - }, - "price": 150000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "اسپرایت شیشه ای", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad9b498ff3c7414495367" - }, - "index": 7, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T18:28:51.210Z" - }, - "updated_at": { - "$date": "2023-07-22T18:28:51.210Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc202698ff3c7414496922" - }, - "price": 220000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دلستر شیشه انواع طعم ها", - "description": "طعم هلو - مالت - استوایی - لیمو - سیب", - "short_description": "", - "category": { - "$oid": "64bad9b498ff3c7414495367" - }, - "index": 8, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T18:29:58.272Z" - }, - "updated_at": { - "$date": "2023-07-22T18:29:58.272Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc204698ff3c7414496932" - }, - "price": 300000, - "stock": 30, - "static_discount": 0, - "active": true, - "name": "انرژی زا", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad9b498ff3c7414495367" - }, - "index": 9, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T18:30:30.567Z" - }, - "updated_at": { - "$date": "2023-07-22T18:30:30.567Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc206b98ff3c741449693f" - }, - "price": 300000, - "stock": 100, - "static_discount": 0, - "active": true, - "name": "دوغ محلی", - "description": "", - "short_description": "", - "category": { - "$oid": "64bad9b498ff3c7414495367" - }, - "index": 10, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T18:31:07.391Z" - }, - "updated_at": { - "$date": "2023-07-22T18:31:07.391Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bc20b698ff3c7414496964" - }, - "price": 190000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فرش دی ( آبمویوه گازدار) با طعم های مختلف", - "description": "پرتقال پشن فروت - انگور قرمز - انبه پشن فروت - آلبالو", - "short_description": "", - "category": { - "$oid": "64bad9b498ff3c7414495367" - }, - "index": 11, - "storeId": { - "$oid": "64bad3b698ff3c741449521e" - }, - "created_at": { - "$date": "2023-07-22T18:32:22.129Z" - }, - "updated_at": { - "$date": "2023-07-22T18:32:22.129Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64bfa89b98ff3c7414499294" - }, - "price": 830000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "index": 10, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1692637912175.png", - "created_at": { - "$date": "2023-07-25T10:48:59.468Z" - }, - "updated_at": { - "$date": "2023-10-04T18:58:43.998Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64cbb30a1e0aeeaf011a00ce" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت فرایز White fries", - "description": "", - "short_description": "", - "category": { - "$oid": "6398a0a482d7fc8d726a7f22" - }, - "index": 12, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "created_at": { - "$date": "2023-08-03T14:00:42.651Z" - }, - "updated_at": { - "$date": "2023-12-02T16:11:06.342Z" - }, - "__v": 0, - "image": "food_1692635556395.png" -}, -{ - "_id": { - "$oid": "64e4f49c59383e8d754e507c" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "یامی برگر", - "description": "یک عدد برگر گوشت گوساله،یک عدد پنیر چیز برگر، یک عدد ژامبون، کاهو، خیارشور، گوجه، سس مخصوص ", - "short_description": "", - "category": { - "$oid": "64b4e69698ff3c741448df0d" - }, - "index": 1, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T17:47:08.378Z" - }, - "updated_at": { - "$date": "2025-09-03T15:00:23.991Z" - }, - "__v": 0, - "image": "food_1733222298625.png" -}, -{ - "_id": { - "$oid": "64e4f55659383e8d754e50b4" - }, - "price": 2750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "یامی اسپشیال", - "description": "یک عدد برگر گوشت گوساله،دو عدد پنیر چیز برگر، دو عدد ژامبون، کاهو، خیارشور، گوجه، سس مخصوص", - "short_description": "", - "category": { - "$oid": "64b4e69698ff3c741448df0d" - }, - "index": 2, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T17:50:14.628Z" - }, - "updated_at": { - "$date": "2025-09-03T15:01:14.597Z" - }, - "__v": 0, - "image": "food_1733221989785.png" -}, -{ - "_id": { - "$oid": "64e4f5b359383e8d754e50d4" - }, - "price": 2350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز برگر", - "description": "یک عدد برگر گوشت گوساله، یک عدد پنیر چیز برگر، کاهو، خیارشور، گوجه، سس مخصوص ", - "short_description": "", - "category": { - "$oid": "64b4e69698ff3c741448df0d" - }, - "index": 3, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T17:51:47.894Z" - }, - "updated_at": { - "$date": "2025-09-03T15:01:42.395Z" - }, - "__v": 0, - "image": "food_1733222342056.png" -}, -{ - "_id": { - "$oid": "64e4f5db59383e8d754e50e4" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماشروم برگر", - "description": "یک عدد برگر گوشت گوساله، قارچ، پنیر چیز برگر، کاهو، خیارشور، گوجه، سس مخصوص ", - "short_description": "", - "category": { - "$oid": "64b4e69698ff3c741448df0d" - }, - "index": 4, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T17:52:27.028Z" - }, - "updated_at": { - "$date": "2025-09-03T15:02:49.519Z" - }, - "__v": 0, - "image": "food_1733222376578.png" -}, -{ - "_id": { - "$oid": "64e4f60059383e8d754e50ee" - }, - "price": 3400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چوریتسو برگر", - "description": "یک عدد برگر گوشت گوساله، سوسیس چوریتسو، دو عدد پنیر چیز برگر، سس مخصوص", - "short_description": "", - "category": { - "$oid": "64b4e69698ff3c741448df0d" - }, - "index": 5, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T17:53:04.957Z" - }, - "updated_at": { - "$date": "2025-09-03T15:03:40.530Z" - }, - "__v": 0, - "image": "food_1699784885688.png" -}, -{ - "_id": { - "$oid": "64e4fdd959383e8d754e5427" - }, - "price": 2850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکن برگر", - "description": "یک عدد برگر گوشت گوساله، پیاز سوخاری،دو عدد پنیر چیز برگر، خیارشور، سس مخصوص", - "short_description": "", - "category": { - "$oid": "64b4e69698ff3c741448df0d" - }, - "index": 6, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T18:26:33.187Z" - }, - "updated_at": { - "$date": "2025-09-03T15:04:10.538Z" - }, - "__v": 0, - "image": "food_1733222439998.png" -}, -{ - "_id": { - "$oid": "64e4fe0459383e8d754e5434" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هالوپینو برگر(تند)", - "description": "یک عدد برگر گوشت گوساله، یک عدد پنیر چیز برگر،فلفل هالوپینو ، گوجه، کاهو، خیارشور،سس مخصوص ", - "short_description": "", - "category": { - "$oid": "64b4e69698ff3c741448df0d" - }, - "index": 7, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T18:27:16.921Z" - }, - "updated_at": { - "$date": "2025-09-03T15:04:41.533Z" - }, - "__v": 0, - "image": "food_1733222055490.png" -}, -{ - "_id": { - "$oid": "64e4fe6759383e8d754e545f" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلاسیک برگر", - "description": "یک عدد برگر گوشت گوساله، کاهو، خیارشور، گوجه، سس مخصوص ", - "short_description": "", - "category": { - "$oid": "64b4e69698ff3c741448df0d" - }, - "index": 8, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T18:28:55.785Z" - }, - "updated_at": { - "$date": "2025-09-03T15:05:13.121Z" - }, - "__v": 0, - "image": "food_1733222495307.png" -}, -{ - "_id": { - "$oid": "64e4fe8659383e8d754e5475" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن برگر", - "description": "یک عدد برگر مرغ، یک عدد پنیر چیز برگر، کاهو، خیارشور،گوجه،سس مخصوص", - "short_description": "", - "category": { - "$oid": "64b4e69698ff3c741448df0d" - }, - "index": 9, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T18:29:26.900Z" - }, - "updated_at": { - "$date": "2025-09-03T15:05:41.660Z" - }, - "__v": 0, - "image": "food_1733222208247.png" -}, -{ - "_id": { - "$oid": "64e4fec259383e8d754e549c" - }, - "price": 3400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دبل برگر", - "description": "دو عدد برگر گوشت گوساله، کاهو، خیارشور، گوجه، سس مخصوص ", - "short_description": "", - "category": { - "$oid": "64ba6e2698ff3c7414494144" - }, - "index": 1, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T18:30:26.869Z" - }, - "updated_at": { - "$date": "2025-09-03T15:06:14.020Z" - }, - "__v": 0, - "image": "food_1733222558661.png" -}, -{ - "_id": { - "$oid": "64e4fee359383e8d754e54b2" - }, - "price": 3600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دبل چیز برگر", - "description": "دو عدد برگر گوشت گوساله، دو عدد پنیر چیز برگر، کاهو، خیارشور، گوجه، سس مخصوص ", - "short_description": "", - "category": { - "$oid": "64ba6e2698ff3c7414494144" - }, - "index": 2, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T18:30:59.522Z" - }, - "updated_at": { - "$date": "2025-09-03T15:06:43.953Z" - }, - "__v": 0, - "image": "food_1733222616471.png" -}, -{ - "_id": { - "$oid": "64e4ff2259383e8d754e54c5" - }, - "price": 3800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دبل چیز اسپشیال", - "description": "دو عدد برگر گوشت گوساله، دو عدد پنیر چیز برگر، دو عدد ژامبون،کاهو، خیارشور، گوجه، سس مخصوص", - "short_description": "", - "category": { - "$oid": "64ba6e2698ff3c7414494144" - }, - "index": 3, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T18:32:02.394Z" - }, - "updated_at": { - "$date": "2025-09-03T15:07:19.089Z" - }, - "__v": 0, - "image": "food_1699785752276.png" -}, -{ - "_id": { - "$oid": "64e4ff4359383e8d754e54e8" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "یامی چیکن", - "description": "یک عدد برگر گوشت گوساله، یک عدد برگر مرغ، یک عدد ژامبون، یک عدد پنیر چیز برگر، کاهو، گوجه، خیارشور، سس مخصوص", - "short_description": "", - "category": { - "$oid": "64ba6e2698ff3c7414494144" - }, - "index": 4, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T18:32:35.251Z" - }, - "updated_at": { - "$date": "2025-09-03T15:07:49.805Z" - }, - "__v": 0, - "image": "food_1733222265811.png" -}, -{ - "_id": { - "$oid": "64e5000159383e8d754e5532" - }, - "price": 4500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تریپل برگر", - "description": "سه عدد برگر گوشت گوساله، سه عدد پنیر چیز برگر، کاهو، خیارشور، گوجه، سس مخصوص ", - "short_description": "", - "category": { - "$oid": "64babeff98ff3c7414494b79" - }, - "index": 1, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T18:35:45.063Z" - }, - "updated_at": { - "$date": "2025-09-03T15:09:18.361Z" - }, - "__v": 0, - "image": "food_1733222694715.png" -}, -{ - "_id": { - "$oid": "64e5002259383e8d754e553f" - }, - "price": 4500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میکس تریپل", - "description": "دو عدد برگر گوشت گوساله، یک عدد برگر مرغ ، دو عدد پنیر چیز برگر، کاهو، خیارشور، گوجه، سس مخصوص ", - "short_description": "", - "category": { - "$oid": "64babeff98ff3c7414494b79" - }, - "index": 2, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T18:36:18.981Z" - }, - "updated_at": { - "$date": "2025-09-03T15:09:53.288Z" - }, - "__v": 0, - "image": "food_1733222144761.png" -}, -{ - "_id": { - "$oid": "64e5009b59383e8d754e556a" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار", - "description": "دو عدد رول سوخاری،کاهو، نان سیر،زیتون سبز،سس سزار", - "short_description": "", - "category": { - "$oid": "64b4e68898ff3c741448df04" - }, - "index": 1, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T18:38:19.488Z" - }, - "updated_at": { - "$date": "2025-08-27T15:25:53.916Z" - }, - "__v": 0, - "image": "food_1733222826703.png" -}, -{ - "_id": { - "$oid": "64e500d759383e8d754e557e" - }, - "price": 3200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد یامی", - "description": "فیله مرغ گریل شده،میکس کلم و کاهو،نان تست،ذرت،خیار،هویج،گرین سس", - "short_description": "", - "category": { - "$oid": "64b4e68898ff3c741448df04" - }, - "index": 3, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T18:39:19.958Z" - }, - "updated_at": { - "$date": "2025-08-27T15:24:56.873Z" - }, - "__v": 0, - "image": "food_1733222864377.png" -}, -{ - "_id": { - "$oid": "64e5037b59383e8d754e56b7" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فرنچ فرایز", - "description": "سیب زمینی سرخ شده، ادویه مخصوص", - "short_description": "", - "category": { - "$oid": "64b4e68898ff3c741448df04" - }, - "index": 4, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-22T18:50:35.719Z" - }, - "updated_at": { - "$date": "2025-04-05T16:25:46.834Z" - }, - "__v": 0, - "image": "food_1699784947500.png" -}, -{ - "_id": { - "$oid": "64e8490d59383e8d754e922b" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قهوه ترک", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ed59383e8d754e918e" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:24:13.613Z" - }, - "updated_at": { - "$date": "2024-05-16T18:42:33.429Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e849ae59383e8d754e9244" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فرنچ پرس", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ed59383e8d754e918e" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:26:54.436Z" - }, - "updated_at": { - "$date": "2024-05-16T18:42:49.967Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e849d159383e8d754e9250" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "V60", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ed59383e8d754e918e" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:27:29.315Z" - }, - "updated_at": { - "$date": "2024-05-16T18:41:50.646Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e849f659383e8d754e925a" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کمکس", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ed59383e8d754e918e" - }, - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:28:06.878Z" - }, - "updated_at": { - "$date": "2024-05-16T18:41:34.328Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e84ac459383e8d754e9277" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو / ریسترتو (۳۰-۷۰)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:31:32.385Z" - }, - "updated_at": { - "$date": "2024-05-16T18:23:53.155Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e84b4559383e8d754e9297" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو/ ریسترتو (عربیکا)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:33:41.369Z" - }, - "updated_at": { - "$date": "2024-05-16T18:24:40.229Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e84f8a59383e8d754e92b7" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماکیاتو (۳۰-۷۰)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:51:54.437Z" - }, - "updated_at": { - "$date": "2024-05-16T18:40:06.528Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e84fc159383e8d754e92c1" - }, - "price": 670000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماکیاتو (عربیکا)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:52:49.890Z" - }, - "updated_at": { - "$date": "2024-05-16T18:39:01.438Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8505959383e8d754e9310" - }, - "price": 580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "امریکانو (۳۰-۷۰) ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 7, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:55:21.772Z" - }, - "updated_at": { - "$date": "2024-05-16T18:37:44.811Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e850bb59383e8d754e931a" - }, - "price": 630000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "امریکانو (عربیکا)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 8, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:56:59.561Z" - }, - "updated_at": { - "$date": "2024-05-16T18:37:20.235Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8516359383e8d754e9331" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو (۳۰-۷۰)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 10, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T06:59:47.116Z" - }, - "updated_at": { - "$date": "2024-05-16T18:35:41.762Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8521559383e8d754e936a" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو (عربیکا) ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 11, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:02:45.830Z" - }, - "updated_at": { - "$date": "2024-05-16T18:35:12.522Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8527159383e8d754e937e" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کافه لته (۳۰-۷۰)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 13, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:04:17.222Z" - }, - "updated_at": { - "$date": "2024-05-16T18:33:05.942Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e852ae59383e8d754e9388" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کافه لته (عربیکا) ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 15, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:05:18.304Z" - }, - "updated_at": { - "$date": "2024-05-16T18:32:36.314Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e852e859383e8d754e939f" - }, - "price": 780000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو (۳۰-۷۰) ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 16, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:06:16.384Z" - }, - "updated_at": { - "$date": "2024-05-16T18:31:16.836Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8531159383e8d754e93a9" - }, - "price": 830000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو (عربیکا)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 17, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:06:57.301Z" - }, - "updated_at": { - "$date": "2024-05-16T18:30:43.651Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8554759383e8d754e9452" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا (۳۰-۷۰) ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 19, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:16:23.799Z" - }, - "updated_at": { - "$date": "2024-05-16T18:29:43.565Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8556d59383e8d754e945c" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا (عربیکا)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 20, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:17:01.587Z" - }, - "updated_at": { - "$date": "2024-05-16T18:29:20.205Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e855c359383e8d754e9470" - }, - "price": 520000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو کن پانا", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 22, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:18:27.912Z" - }, - "updated_at": { - "$date": "2024-05-16T18:28:16.008Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e855fc59383e8d754e947a" - }, - "price": 680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8464759383e8d754e919d" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:19:24.019Z" - }, - "updated_at": { - "$date": "2024-05-16T18:44:29.547Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8562459383e8d754e9484" - }, - "price": 680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8464759383e8d754e919d" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:20:04.873Z" - }, - "updated_at": { - "$date": "2024-05-16T18:44:06.206Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e856b459383e8d754e94a2" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خیار سکنجبین", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8483159383e8d754e91e7" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:22:28.702Z" - }, - "updated_at": { - "$date": "2024-05-16T19:06:37.287Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e856de59383e8d754e94ac" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شربت لیمونعنا", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8483159383e8d754e91e7" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:23:10.061Z" - }, - "updated_at": { - "$date": "2024-05-16T19:07:36.866Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e856fa59383e8d754e94b6" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شربت بهار نارنج", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8483159383e8d754e91e7" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:23:38.617Z" - }, - "updated_at": { - "$date": "2024-05-16T19:07:58.499Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8571c59383e8d754e94c0" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شربت نسترن", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8483159383e8d754e91e7" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:24:12.307Z" - }, - "updated_at": { - "$date": "2024-05-16T19:07:18.698Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8575559383e8d754e94ca" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شربت بیدمشک", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8483159383e8d754e91e7" - }, - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:25:09.154Z" - }, - "updated_at": { - "$date": "2024-05-16T19:06:58.544Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8577d59383e8d754e94d4" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شربت زعفران", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8483159383e8d754e91e7" - }, - "index": 6, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:25:49.707Z" - }, - "updated_at": { - "$date": "2023-08-25T07:25:49.707Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e85af459383e8d754e94ed" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای دمی تک نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "64e846b359383e8d754e91b1" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:40:36.309Z" - }, - "updated_at": { - "$date": "2024-05-16T18:45:40.071Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e85b6359383e8d754e94f7" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای زعفران", - "description": "همراه با باقلوا", - "short_description": "", - "category": { - "$oid": "64e846b359383e8d754e91b1" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:42:27.846Z" - }, - "updated_at": { - "$date": "2024-05-16T18:47:28.674Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e85b8259383e8d754e9501" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای آرامش ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e846b359383e8d754e91b1" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:42:58.635Z" - }, - "updated_at": { - "$date": "2024-05-16T18:47:04.162Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e85bb659383e8d754e950e" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش آویشن نعنا", - "description": "", - "short_description": "", - "category": { - "$oid": "64e846b359383e8d754e91b1" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:43:50.257Z" - }, - "updated_at": { - "$date": "2024-05-16T18:46:45.877Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e85c1559383e8d754e951e" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش بهارنارنج به لیمو", - "description": "", - "short_description": "", - "category": { - "$oid": "64e846b359383e8d754e91b1" - }, - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:45:25.815Z" - }, - "updated_at": { - "$date": "2024-05-16T18:46:22.881Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e85c3359383e8d754e9528" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش میوه های قرمز", - "description": "", - "short_description": "", - "category": { - "$oid": "64e846b359383e8d754e91b1" - }, - "index": 6, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:45:55.136Z" - }, - "updated_at": { - "$date": "2024-05-16T18:46:05.215Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e85cf359383e8d754e9542" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لته (70-30)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8477d59383e8d754e91c6" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:49:07.524Z" - }, - "updated_at": { - "$date": "2024-05-16T18:52:22.756Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e85d3759383e8d754e954d" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لته (عربیکا)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8477d59383e8d754e91c6" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:50:15.871Z" - }, - "updated_at": { - "$date": "2024-05-16T18:52:43.584Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e85d9959383e8d754e9561" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس کارامل ماکیاتو (70-30)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8477d59383e8d754e91c6" - }, - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:51:53.164Z" - }, - "updated_at": { - "$date": "2024-05-16T18:51:19.713Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e85dc059383e8d754e956b" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس کارامل ماکیاتو (عربیکا)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8477d59383e8d754e91c6" - }, - "index": 6, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:52:32.572Z" - }, - "updated_at": { - "$date": "2024-05-16T18:52:06.012Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e85e5a59383e8d754e957f" - }, - "price": 820000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس موکا (70-30)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8477d59383e8d754e91c6" - }, - "index": 8, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:55:06.775Z" - }, - "updated_at": { - "$date": "2024-05-16T18:49:53.188Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e85e7859383e8d754e9589" - }, - "price": 870000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس موکا (عربیکا)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8477d59383e8d754e91c6" - }, - "index": 9, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:55:36.956Z" - }, - "updated_at": { - "$date": "2024-05-16T18:50:25.315Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e85ef259383e8d754e95a0" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس امریکانو (70-30)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8477d59383e8d754e91c6" - }, - "index": 11, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T07:57:38.760Z" - }, - "updated_at": { - "$date": "2024-05-16T18:49:10.082Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e85fa159383e8d754e95c4" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس امریکانو (عربیکا)", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8477d59383e8d754e91c6" - }, - "index": 12, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:00:33.256Z" - }, - "updated_at": { - "$date": "2024-05-16T18:48:52.326Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8605a59383e8d754e95ed" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک وانیل ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847df59383e8d754e91cf" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:03:38.760Z" - }, - "updated_at": { - "$date": "2024-05-16T19:04:28.642Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8607f59383e8d754e95f7" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک قهوه", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847df59383e8d754e91cf" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:04:15.884Z" - }, - "updated_at": { - "$date": "2024-05-16T19:01:38.830Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8609b59383e8d754e9607" - }, - "price": 870000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک بادام زمینی ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847df59383e8d754e91cf" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:04:43.873Z" - }, - "updated_at": { - "$date": "2023-08-25T08:05:04.831Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e860d559383e8d754e9627" - }, - "price": 870000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک کارامل سالت", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847df59383e8d754e91cf" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:05:41.396Z" - }, - "updated_at": { - "$date": "2023-08-25T08:05:41.396Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e860fe59383e8d754e9634" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847df59383e8d754e91cf" - }, - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:06:22.067Z" - }, - "updated_at": { - "$date": "2023-08-25T08:06:22.067Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8612e59383e8d754e9653" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847df59383e8d754e91cf" - }, - "index": 6, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:07:10.281Z" - }, - "updated_at": { - "$date": "2023-08-25T08:07:10.281Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8615659383e8d754e9663" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک موز شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847df59383e8d754e91cf" - }, - "index": 7, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:07:50.165Z" - }, - "updated_at": { - "$date": "2024-05-16T19:05:19.514Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8617959383e8d754e9676" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک شکلات بادام", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847df59383e8d754e91cf" - }, - "index": 8, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:08:25.120Z" - }, - "updated_at": { - "$date": "2023-08-25T08:08:25.120Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8619659383e8d754e9680" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847fe59383e8d754e91d8" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:08:54.139Z" - }, - "updated_at": { - "$date": "2024-05-16T18:54:04.842Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e861bb59383e8d754e968f" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جینجر رزماری ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847fe59383e8d754e91d8" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:09:31.496Z" - }, - "updated_at": { - "$date": "2024-05-16T19:00:24.072Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8620659383e8d754e96a4" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اورنج لیموناد", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847fe59383e8d754e91d8" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:10:46.912Z" - }, - "updated_at": { - "$date": "2024-05-16T18:57:53.169Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8622759383e8d754e96ae" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847fe59383e8d754e91d8" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:11:19.611Z" - }, - "updated_at": { - "$date": "2024-05-16T18:57:16.872Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8624959383e8d754e96b8" - }, - "price": 720000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رد موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847fe59383e8d754e91d8" - }, - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:11:53.832Z" - }, - "updated_at": { - "$date": "2024-05-16T18:56:53.811Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8626d59383e8d754e96c2" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوربری ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847fe59383e8d754e91d8" - }, - "index": 6, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:12:29.153Z" - }, - "updated_at": { - "$date": "2024-05-16T18:56:34.950Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e862b359383e8d754e96cd" - }, - "price": 870000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تروپیکال فروت", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847fe59383e8d754e91d8" - }, - "index": 7, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:13:39.202Z" - }, - "updated_at": { - "$date": "2024-05-16T18:55:48.296Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e862e459383e8d754e96ea" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بلواسکای ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847fe59383e8d754e91d8" - }, - "index": 8, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:14:28.374Z" - }, - "updated_at": { - "$date": "2024-05-16T18:54:48.215Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8630a59383e8d754e96f4" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "انبه شاتوت ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847fe59383e8d754e91d8" - }, - "index": 9, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T08:15:06.366Z" - }, - "updated_at": { - "$date": "2024-05-16T18:58:36.602Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8752c59383e8d754e98e3" - }, - "price": 5500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رول دارچین ساده", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8488859383e8d754e9202" - }, - "index": 7, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T09:32:28.308Z" - }, - "updated_at": { - "$date": "2024-05-30T11:36:16.697Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8761359383e8d754e997e" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کروسان مغزدار ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8488859383e8d754e9202" - }, - "index": 13, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T09:36:19.667Z" - }, - "updated_at": { - "$date": "2024-05-30T11:39:55.936Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64e8763559383e8d754e9994" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شات سیروپ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e848ce59383e8d754e920b" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-08-25T09:36:53.332Z" - }, - "updated_at": { - "$date": "2024-05-30T11:40:20.221Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64edb3c859383e8d754ef5d7" - }, - "price": 4800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چانو(سیر و استیک)", - "description": "گوشت گوساله مزه دار شده،پپرونی،زیتون،قارچ،سس سیر", - "short_description": "", - "category": { - "$oid": "64edb2bb59383e8d754ef59b" - }, - "index": 1, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-29T09:00:56.333Z" - }, - "updated_at": { - "$date": "2025-08-27T15:23:50.171Z" - }, - "__v": 0, - "image": "food_1733223584119.png" -}, -{ - "_id": { - "$oid": "64edb3f159383e8d754ef5e1" - }, - "price": 3900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پپرونی", - "description": "ژامبون پپرونی،قارچ،فلفل دلمه", - "short_description": "", - "category": { - "$oid": "64edb2bb59383e8d754ef59b" - }, - "index": 2, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-29T09:01:37.598Z" - }, - "updated_at": { - "$date": "2025-08-27T15:22:09.442Z" - }, - "__v": 0, - "image": "food_1733221872848.png" -}, -{ - "_id": { - "$oid": "64edb41559383e8d754ef5ee" - }, - "price": 3900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میت ژامبون", - "description": "ژامبون گوشت،پنیر گودا،زیتون،قارچ", - "short_description": "", - "category": { - "$oid": "64edb2bb59383e8d754ef59b" - }, - "index": 3, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-29T09:02:13.966Z" - }, - "updated_at": { - "$date": "2025-08-27T15:22:54.993Z" - }, - "__v": 0, - "image": "food_1733221914467.png" -}, -{ - "_id": { - "$oid": "64edb44259383e8d754ef5f8" - }, - "price": 4400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیده(مخصوص یامی)", - "description": ":گوشت چرخ شده با ژامبون گوشت و مرغ،فلفل دلمه،فلفل هالوپینو،قارچ", - "short_description": "", - "category": { - "$oid": "64edb2bb59383e8d754ef59b" - }, - "index": 4, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-29T09:02:58.924Z" - }, - "updated_at": { - "$date": "2025-08-27T15:21:08.415Z" - }, - "__v": 0, - "image": "food_1699784972822.png" -}, -{ - "_id": { - "$oid": "64edb46a59383e8d754ef603" - }, - "price": 4400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن پستو", - "description": "مرغ مزه دار شده،قارچ،پنیر گودا،سس پستو", - "short_description": "", - "category": { - "$oid": "64edb2bb59383e8d754ef59b" - }, - "index": 5, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-29T09:03:38.895Z" - }, - "updated_at": { - "$date": "2025-08-27T15:20:10.803Z" - }, - "__v": 0, - "image": "food_1699785036611.png" -}, -{ - "_id": { - "$oid": "64edb4aa59383e8d754ef617" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد طبیعی", - "description": "", - "short_description": "", - "category": { - "$oid": "64edb2e659383e8d754ef5a4" - }, - "index": 0, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-29T09:04:42.366Z" - }, - "updated_at": { - "$date": "2025-04-05T16:22:48.669Z" - }, - "__v": 0, - "image": "food_1733222964994.png" -}, -{ - "_id": { - "$oid": "64edb54859383e8d754ef621" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو طبیعی", - "description": "", - "short_description": "", - "category": { - "$oid": "64edb2e659383e8d754ef5a4" - }, - "index": 0, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-29T09:07:20.038Z" - }, - "updated_at": { - "$date": "2025-04-05T16:22:36.779Z" - }, - "__v": 0, - "image": "food_1733222984965.png" -}, -{ - "_id": { - "$oid": "64edb5e059383e8d754ef651" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دلستر قوطی", - "description": "", - "short_description": "", - "category": { - "$oid": "64edb2e659383e8d754ef5a4" - }, - "index": 0, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-29T09:09:52.347Z" - }, - "updated_at": { - "$date": "2025-08-27T15:19:29.163Z" - }, - "__v": 0, - "image": "food_1733223033671.png" -}, -{ - "_id": { - "$oid": "64edb61e59383e8d754ef669" - }, - "price": 430000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نوشابه قوطی", - "description": "", - "short_description": "", - "category": { - "$oid": "64edb2e659383e8d754ef5a4" - }, - "index": 0, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-29T09:10:54.038Z" - }, - "updated_at": { - "$date": "2025-08-27T15:17:08.419Z" - }, - "__v": 0, - "image": "food_1733223011213.png" -}, -{ - "_id": { - "$oid": "64edb64259383e8d754ef673" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دلستر خانواده", - "description": "", - "short_description": "", - "category": { - "$oid": "64edb2e659383e8d754ef5a4" - }, - "index": 0, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-29T09:11:30.950Z" - }, - "updated_at": { - "$date": "2025-08-27T15:18:23.102Z" - }, - "__v": 0, - "image": "food_1733223060511.png" -}, -{ - "_id": { - "$oid": "64edb66e59383e8d754ef67e" - }, - "price": 120000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آب معدنی", - "description": "", - "short_description": "", - "category": { - "$oid": "64edb2e659383e8d754ef5a4" - }, - "index": 0, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-08-29T09:12:14.704Z" - }, - "updated_at": { - "$date": "2025-08-27T15:15:51.003Z" - }, - "__v": 0, - "image": "food_1733223199180.png" -}, -{ - "_id": { - "$oid": "64f4400059383e8d754f7164" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک لوتوس", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847df59383e8d754e91cf" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T08:12:48.440Z" - }, - "updated_at": { - "$date": "2023-11-20T19:04:16.212Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f4402d59383e8d754f716e" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک اورئو", - "description": "", - "short_description": "", - "category": { - "$oid": "64e847df59383e8d754e91cf" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T08:13:33.194Z" - }, - "updated_at": { - "$date": "2023-11-20T19:03:58.410Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f445cc59383e8d754f71ff" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "افوگاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "64e845ce59383e8d754e9185" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T08:37:32.728Z" - }, - "updated_at": { - "$date": "2024-05-16T18:27:30.286Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f446b559383e8d754f723c" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای دمی با قوری", - "description": "", - "short_description": "", - "category": { - "$oid": "64e846b359383e8d754e91b1" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T08:41:25.574Z" - }, - "updated_at": { - "$date": "2024-05-16T18:45:21.843Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f449cf59383e8d754f7332" - }, - "price": 720000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنه سوییسی ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8488859383e8d754e9202" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T08:54:39.019Z" - }, - "updated_at": { - "$date": "2024-05-30T13:21:00.398Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f449ff59383e8d754f7341" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نان توییست", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8488859383e8d754e9202" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T08:55:27.918Z" - }, - "updated_at": { - "$date": "2023-11-20T19:01:20.287Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f44a4859383e8d754f7363" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کرافین", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8488859383e8d754e9202" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T08:56:40.333Z" - }, - "updated_at": { - "$date": "2024-05-30T11:42:31.332Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f44afa59383e8d754f7390" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تارت کروسان", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8488859383e8d754e9202" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T08:59:38.385Z" - }, - "updated_at": { - "$date": "2024-05-30T11:43:10.368Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f44b1b59383e8d754f73aa" - }, - "price": 720000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نان نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "64e8488859383e8d754e9202" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T09:00:11.825Z" - }, - "updated_at": { - "$date": "2024-05-30T11:57:43.501Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f44bf059383e8d754f7414" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دسر انبه", - "description": "", - "short_description": "", - "category": { - "$oid": "64f44b7059383e8d754f73dd" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T09:03:44.056Z" - }, - "updated_at": { - "$date": "2024-05-30T12:01:18.393Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f44c0859383e8d754f741e" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تیرامیسو", - "description": "", - "short_description": "", - "category": { - "$oid": "64f44b7059383e8d754f73dd" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T09:04:08.503Z" - }, - "updated_at": { - "$date": "2024-05-30T11:59:31.926Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f44c6459383e8d754f7454" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تارت تتن", - "description": "", - "short_description": "", - "category": { - "$oid": "64f44b7059383e8d754f73dd" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T09:05:40.531Z" - }, - "updated_at": { - "$date": "2024-05-30T12:02:23.862Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f44c9659383e8d754f746e" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میلفوی", - "description": "", - "short_description": "", - "category": { - "$oid": "64f44b7059383e8d754f73dd" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T09:06:30.423Z" - }, - "updated_at": { - "$date": "2024-05-30T12:11:59.477Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f44f7f59383e8d754f7507" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک چوکوبری", - "description": "", - "short_description": "", - "category": { - "$oid": "64f44b7059383e8d754f73dd" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T09:18:55.498Z" - }, - "updated_at": { - "$date": "2024-05-30T12:03:12.487Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f4872959383e8d754f7b10" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نیمرو", - "description": "", - "short_description": "", - "category": { - "$oid": "64f486f059383e8d754f7b03" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T13:16:25.105Z" - }, - "updated_at": { - "$date": "2023-09-03T13:16:25.105Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f4874559383e8d754f7b1a" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "املت فرانسوی", - "description": "", - "short_description": "", - "category": { - "$oid": "64f486f059383e8d754f7b03" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T13:16:53.172Z" - }, - "updated_at": { - "$date": "2023-09-03T13:16:53.172Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f4878959383e8d754f7b24" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیوب تست و موز کاراملی", - "description": "", - "short_description": "", - "category": { - "$oid": "64f486f059383e8d754f7b03" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T13:18:01.376Z" - }, - "updated_at": { - "$date": "2023-09-03T13:18:01.376Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f487b059383e8d754f7b31" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "استافد کروسان", - "description": "", - "short_description": "", - "category": { - "$oid": "64f486f059383e8d754f7b03" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T13:18:40.546Z" - }, - "updated_at": { - "$date": "2023-09-03T13:18:40.546Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "64f487da59383e8d754f7b3b" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنکیک المانی با کارامل نمکی", - "description": "", - "short_description": "", - "category": { - "$oid": "64f486f059383e8d754f7b03" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-09-03T13:19:22.599Z" - }, - "updated_at": { - "$date": "2023-09-03T13:19:22.599Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "650035dc59383e8d7550446c" - }, - "price": 2400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیاز سوخاری .. onion rings ", - "description": "10 عدد پیاز سوخاری / سس مخصوص..fried onion/special sauce ", - "short_description": "", - "category": { - "$oid": "61ac607926d2e0e4fbd9b465" - }, - "index": 2, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-09-12T09:56:44.749Z" - }, - "updated_at": { - "$date": "2025-12-04T11:56:44.903Z" - }, - "__v": 0, - "image": "food_1715934447089.png" -}, -{ - "_id": { - "$oid": "6501931b59383e8d75505d8d" - }, - "price": 2770000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی با دیپ چدار و بیکن(new)", - "description": "سیب زمینی وجز ، سس چدار، بیکن، پولبیبر، رد اویل، میکرو گرین", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 8, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2023-09-13T10:46:51.129Z" - }, - "updated_at": { - "$date": "2025-12-25T12:33:04.599Z" - }, - "__v": 0, - "image": "food_1728330958600.png" -}, -{ - "_id": { - "$oid": "650c0e0159383e8d75510585" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته", - "description": "اسپرسو، شیر داغ", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 0, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "image": "food_1695288832011.png", - "created_at": { - "$date": "2023-09-21T09:33:53.631Z" - }, - "updated_at": { - "$date": "2025-01-12T19:06:45.988Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "650c0f0d59383e8d755105ec" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو ", - "description": "اسپرسو، شیر فوم دار", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 0, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "image": "food_1695289099887.png", - "created_at": { - "$date": "2023-09-21T09:38:21.327Z" - }, - "updated_at": { - "$date": "2025-01-12T19:06:17.144Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6513f1c959383e8d7551861d" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته سرد", - "description": "اسپرسو، شیر، یخ", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 12, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "image": "food_1695805895784.png", - "created_at": { - "$date": "2023-09-27T09:11:37.183Z" - }, - "updated_at": { - "$date": "2025-01-12T19:05:42.104Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6513f2c159383e8d75518639" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا سرد", - "description": "چای ماسالا، شیر، یخ", - "short_description": "", - "category": { - "$oid": "6783ffa2a4463c0057e4a32b" - }, - "index": 13, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "image": "food_1695806144076.png", - "created_at": { - "$date": "2023-09-27T09:15:45.297Z" - }, - "updated_at": { - "$date": "2025-01-12T19:05:15.679Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6513f99159383e8d7551872d" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کافی ژلاتو", - "description": "اسپرسو، سه اسکوپ بستنی، سس شکلات یا کارامل", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 14, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "image": "food_1695807888134.png", - "created_at": { - "$date": "2023-09-27T09:44:49.901Z" - }, - "updated_at": { - "$date": "2025-01-12T19:01:35.757Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6513fa6d59383e8d75518737" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپاچیلو", - "description": "شیر شیک شده،اسپرسو، بستنی، یخ", - "short_description": "", - "category": { - "$oid": "6783ffeea4463c0057e4a367" - }, - "index": 1, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "image": "food_1695808108259.png", - "created_at": { - "$date": "2023-09-27T09:48:29.532Z" - }, - "updated_at": { - "$date": "2025-01-12T19:31:21.166Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6513fcbd59383e8d755187b3" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل کاپاچیلو سرد", - "description": "شیر شیک شده،اسپرسو، بستنی، یخ، کارامل", - "short_description": "", - "category": { - "$oid": "6783ffeea4463c0057e4a367" - }, - "index": 2, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "image": "food_1695808700457.png", - "created_at": { - "$date": "2023-09-27T09:58:21.786Z" - }, - "updated_at": { - "$date": "2025-01-12T19:32:30.403Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6513fdaf59383e8d755187ea" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکاچیلو ", - "description": "شیر شیک شده،اسپرسو، شکلات، بستنی، یخ", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 17, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2023-09-27T10:02:23.261Z" - }, - "updated_at": { - "$date": "2025-01-12T18:59:18.965Z" - }, - "__v": 0, - "image": "food_1695915741217.png" -}, -{ - "_id": { - "$oid": "6519740159383e8d7551dfd0" - }, - "price": 3000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن آلفردو", - "description": "پنه ، فیله مرغ ، قارچ ، سس آلفردو ، پیازچه ، پارمژان", - "short_description": "", - "category": { - "$oid": "6519726759383e8d7551df83" - }, - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:28:33.011Z" - }, - "updated_at": { - "$date": "2025-03-31T13:45:23.025Z" - }, - "__v": 0, - "image": "food_1700505401539.png" -}, -{ - "_id": { - "$oid": "6519744459383e8d7551dfe0" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلاسیک فرایز", - "description": "سیب زمینی سرخ شده ، ادویه سیب زمینی،شات سس کچاپ", - "short_description": "", - "category": { - "$oid": "651971c059383e8d7551df47" - }, - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:29:40.961Z" - }, - "updated_at": { - "$date": "2025-04-01T12:46:38.758Z" - }, - "__v": 0, - "image": "food_1697470183400.png" -}, -{ - "_id": { - "$oid": "6519748a59383e8d7551dff0" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وگاس فرایز", - "description": "سیب زمینی سرخ شده ، دیپ گودا ، بیکن گوساله ، ادویه مخصوص ، جعفری،شات سس کچاپ", - "short_description": "", - "category": { - "$oid": "651971c059383e8d7551df47" - }, - "index": 2, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:30:50.077Z" - }, - "updated_at": { - "$date": "2025-04-01T12:47:07.736Z" - }, - "__v": 0, - "image": "food_1697470153246.png" -}, -{ - "_id": { - "$oid": "651974b959383e8d7551dffa" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت فرایز", - "description": "سیب زمینی سرخ شده ، سس قارچ ،ادویه مخصوص ، جعفری", - "short_description": "", - "category": { - "$oid": "651971c059383e8d7551df47" - }, - "index": 3, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:31:37.135Z" - }, - "updated_at": { - "$date": "2025-04-01T12:47:39.480Z" - }, - "__v": 0, - "image": "food_1697470087842.png" -}, -{ - "_id": { - "$oid": "651977a059383e8d7551e007" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز فرایز", - "description": "سیب زمینی سرخ شده ، بیکن گوساله ، قارچ، پنیرپیتزا ،ادوی مخصوص جعفری ،سس کچاپ", - "short_description": "", - "category": { - "$oid": "651971c059383e8d7551df47" - }, - "index": 4, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:44:00.650Z" - }, - "updated_at": { - "$date": "2025-04-01T12:48:06.082Z" - }, - "__v": 0, - "image": "food_1697470068926.png" -}, -{ - "_id": { - "$oid": "651977fd59383e8d7551e011" - }, - "price": 2850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "داینامیت شریمپ", - "description": "میگوهای سوخاری شده جا افتاده در سس داینامیت شرقی به همراه سالاد کلم ،رایس نودل", - "short_description": "", - "category": { - "$oid": "651971c059383e8d7551df47" - }, - "index": 5, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:45:33.576Z" - }, - "updated_at": { - "$date": "2025-04-01T12:48:28.621Z" - }, - "__v": 0, - "image": "food_1700064997776.png" -}, -{ - "_id": { - "$oid": "6519788459383e8d7551e01b" - }, - "price": 2400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اورینتال چیکن", - "description": "تکه های فیله مرغ سوخاری شده به همراه سیب زمینی ساته شده با سیر و ادویه،رایس نودل،سالاد کلم سس سیر و کچاپ", - "short_description": "", - "category": { - "$oid": "651971c059383e8d7551df47" - }, - "index": 6, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:47:48.832Z" - }, - "updated_at": { - "$date": "2025-04-01T12:48:55.354Z" - }, - "__v": 0, - "image": "food_1697470045975.png" -}, -{ - "_id": { - "$oid": "6519791659383e8d7551e03f" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوپ روز", - "description": "", - "short_description": "", - "category": { - "$oid": "651971c059383e8d7551df47" - }, - "index": 7, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:50:14.758Z" - }, - "updated_at": { - "$date": "2025-04-01T12:49:15.360Z" - }, - "__v": 0, - "image": "food_1700503529696.png" -}, -{ - "_id": { - "$oid": "65197a2e59383e8d7551e062" - }, - "price": 4950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کته استیک", - "description": "220 گرم فیله گوساله گریل شده ، برنج اعلاء ایرانی ، گوجه ساته شده ، دورچین", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:54:54.883Z" - }, - "updated_at": { - "$date": "2024-10-10T17:19:01.339Z" - }, - "__v": 0, - "image": "food_1705685449063.png" -}, -{ - "_id": { - "$oid": "65197acf59383e8d7551e097" - }, - "price": 2800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جوجه کباب زعفرانی ", - "description": "برنج اعلاء ایرانی ،۲ عدد سیخ چوبی فیله مرغ طعم دار شده با زعفران ، دورچین ،", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 3, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:57:35.942Z" - }, - "updated_at": { - "$date": "2025-03-31T14:51:58.520Z" - }, - "__v": 0, - "image": "food_1700418953476.png" -}, -{ - "_id": { - "$oid": "65197af759383e8d7551e0a7" - }, - "price": 3300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ته چین مرغ شیرازی", - "description": "ته چین مرغ ، بادمجان دودی ، دورچین ", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 4, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:58:15.575Z" - }, - "updated_at": { - "$date": "2025-03-31T14:51:07.220Z" - }, - "__v": 0, - "image": "food_1700418905745.png" -}, -{ - "_id": { - "$oid": "65197b3159383e8d7551e0b1" - }, - "price": 4100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ته چین گوشت ", - "description": "ته چین به همراه گوشت فرآوری شده ، بادمجان دودی ، دورچین", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 5, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T13:59:13.075Z" - }, - "updated_at": { - "$date": "2025-03-31T14:50:41.164Z" - }, - "__v": 0, - "image": "food_1700418859025.png" -}, -{ - "_id": { - "$oid": "65197c5659383e8d7551e0e0" - }, - "price": 3700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فسنجان عیانی", - "description": "ران مرغ جا افتاده در خورشت فسنجان ، مغز گردو ، کته زعفرانی ، دورچین", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 7, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:04:06.811Z" - }, - "updated_at": { - "$date": "2025-01-07T14:38:35.127Z" - }, - "__v": 0, - "image": "food_1700418787599.png" -}, -{ - "_id": { - "$oid": "65197cff59383e8d7551e0f0" - }, - "price": 2800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک قزل آلا", - "description": "ماهی قزل آلا سرخ شده ، بروکلی و هویج ساته شده ، سس صدف ، سس سیر، سالسا لبو و آناناس زنجبیلی ، خرما مغز دار", - "short_description": "", - "category": { - "$oid": "6519733c59383e8d7551df9e" - }, - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:06:55.819Z" - }, - "updated_at": { - "$date": "2025-04-01T12:55:12.669Z" - }, - "__v": 0, - "image": "food_1700506766244.png" -}, -{ - "_id": { - "$oid": "65197d5e59383e8d7551e0fa" - }, - "price": 6750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراید شریمپ", - "description": "شاه میگو سوخاری شده ، مش پوتیتو ، سبزیجات ساته شده با سس صدف ، سس سیر ، سالسا آناناس زنجبیلی ، خرما مغزدار", - "short_description": "", - "category": { - "$oid": "6519733c59383e8d7551df9e" - }, - "index": 2, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:08:30.093Z" - }, - "updated_at": { - "$date": "2025-04-01T12:54:50.901Z" - }, - "__v": 0, - "image": "food_1711381169606.png" -}, -{ - "_id": { - "$oid": "65197db859383e8d7551e122" - }, - "price": 3700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیف آلفردو ", - "description": "پنه ، فیله گوساله ، قارچ ، سس آلفردو ، پیازچه ، پارمژان", - "short_description": "", - "category": { - "$oid": "6519726759383e8d7551df83" - }, - "index": 2, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:10:00.250Z" - }, - "updated_at": { - "$date": "2025-03-31T13:46:24.592Z" - }, - "__v": 0, - "image": "food_1709920205103.png" -}, -{ - "_id": { - "$oid": "65197e9359383e8d7551e139" - }, - "price": 3150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فتوچینی پستو", - "description": "فتوچینی ، فیله مرغ گریل شده، قارچ ، سس پستو جنوا ،گردو ، پارمژان", - "short_description": "", - "category": { - "$oid": "6519726759383e8d7551df83" - }, - "index": 3, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:13:39.840Z" - }, - "updated_at": { - "$date": "2025-03-31T13:46:02.383Z" - }, - "__v": 0, - "image": "food_1700505314228.png" -}, -{ - "_id": { - "$oid": "65197f3459383e8d7551e14c" - }, - "price": 3900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اوشن اسپایسی", - "description": "فتوچینی ، میگو سوخاری ، سس پیری پیری، بروکلی ، پارمژان", - "short_description": "", - "category": { - "$oid": "6519726759383e8d7551df83" - }, - "index": 4, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:16:20.597Z" - }, - "updated_at": { - "$date": "2025-03-31T13:44:51.139Z" - }, - "__v": 0, - "image": "food_1711381126223.png" -}, -{ - "_id": { - "$oid": "65197f9759383e8d7551e156" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پوتانسکا", - "description": "پنه ، بیکن گوساله تفت داده شده با کره ، سس آلفردو ، قارچ ، پیازچه ، پنیر هالومی ، پارمژان", - "short_description": "", - "category": { - "$oid": "6519726759383e8d7551df83" - }, - "index": 5, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:17:59.023Z" - }, - "updated_at": { - "$date": "2025-03-31T13:44:19.727Z" - }, - "__v": 0, - "image": "food_1711381107855.png" -}, -{ - "_id": { - "$oid": "65197fc659383e8d7551e160" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لازانیا ", - "description": "لازانیا ،به انتخاب شما(بیکن. گوشت چرخ کرده.مرغ) سس خامه،سس مارینارا،قارچ ، پنیر پیتزا", - "short_description": "", - "category": { - "$oid": "6519726759383e8d7551df83" - }, - "index": 6, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:18:46.532Z" - }, - "updated_at": { - "$date": "2025-03-31T13:43:56.435Z" - }, - "__v": 0, - "image": "food_1700065921952.png" -}, -{ - "_id": { - "$oid": "6519804c59383e8d7551e170" - }, - "price": 2950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلاسیک برگر", - "description": "130 گرم گوشت مزه دار شده، کاهو فرانسه، گوجه، خیارشور، سس دست ساز BBQ،سس فرانسوی،سیب زمینی تنوری،شات سس کچاپ", - "short_description": "", - "category": { - "$oid": "6519723359383e8d7551df6b" - }, - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:21:00.246Z" - }, - "updated_at": { - "$date": "2025-04-01T12:52:23.824Z" - }, - "__v": 0, - "image": "food_1700064676261.png" -}, -{ - "_id": { - "$oid": "6519806359383e8d7551e17a" - }, - "price": 4050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هاوایی برگر", - "description": "130 گرم گوشت مزه دار شده،ورق طلا، بیکن کریسپی، آناناس گریل شده، کاهو فرانسه، دیپ آووکادو، گوجه،خیارشور،سیب زمینی تنوری", - "short_description": "", - "category": { - "$oid": "6519723359383e8d7551df6b" - }, - "index": 2, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:21:23.607Z" - }, - "updated_at": { - "$date": "2025-06-28T17:20:01.190Z" - }, - "__v": 0, - "image": "food_1700064706052.png" -}, -{ - "_id": { - "$oid": "6519807e59383e8d7551e184" - }, - "price": 3950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هانی بیف", - "description": "130 گرم گوشت مزه دار شده، دیپ گودا، بیکن کریسپی، پیاز کاراملایز، کاهو فرانسه، گوجه،خیار شور، پنیر هالومی،سیب زمینی تنوری،شات سس کچاپ", - "short_description": "", - "category": { - "$oid": "6519723359383e8d7551df6b" - }, - "index": 3, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:21:50.007Z" - }, - "updated_at": { - "$date": "2025-04-01T12:51:29.885Z" - }, - "__v": 0, - "image": "food_1700579878511.png" -}, -{ - "_id": { - "$oid": "6519809359383e8d7551e18e" - }, - "price": 4050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماریا برگر", - "description": "130 گرم گوشت مزه دار شده ،شنسل مرغ سوخاری ،دیپ گودا،سس فرانسوی، کاهو فرانسه، گوجه،خیارشور، سس دست ساز BBQ،سیب زمینی تنوری", - "short_description": "", - "category": { - "$oid": "6519723359383e8d7551df6b" - }, - "index": 4, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:22:11.246Z" - }, - "updated_at": { - "$date": "2025-06-28T17:18:54.996Z" - }, - "__v": 0, - "image": "food_1700579834554.png" -}, -{ - "_id": { - "$oid": "651980aa59383e8d7551e19e" - }, - "price": 3350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بلک اند بلو", - "description": "130 گرم گوشت مزه دار شده، دریایی از پنیر بلوچیز، کاهو فرانسه، گوجه،خیارشور، قارچ بلانچ شده،سیب زمینی تنوری،شات سس کچاپ", - "short_description": "", - "category": { - "$oid": "6519723359383e8d7551df6b" - }, - "index": 5, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:22:34.965Z" - }, - "updated_at": { - "$date": "2025-06-28T17:18:28.502Z" - }, - "__v": 0, - "image": "food_1711380975664.png" -}, -{ - "_id": { - "$oid": "6519817c59383e8d7551e1ae" - }, - "price": 3350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراید چیکن", - "description": "3 عدد فیله سوخاری، دیپ گودا، سالاد کلم،سس فرانسوی،سیب زمینی تنوری،شات سس کچاپ", - "short_description": "", - "category": { - "$oid": "6519723359383e8d7551df6b" - }, - "index": 6, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:26:04.987Z" - }, - "updated_at": { - "$date": "2025-06-28T17:18:08.682Z" - }, - "__v": 0, - "image": "food_1700579747065.png" -}, -{ - "_id": { - "$oid": "651981b059383e8d7551e1cb" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس دست ساز BBQ", - "description": "", - "short_description": "", - "category": { - "$oid": "6519819c59383e8d7551e1be" - }, - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:26:56.839Z" - }, - "updated_at": { - "$date": "2025-01-07T14:44:29.099Z" - }, - "__v": 0, - "image": "food_1711381413862.png" -}, -{ - "_id": { - "$oid": "651981c159383e8d7551e1d5" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دیپ گودا", - "description": "", - "short_description": "", - "category": { - "$oid": "6519819c59383e8d7551e1be" - }, - "index": 2, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:27:13.330Z" - }, - "updated_at": { - "$date": "2025-01-07T14:44:08.477Z" - }, - "__v": 0, - "image": "food_1711381392297.png" -}, -{ - "_id": { - "$oid": "651981eb59383e8d7551e1df" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس بلوچیز", - "description": "", - "short_description": "", - "category": { - "$oid": "6519819c59383e8d7551e1be" - }, - "index": 3, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:27:55.536Z" - }, - "updated_at": { - "$date": "2024-03-25T15:42:55.841Z" - }, - "__v": 0, - "image": "food_1711381375392.png" -}, -{ - "_id": { - "$oid": "6519820c59383e8d7551e1f3" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس آووکادو ", - "description": "", - "short_description": "", - "category": { - "$oid": "6519819c59383e8d7551e1be" - }, - "index": 5, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:28:28.356Z" - }, - "updated_at": { - "$date": "2024-03-25T18:53:19.786Z" - }, - "__v": 0, - "image": "food_1711392780130.png" -}, -{ - "_id": { - "$oid": "6519821c59383e8d7551e1fd" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس قارچ", - "description": "", - "short_description": "", - "category": { - "$oid": "6519819c59383e8d7551e1be" - }, - "index": 6, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:28:44.245Z" - }, - "updated_at": { - "$date": "2024-03-26T19:23:15.464Z" - }, - "__v": 0, - "image": "food_1711392409168.png" -}, -{ - "_id": { - "$oid": "6519827a59383e8d7551e21d" - }, - "price": 2950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار با مرغ گریل", - "description": "کاهو رسمی، گوجه گیلاسی، نان کراتان، فیله مرغ گریل شده، سس سزار لانکا، پارمژان", - "short_description": "", - "category": { - "$oid": "6519730759383e8d7551df92" - }, - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:30:18.405Z" - }, - "updated_at": { - "$date": "2025-03-31T14:46:58.680Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6519829159383e8d7551e22a" - }, - "price": 3300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار سوخاری", - "description": "کاهو رسمی، گوجه گیلاسی، نان کراتان، 2 عدد رول مرغ سوخاری پنیری، سس سزار لانکا، پارمژان", - "short_description": "", - "category": { - "$oid": "6519730759383e8d7551df92" - }, - "index": 2, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:30:41.518Z" - }, - "updated_at": { - "$date": "2025-03-31T14:44:45.242Z" - }, - "__v": 0, - "image": "food_1700064850761.png" -}, -{ - "_id": { - "$oid": "651982a659383e8d7551e234" - }, - "price": 3450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد لانکا", - "description": "کاهو رسمی، گردو کاراملی، بادام هندی،مویز، نان مغزدار، کرنبری،، پرک بادام، نعنا تازه،سس آنتراکت", - "short_description": "", - "category": { - "$oid": "6519730759383e8d7551df92" - }, - "index": 3, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:31:02.929Z" - }, - "updated_at": { - "$date": "2025-03-31T14:44:00.099Z" - }, - "__v": 0, - "image": "food_1709920706028.png" -}, -{ - "_id": { - "$oid": "651982c259383e8d7551e23e" - }, - "price": 3000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد هالومی بیکن", - "description": "کاهو رسمی، بیکن کریسپی، پنیر هالومی، نان ترتیلا، گوجه چری، کاپاریس،سس گرین", - "short_description": "", - "category": { - "$oid": "6519730759383e8d7551df92" - }, - "index": 4, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:31:30.231Z" - }, - "updated_at": { - "$date": "2025-03-31T14:44:19.675Z" - }, - "__v": 0, - "image": "food_1700064817754.png" -}, -{ - "_id": { - "$oid": "651982db59383e8d7551e248" - }, - "price": 2600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد آسیایی", - "description": "کاهو رسمی، کینوا، بروکلی، خیار، گوجه چری، نخود پخته شده، پیاز شارلوط، سس بالزامیک ،روغن زیتون فرابکر", - "short_description": "", - "category": { - "$oid": "6519730759383e8d7551df92" - }, - "index": 5, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:31:55.808Z" - }, - "updated_at": { - "$date": "2025-01-07T14:12:26.478Z" - }, - "__v": 0, - "image": "food_1700506184020.png" -}, -{ - "_id": { - "$oid": "651983ba59383e8d7551e27a" - }, - "price": 8650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "استیک فیله مینیون", - "description": "250 گرم فیله گوساله گریل شده ، مش پوتیتو ، سبزیجات ساته شده با سس صدف,سس قارچ", - "short_description": "", - "category": { - "$oid": "6519724d59383e8d7551df74" - }, - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:35:38.429Z" - }, - "updated_at": { - "$date": "2025-06-28T17:17:36.372Z" - }, - "__v": 0, - "image": "food_1711381090415.png" -}, -{ - "_id": { - "$oid": "6519840d59383e8d7551e293" - }, - "price": 9500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "استیک لانکا", - "description": "700 الی 850گرم ریبای استیک،ورق طلا،مش پوتیتو،سبزیجات ساته شده با سس صدف،سس قارچ(پخت مدیوم)", - "short_description": "", - "category": { - "$oid": "6519724d59383e8d7551df74" - }, - "index": 2, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:37:01.059Z" - }, - "updated_at": { - "$date": "2025-04-01T12:54:02.706Z" - }, - "__v": 0, - "image": "food_1709920062622.png" -}, -{ - "_id": { - "$oid": "6519844359383e8d7551e2a3" - }, - "price": 7450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لمب استیک ", - "description": "راسته گوسفندی گریل شده ، مش پوتیتو ، سبزیجات ساته شده با سس صدف،سس قارچ", - "short_description": "", - "category": { - "$oid": "6519724d59383e8d7551df74" - }, - "index": 3, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:37:55.608Z" - }, - "updated_at": { - "$date": "2025-04-01T12:53:41.778Z" - }, - "__v": 0, - "image": "food_1711381067217.png" -}, -{ - "_id": { - "$oid": "6519848e59383e8d7551e2ad" - }, - "price": 8100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سورف اند تورف", - "description": "250گرم فیله گوساله گریل شده ، 3عددشاه میگو سوخاری شده ، مش پوتیتو ، سبزیجات ساته شده با سس صدف ، سس ترخون", - "short_description": "", - "category": { - "$oid": "6519724d59383e8d7551df74" - }, - "index": 4, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:39:10.705Z" - }, - "updated_at": { - "$date": "2025-06-28T16:46:51.731Z" - }, - "__v": 0, - "image": "food_1711381042187.png" -}, -{ - "_id": { - "$oid": "651984d259383e8d7551e2bd" - }, - "price": 4150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن استیک", - "description": "شنسل مرغ گریل شده ، مش پوتیتو ، سبزیجات ساته شده با سس صدف ،سس قارچ", - "short_description": "", - "category": { - "$oid": "6519724d59383e8d7551df74" - }, - "index": 5, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:40:18.703Z" - }, - "updated_at": { - "$date": "2025-04-01T12:52:47.998Z" - }, - "__v": 0, - "image": "food_1711381020688.png" -}, -{ - "_id": { - "$oid": "6519866459383e8d7551e305" - }, - "price": 4600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دل کاپو", - "description": "سس سیر، پنیر پیتزا ، فیله گوساله طعم دار شده با سیر ، بیکن گوساله ، قارچ ، زیتون سیاه ، ارگانو،شات سس کچاپ", - "short_description": "", - "category": { - "$oid": "6519720759383e8d7551df62" - }, - "index": 2, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:47:00.115Z" - }, - "updated_at": { - "$date": "2025-06-28T16:46:16.835Z" - }, - "__v": 0, - "image": "food_1700504370110.png" -}, -{ - "_id": { - "$oid": "651986ab59383e8d7551e311" - }, - "price": 3900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن جنوا", - "description": "سس پستو جنوا ، پنیر پیتزا ، فیله مرغ ، قارچ ، دلمه رنگی ، زیتون سیاه ، ذرت ،ریحان،شات سس", - "short_description": "", - "category": { - "$oid": "6519720759383e8d7551df62" - }, - "index": 3, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:48:11.601Z" - }, - "updated_at": { - "$date": "2025-03-31T13:39:38.161Z" - }, - "__v": 0, - "image": "food_1700065708184.png" -}, -{ - "_id": { - "$oid": "651986ff59383e8d7551e321" - }, - "price": 4050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دیاوولا(پپرونی)", - "description": "سس بوفالو(HOT)، پنیر پیتزا ، پپرونی ، هالوپینو،شات سس کچاپ", - "short_description": "", - "category": { - "$oid": "6519720759383e8d7551df62" - }, - "index": 4, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:49:35.882Z" - }, - "updated_at": { - "$date": "2025-06-28T16:18:22.578Z" - }, - "__v": 0, - "image": "food_1705681791453.png" -}, -{ - "_id": { - "$oid": "651987a859383e8d7551e34d" - }, - "price": 4100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکاورده", - "description": "سس ناپولیتن ، پنیر پیتزا ، فیله گوساله طعم دار شده با سیر ، فیله مرغ ، قارچ ، دلمه رنگی ، زیتون سیاه،شات سس کچاپ", - "short_description": "", - "category": { - "$oid": "6519720759383e8d7551df62" - }, - "index": 6, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-01T14:52:24.071Z" - }, - "updated_at": { - "$date": "2025-06-28T16:17:57.030Z" - }, - "__v": 0, - "image": "food_1700065792298.png" -}, -{ - "_id": { - "$oid": "651d77c259383e8d75521da1" - }, - "price": 1560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد مرغ کاریCurry chicken salad", - "description": "سینه مرغ طمع دار شده-کاهو-سیب زمینی-جعفری-هویج سرخ شده-نان ساج ترکی-سس مخصوص", - "short_description": "", - "category": { - "$oid": "6398a0a482d7fc8d726a7f22" - }, - "index": 6, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696430012307.png", - "created_at": { - "$date": "2023-10-04T14:33:38.500Z" - }, - "updated_at": { - "$date": "2023-12-02T16:12:14.542Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651d79a659383e8d75521de4" - }, - "price": 1770000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد گرین green salad", - "description": "کاهو-سبزیجات معطر-سویا-مغزیجات-زیتون-dried tomato-نان بلغور-سس میوه", - "short_description": "", - "category": { - "$oid": "6398a0a482d7fc8d726a7f22" - }, - "index": 8, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696430495660.png", - "created_at": { - "$date": "2023-10-04T14:41:42.035Z" - }, - "updated_at": { - "$date": "2023-12-02T16:24:57.747Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651d8cb259383e8d75522046" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز برگر", - "description": "گوشت گوساله-دیپ چدار-کاهو-پیاز-گوجه-خیارشور", - "short_description": "", - "category": { - "$oid": "651d815259383e8d75521f12" - }, - "index": 1, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696435374474.png", - "created_at": { - "$date": "2023-10-04T16:02:58.513Z" - }, - "updated_at": { - "$date": "2023-10-04T18:16:53.638Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651d8eb659383e8d755220ad" - }, - "price": 1530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن برگر ", - "description": "مرغ گریل -کاهو -پنیر -خیارشور -گوجه -سس مخصوص ", - "short_description": "", - "category": { - "$oid": "651d815259383e8d75521f12" - }, - "index": 3, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696435891017.png", - "created_at": { - "$date": "2023-10-04T16:11:34.170Z" - }, - "updated_at": { - "$date": "2023-10-04T16:11:34.170Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651d9c3559383e8d75522383" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد", - "description": "", - "short_description": "", - "category": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "index": 2, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696439347250.png", - "created_at": { - "$date": "2023-10-04T17:09:09.428Z" - }, - "updated_at": { - "$date": "2023-10-04T17:09:09.428Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651d9ee559383e8d75522481" - }, - "price": 590000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مینت چاکلت", - "description": "شکلات نعنایی+شیر", - "short_description": "", - "category": { - "$oid": "639887a782d7fc8d726a7b2d" - }, - "index": 9, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696440035125.png", - "created_at": { - "$date": "2023-10-04T17:20:37.480Z" - }, - "updated_at": { - "$date": "2023-10-04T17:20:37.480Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651da99059383e8d755226f0" - }, - "price": 520000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز و نعنا", - "description": "", - "short_description": "", - "category": { - "$oid": "6456a24198ff3c741441c6ef" - }, - "index": 5, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696442765180.png", - "created_at": { - "$date": "2023-10-04T18:06:08.992Z" - }, - "updated_at": { - "$date": "2023-10-04T18:06:08.992Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651daa2e59383e8d75522733" - }, - "price": 490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش کوهی", - "description": "", - "short_description": "", - "category": { - "$oid": "6456a24198ff3c741441c6ef" - }, - "index": 6, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696442921555.png", - "created_at": { - "$date": "2023-10-04T18:08:46.061Z" - }, - "updated_at": { - "$date": "2023-10-04T18:08:46.061Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651db23d59383e8d75522963" - }, - "price": 890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک منگو دریم ", - "description": "بستنی وانیل-آب انبه-دارچین-موز", - "short_description": "", - "category": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "index": 6, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696444988115.png", - "created_at": { - "$date": "2023-10-04T18:43:09.695Z" - }, - "updated_at": { - "$date": "2023-10-04T18:43:09.695Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651db45c59383e8d7552299a" - }, - "price": 890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز شیک ", - "description": "بستنی وانیل -پنیر ماسکارپونه-لیدی فینگر ", - "short_description": "", - "category": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "index": 7, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696445529672.png", - "created_at": { - "$date": "2023-10-04T18:52:12.235Z" - }, - "updated_at": { - "$date": "2023-11-30T12:48:03.070Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651db59c59383e8d755229c9" - }, - "price": 910000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک اورئو ", - "description": "بستنی وانیل - بیسکویئت اورئو ", - "short_description": "", - "category": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "index": 8, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696445850261.png", - "created_at": { - "$date": "2023-10-04T18:57:32.582Z" - }, - "updated_at": { - "$date": "2023-11-30T12:47:19.160Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651dba0759383e8d75522a37" - }, - "price": 710000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاوندر", - "description": "اسطوخودوس-پنیرک-انبه-آب لیمو", - "short_description": "", - "category": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "index": 3, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696446980423.png", - "created_at": { - "$date": "2023-10-04T19:16:23.773Z" - }, - "updated_at": { - "$date": "2023-10-04T19:16:23.773Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651dbb5459383e8d75522a5c" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وینو", - "description": "آلبالو -چای ترش - توت فرنگی -فلفل", - "short_description": "", - "category": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "index": 4, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696447312768.png", - "created_at": { - "$date": "2023-10-04T19:21:56.231Z" - }, - "updated_at": { - "$date": "2023-10-04T19:21:56.231Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651dbcb559383e8d75522aa6" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اس تی بلک", - "description": "چای سیاه سرد دم - توت فرنگی-سودا", - "short_description": "", - "category": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "index": 13, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696447665612.png", - "created_at": { - "$date": "2023-10-04T19:27:49.282Z" - }, - "updated_at": { - "$date": "2023-10-04T19:28:20.769Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651dbd3959383e8d75522abd" - }, - "price": 630000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیزی بلک", - "description": "چای سیاه سرد دم -لیمو -سودا", - "short_description": "", - "category": { - "$oid": "62dd42c0faacb066e12063cc" - }, - "index": 14, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696447800091.png", - "created_at": { - "$date": "2023-10-04T19:30:01.587Z" - }, - "updated_at": { - "$date": "2023-10-04T19:30:01.587Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651dbfad59383e8d75522b60" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "love", - "description": "", - "short_description": "", - "category": { - "$oid": "651dbf1359383e8d75522b44" - }, - "index": 1, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696448428513.png", - "created_at": { - "$date": "2023-10-04T19:40:29.503Z" - }, - "updated_at": { - "$date": "2023-10-04T19:40:29.503Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651dbfef59383e8d75522b73" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیدی کیلر", - "description": "", - "short_description": "", - "category": { - "$oid": "651dbf1359383e8d75522b44" - }, - "index": 2, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696448494533.png", - "created_at": { - "$date": "2023-10-04T19:41:35.562Z" - }, - "updated_at": { - "$date": "2023-10-04T19:41:35.562Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651dc03859383e8d75522b9a" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آدامس دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "651dbf1359383e8d75522b44" - }, - "index": 3, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696448567661.png", - "created_at": { - "$date": "2023-10-04T19:42:48.675Z" - }, - "updated_at": { - "$date": "2023-10-04T19:42:48.675Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651dc05859383e8d75522ba4" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب یخ", - "description": "", - "short_description": "", - "category": { - "$oid": "651dbf1359383e8d75522b44" - }, - "index": 4, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696448599521.png", - "created_at": { - "$date": "2023-10-04T19:43:20.513Z" - }, - "updated_at": { - "$date": "2023-10-04T19:43:20.513Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651dc07559383e8d75522bb1" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آلو یخ", - "description": "", - "short_description": "", - "category": { - "$oid": "651dbf1359383e8d75522b44" - }, - "index": 5, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696448628354.png", - "created_at": { - "$date": "2023-10-04T19:43:49.450Z" - }, - "updated_at": { - "$date": "2023-10-04T19:48:38.229Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651dc18159383e8d75522bef" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هندوانه نعنا", - "description": "", - "short_description": "", - "category": { - "$oid": "651dbf1359383e8d75522b44" - }, - "index": 6, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1696448896830.png", - "created_at": { - "$date": "2023-10-04T19:48:17.829Z" - }, - "updated_at": { - "$date": "2023-10-04T19:48:17.829Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "651ecac659383e8d75523694" - }, - "price": 3100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مارگریتا", - "description": "سس مارینارا،پنیر توپی موزارلا،گوجه اسلایس ،ریحان،پارمژان", - "short_description": "", - "category": { - "$oid": "6519720759383e8d7551df62" - }, - "index": 5, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T14:40:06.477Z" - }, - "updated_at": { - "$date": "2025-06-28T16:09:56.335Z" - }, - "__v": 0, - "image": "food_1728639153521.png" -}, -{ - "_id": { - "$oid": "651ee04b59383e8d75523c6a" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ", - "description": "", - "short_description": "", - "category": { - "$oid": "651ee00e59383e8d75523c4e" - }, - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T16:11:55.064Z" - }, - "updated_at": { - "$date": "2025-01-07T13:13:24.599Z" - }, - "__v": 0, - "image": "food_1697923414665.png" -}, -{ - "_id": { - "$oid": "651ee0e059383e8d75523cae" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو70/30", - "description": "", - "short_description": "", - "category": { - "$oid": "651ee00e59383e8d75523c4e" - }, - "index": 2, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T16:14:24.836Z" - }, - "updated_at": { - "$date": "2025-06-28T15:52:17.717Z" - }, - "__v": 0, - "image": "food_1697923462054.png" -}, -{ - "_id": { - "$oid": "651ee12e59383e8d75523cf0" - }, - "price": 950000, - "stock": 1, - "static_discount": 1, - "active": true, - "name": "امریکانو", - "description": "اسپرسو+آب جوش", - "short_description": "", - "category": { - "$oid": "651ee00e59383e8d75523c4e" - }, - "index": 3, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T16:15:42.923Z" - }, - "updated_at": { - "$date": "2025-06-28T16:17:14.562Z" - }, - "__v": 0, - "image": "food_1697923497768.png" -}, -{ - "_id": { - "$oid": "651ee22c59383e8d75523d4f" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفوگاتو", - "description": "اسپرسو+بستنی ", - "short_description": "", - "category": { - "$oid": "651ee00e59383e8d75523c4e" - }, - "index": 12, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T16:19:56.127Z" - }, - "updated_at": { - "$date": "2025-06-28T16:15:57.809Z" - }, - "__v": 0, - "image": "food_1697997795070.png" -}, -{ - "_id": { - "$oid": "651ee59c59383e8d75523ea8" - }, - "price": 1280000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "اسپرسو+190میل شیر", - "short_description": "", - "category": { - "$oid": "651ee00e59383e8d75523c4e" - }, - "index": 5, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T16:34:36.373Z" - }, - "updated_at": { - "$date": "2025-06-28T16:15:26.070Z" - }, - "__v": 0, - "image": "food_1697923705360.png" -}, -{ - "_id": { - "$oid": "651ee5c459383e8d75523ecd" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته", - "description": "اسپرسو+230 میل شیر", - "short_description": "", - "category": { - "$oid": "651ee00e59383e8d75523c4e" - }, - "index": 6, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T16:35:16.312Z" - }, - "updated_at": { - "$date": "2025-06-28T16:15:06.531Z" - }, - "__v": 0, - "image": "food_1697923748826.png" -}, -{ - "_id": { - "$oid": "651ee6dc59383e8d75523f66" - }, - "price": 1520000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا", - "description": "اسپرسو+220میل شیر+شکلات", - "short_description": "", - "category": { - "$oid": "651ee00e59383e8d75523c4e" - }, - "index": 11, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T16:39:56.319Z" - }, - "updated_at": { - "$date": "2025-06-28T16:14:03.221Z" - }, - "__v": 0, - "image": "food_1697923777904.png" -}, -{ - "_id": { - "$oid": "651eeaea59383e8d755240f7" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماست موسیر", - "description": "", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 6, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T16:57:14.205Z" - }, - "updated_at": { - "$date": "2025-03-31T14:41:57.136Z" - }, - "__v": 0, - "image": "food_1700503768714.png" -}, -{ - "_id": { - "$oid": "651eeb2959383e8d7552412f" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بورانی بادمجان", - "description": "", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 8, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T16:58:17.685Z" - }, - "updated_at": { - "$date": "2025-03-31T14:41:42.006Z" - }, - "__v": 0, - "image": "food_1700503897293.png" -}, -{ - "_id": { - "$oid": "651eeb5259383e8d7552415a" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماست و خیار", - "description": "", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 9, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T16:58:58.819Z" - }, - "updated_at": { - "$date": "2025-03-31T14:41:22.073Z" - }, - "__v": 0, - "image": "food_1700503854385.png" -}, -{ - "_id": { - "$oid": "651eeb7259383e8d75524170" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "زیتون پرورده", - "description": "", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 10, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T16:59:30.098Z" - }, - "updated_at": { - "$date": "2025-03-31T14:40:49.031Z" - }, - "__v": 0, - "image": "food_1700503801658.png" -}, -{ - "_id": { - "$oid": "651eebd259383e8d7552418f" - }, - "price": 1380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "651ee76759383e8d75523f8b" - }, - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:01:06.682Z" - }, - "updated_at": { - "$date": "2025-06-28T16:13:32.858Z" - }, - "__v": 0, - "image": "food_1699531171893.png" -}, -{ - "_id": { - "$oid": "651eebfa59383e8d755241a8" - }, - "price": 1420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "651ee76759383e8d75523f8b" - }, - "index": 2, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:01:46.155Z" - }, - "updated_at": { - "$date": "2025-06-28T16:11:50.241Z" - }, - "__v": 0, - "image": "food_1699531024668.png" -}, -{ - "_id": { - "$oid": "651eec1b59383e8d755241bb" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "651ee76759383e8d75523f8b" - }, - "index": 3, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:02:19.546Z" - }, - "updated_at": { - "$date": "2025-06-28T16:11:03.472Z" - }, - "__v": 0, - "image": "food_1699530957021.png" -}, -{ - "_id": { - "$oid": "651eecc059383e8d755241f7" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات لوتوس", - "description": "شیر+کره لوتوس", - "short_description": "", - "category": { - "$oid": "651ee76759383e8d75523f8b" - }, - "index": 4, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:05:04.906Z" - }, - "updated_at": { - "$date": "2025-06-28T16:10:46.455Z" - }, - "__v": 0, - "image": "food_1697997963811.png" -}, -{ - "_id": { - "$oid": "651eecf259383e8d75524212" - }, - "price": 980000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر کارامل دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "651ee76759383e8d75523f8b" - }, - "index": 5, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:05:54.031Z" - }, - "updated_at": { - "$date": "2025-06-28T16:09:11.159Z" - }, - "__v": 0, - "image": "food_1697997918424.png" -}, -{ - "_id": { - "$oid": "651eee1159383e8d75524276" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس امریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "651eedbd59383e8d7552425d" - }, - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:10:41.848Z" - }, - "updated_at": { - "$date": "2025-06-28T16:08:48.967Z" - }, - "__v": 0, - "image": "food_1700505148529.png" -}, -{ - "_id": { - "$oid": "651eee3b59383e8d7552428f" - }, - "price": 1380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "651eedbd59383e8d7552425d" - }, - "index": 2, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:11:23.359Z" - }, - "updated_at": { - "$date": "2025-06-28T16:07:54.555Z" - }, - "__v": 0, - "image": "food_1700505066167.png" -}, -{ - "_id": { - "$oid": "651eee7a59383e8d7552429f" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس کوکی لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "651eedbd59383e8d7552425d" - }, - "index": 3, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:12:26.270Z" - }, - "updated_at": { - "$date": "2025-06-29T14:07:38.848Z" - }, - "__v": 0, - "image": "food_1700505009799.png" -}, -{ - "_id": { - "$oid": "651ef01159383e8d75524330" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس پاپکورن لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "651eedbd59383e8d7552425d" - }, - "index": 4, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:19:13.557Z" - }, - "updated_at": { - "$date": "2025-06-29T14:08:19.686Z" - }, - "__v": 0, - "image": "food_1700504953778.png" -}, -{ - "_id": { - "$oid": "651ef04959383e8d75524346" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس کارامل ماکیاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "651eedbd59383e8d7552425d" - }, - "index": 5, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:20:09.165Z" - }, - "updated_at": { - "$date": "2025-06-29T14:07:53.544Z" - }, - "__v": 0, - "image": "food_1700504882868.png" -}, -{ - "_id": { - "$oid": "651ef08e59383e8d75524360" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس کوکو لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "651eedbd59383e8d7552425d" - }, - "index": 6, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:21:18.306Z" - }, - "updated_at": { - "$date": "2025-06-29T14:06:34.391Z" - }, - "__v": 0, - "image": "food_1700504694051.png" -}, -{ - "_id": { - "$oid": "651ef0da59383e8d75524393" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لوتوس باتر", - "description": "", - "short_description": "", - "category": { - "$oid": "651ef0b759383e8d7552437a" - }, - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:22:34.659Z" - }, - "updated_at": { - "$date": "2025-06-28T15:56:07.365Z" - }, - "__v": 0, - "image": "food_1697995109260.png" -}, -{ - "_id": { - "$oid": "651ef0fc59383e8d755243a9" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لایف چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "651ef0b759383e8d7552437a" - }, - "index": 2, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:23:08.539Z" - }, - "updated_at": { - "$date": "2025-06-28T15:55:38.425Z" - }, - "__v": 0, - "image": "food_1697998248760.png" -}, -{ - "_id": { - "$oid": "651ef11e59383e8d755243b9" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پینات باتر", - "description": "بستنی+بادام زمینی", - "short_description": "", - "category": { - "$oid": "651ef0b759383e8d7552437a" - }, - "index": 3, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:23:42.318Z" - }, - "updated_at": { - "$date": "2025-06-28T15:55:11.796Z" - }, - "__v": 0, - "image": "food_1697999716171.png" -}, -{ - "_id": { - "$oid": "651ef26259383e8d75524443" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد", - "description": "", - "short_description": "", - "category": { - "$oid": "651ef22159383e8d75524416" - }, - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:29:06.858Z" - }, - "updated_at": { - "$date": "2025-06-29T14:24:30.858Z" - }, - "__v": 0, - "image": "food_1697998467799.png" -}, -{ - "_id": { - "$oid": "651ef30b59383e8d7552446b" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ویرجین موهیتو", - "description": "(همراه با عرق نیشکر)", - "short_description": "", - "category": { - "$oid": "651ef22159383e8d75524416" - }, - "index": 2, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-05T17:31:55.909Z" - }, - "updated_at": { - "$date": "2025-06-29T14:24:13.606Z" - }, - "__v": 0, - "image": "food_1697998418915.png" -}, -{ - "_id": { - "$oid": "651fe09859383e8d75525110" - }, - "price": 1030000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز کیک لوتوس", - "description": "", - "short_description": "", - "category": { - "$oid": "651eff7759383e8d75524961" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-06T10:25:28.697Z" - }, - "updated_at": { - "$date": "2024-12-12T17:28:58.090Z" - }, - "__v": 0, - "image": "food_1734024510493.png" -}, -{ - "_id": { - "$oid": "65219ca459383e8d7552761e" - }, - "price": 3400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیله استریپس 3 تیکه ", - "description": "3 تیکه فیله مرغ کریسپی شده،سیب زمینی سرخ شده بهمراه ادویه، سالاد کلم،نان مک،سس چیلی،سس سیر", - "short_description": "", - "category": { - "$oid": "65219db959383e8d75527683" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-07T18:00:04.785Z" - }, - "updated_at": { - "$date": "2025-06-28T15:54:30.555Z" - }, - "__v": 0, - "image": "food_1697469906857.png" -}, -{ - "_id": { - "$oid": "65219d0959383e8d75527631" - }, - "price": 4100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراید پلیت ", - "description": "2تیکه فیله مرغ کریسپی شده،قارچ سوخاری،پیاز سوخاری.چیکن پنیری.سیب زمینی سوخاری،گل کلم سوخاری سالاد کلم،سس چیلی،سس سیر", - "short_description": "", - "category": { - "$oid": "65219db959383e8d75527683" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-07T18:01:45.632Z" - }, - "updated_at": { - "$date": "2025-06-28T15:54:11.517Z" - }, - "__v": 0, - "image": "food_1705682276880.png" -}, -{ - "_id": { - "$oid": "65219e4559383e8d755276cf" - }, - "price": 2220000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بوفالو وینگز", - "description": "بال مرغ سوخاری،رایس نودل،سالاد کلم،سس بوفالو (HOT) ", - "short_description": "", - "category": { - "$oid": "651971c059383e8d7551df47" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-07T18:07:01.962Z" - }, - "updated_at": { - "$date": "2025-04-01T12:49:51.754Z" - }, - "__v": 0, - "image": "food_1697469854714.png" -}, -{ - "_id": { - "$oid": "65219ee859383e8d755276d9" - }, - "price": 4500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیله استریپس 5تیکه", - "description": "5عدد فیله مرغ کریسپی شده ،سالاد کلم،نان مک،سیب زمینی سرخ شده بهمراه ادویه ،سس سیر-چیلی تای", - "short_description": "", - "category": { - "$oid": "65219db959383e8d75527683" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-07T18:09:44.317Z" - }, - "updated_at": { - "$date": "2025-06-28T15:53:48.705Z" - }, - "__v": 0, - "image": "food_1697469825117.png" -}, -{ - "_id": { - "$oid": "65226e9059383e8d75527b7f" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه", - "description": "", - "short_description": "", - "category": { - "$oid": "65226e2d59383e8d75527b6a" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-08T08:55:44.224Z" - }, - "updated_at": { - "$date": "2025-06-29T14:23:42.862Z" - }, - "__v": 0, - "image": "food_1734024149641.png" -}, -{ - "_id": { - "$oid": "6522b25959383e8d75528169" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه 2 نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "65226e2d59383e8d75527b6a" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-08T13:44:57.375Z" - }, - "updated_at": { - "$date": "2025-06-29T14:23:16.743Z" - }, - "__v": 0, - "image": "food_1697923912214.png" -}, -{ - "_id": { - "$oid": "6522b29259383e8d75528177" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه 4نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "65226e2d59383e8d75527b6a" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-08T13:45:54.237Z" - }, - "updated_at": { - "$date": "2025-06-29T14:22:54.902Z" - }, - "__v": 0, - "image": "food_1697923944307.png" -}, -{ - "_id": { - "$oid": "6522b90b59383e8d755281fe" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اقیانوس آبی ", - "description": "لوندر فرانسوی . نخود پروانه ای . بلوبری", - "short_description": "", - "category": { - "$oid": "65226e2d59383e8d75527b6a" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-08T14:13:31.070Z" - }, - "updated_at": { - "$date": "2025-01-07T13:40:18.361Z" - }, - "__v": 0, - "image": "food_1734023335326.png" -}, -{ - "_id": { - "$oid": "6522b99d59383e8d75528215" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش بعد از شام", - "description": "سیب. به . زنجبیل . رزماری", - "short_description": "", - "category": { - "$oid": "65226e2d59383e8d75527b6a" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-08T14:15:57.177Z" - }, - "updated_at": { - "$date": "2025-01-07T13:39:07.461Z" - }, - "__v": 0, - "image": "food_1734023260428.png" -}, -{ - "_id": { - "$oid": "6523dc5f59383e8d75529446" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اکسترا فیله ", - "description": "یک عدد فیله مرغ گریل شده", - "short_description": "", - "category": { - "$oid": "6519730759383e8d7551df92" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-09T10:56:31.354Z" - }, - "updated_at": { - "$date": "2025-01-07T14:24:38.232Z" - }, - "__v": 0, - "image": "food_1697469803784.png" -}, -{ - "_id": { - "$oid": "6523f3f459383e8d7552966a" - }, - "price": 4350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پولد بیف ", - "description": "سس خامه،پنیر پیتزا،مغز ران پخته شده طعم دار،فلفل دلمه رنگی ،قارچ،زیتون سیاه،گوجه خشک مزه دار شده،شات سس کچاپ", - "short_description": "", - "category": { - "$oid": "6519720759383e8d7551df62" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-09T12:37:08.639Z" - }, - "updated_at": { - "$date": "2025-03-31T13:42:17.227Z" - }, - "__v": 0, - "image": "food_1705682387141.png" -}, -{ - "_id": { - "$oid": "652693fd59383e8d7552ba60" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو عربیکا", - "description": "", - "short_description": "", - "category": { - "$oid": "652693dc59383e8d7552ba53" - }, - "index": 1, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-11T12:24:29.212Z" - }, - "updated_at": { - "$date": "2025-01-07T13:31:30.868Z" - }, - "__v": 0, - "image": "food_1701607992109.png" -}, -{ - "_id": { - "$oid": "6527fd2e59383e8d7552d4cc" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بلو اوشن", - "description": "", - "short_description": "", - "category": { - "$oid": "6527fce059383e8d7552d4be" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-12T14:05:34.943Z" - }, - "updated_at": { - "$date": "2025-01-07T13:52:45.722Z" - }, - "__v": 0, - "image": "food_1697996464397.png" -}, -{ - "_id": { - "$oid": "6527fd9b59383e8d7552d4e6" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لانکا بری", - "description": "", - "short_description": "", - "category": { - "$oid": "6527fce059383e8d7552d4be" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-12T14:07:23.408Z" - }, - "updated_at": { - "$date": "2025-01-07T13:51:56.834Z" - }, - "__v": 0, - "image": "food_1697998762565.png" -}, -{ - "_id": { - "$oid": "6527ffa059383e8d7552d553" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بلک ویدو", - "description": "", - "short_description": "", - "category": { - "$oid": "651ef22159383e8d75524416" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-12T14:16:00.837Z" - }, - "updated_at": { - "$date": "2025-06-29T14:26:43.330Z" - }, - "__v": 0, - "image": "food_1697998657211.png" -}, -{ - "_id": { - "$oid": "6527fffe59383e8d7552d56a" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیلی فلاور", - "description": "", - "short_description": "", - "category": { - "$oid": "651ef22159383e8d75524416" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-12T14:17:34.460Z" - }, - "updated_at": { - "$date": "2025-06-29T14:26:28.383Z" - }, - "__v": 0, - "image": "food_1697993972425.png" -}, -{ - "_id": { - "$oid": "6528018259383e8d7552d5ed" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیتر آلموند ", - "description": "", - "short_description": "", - "category": { - "$oid": "651ef22159383e8d75524416" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-10-12T14:24:02.137Z" - }, - "updated_at": { - "$date": "2025-06-29T14:25:55.892Z" - }, - "__v": 0, - "image": "food_1697923853450.png" -}, -{ - "_id": { - "$oid": "652a47a859383e8d755304ea" - }, - "price": 430000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو 50-50", - "description": "", - "short_description": "", - "category": { - "$oid": "652693dc59383e8d7552ba53" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:47:52.165Z" - }, - "updated_at": { - "$date": "2025-01-07T13:30:00.482Z" - }, - "__v": 0, - "image": "food_1701608031535.png" -}, -{ - "_id": { - "$oid": "652a47f659383e8d755304f7" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ربوستا دوپیو ربوستا", - "description": "", - "short_description": "", - "category": { - "$oid": "652693dc59383e8d7552ba53" - }, - "index": 3, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:49:10.688Z" - }, - "updated_at": { - "$date": "2025-01-07T13:29:24.951Z" - }, - "__v": 0, - "image": "food_1701608129536.png" -}, -{ - "_id": { - "$oid": "652a485259383e8d75530505" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "V 60", - "description": "اتیوپی هامبلا", - "short_description": "", - "category": { - "$oid": "652a478059383e8d755304db" - }, - "index": 1, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:50:42.856Z" - }, - "updated_at": { - "$date": "2025-01-07T13:31:58.382Z" - }, - "__v": 0, - "image": "food_1701608093471.png" -}, -{ - "_id": { - "$oid": "652a49b659383e8d75530566" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا اسپرسو", - "description": "اسپرسو دوبل-پودر ماسالا-شیر", - "short_description": "", - "category": { - "$oid": "652a46a959383e8d7553049a" - }, - "index": 4, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:56:38.628Z" - }, - "updated_at": { - "$date": "2025-01-07T13:38:57.557Z" - }, - "__v": 0, - "image": "food_1701607738884.png" -}, -{ - "_id": { - "$oid": "652a49d959383e8d75530573" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "652a46a959383e8d7553049a" - }, - "index": 1, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:57:13.224Z" - }, - "updated_at": { - "$date": "2025-01-07T13:38:11.313Z" - }, - "__v": 0, - "image": "food_1700662718913.png" -}, -{ - "_id": { - "$oid": "652a49fb59383e8d75530580" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت فندوقی", - "description": "شیر-پودر هات چاکلت-سیروپ فندوق", - "short_description": "", - "category": { - "$oid": "652a46a959383e8d7553049a" - }, - "index": 2, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:57:47.967Z" - }, - "updated_at": { - "$date": "2025-01-07T13:35:50.727Z" - }, - "__v": 0, - "image": "food_1701607453105.png" -}, -{ - "_id": { - "$oid": "652a4a2759383e8d7553058a" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا", - "description": "شیر-زنجبیل-هل-دارچین", - "short_description": "", - "category": { - "$oid": "652a46a959383e8d7553049a" - }, - "index": 4, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:58:31.057Z" - }, - "updated_at": { - "$date": "2025-01-07T13:27:31.575Z" - }, - "__v": 0, - "image": "food_1701607360495.png" -}, -{ - "_id": { - "$oid": "652a4a7959383e8d755305a0" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "652a46a959383e8d7553049a" - }, - "index": 5, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T07:59:53.672Z" - }, - "updated_at": { - "$date": "2025-01-07T13:28:04.861Z" - }, - "__v": 0, - "image": "food_1701608212804.png" -}, -{ - "_id": { - "$oid": "652a4a9b59383e8d755305aa" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر فندوق", - "description": "شیر-فندوق-سیروپ فندوق", - "short_description": "", - "category": { - "$oid": "652a46a959383e8d7553049a" - }, - "index": 8, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T08:00:27.974Z" - }, - "updated_at": { - "$date": "2025-01-07T13:15:13.849Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652a4b1659383e8d755305e1" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر عسل", - "description": "شیر گرم فوم دار شده-عسل طبیعی", - "short_description": "", - "category": { - "$oid": "652a46a959383e8d7553049a" - }, - "index": 6, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T08:02:30.749Z" - }, - "updated_at": { - "$date": "2025-01-07T13:13:50.824Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652a4b8459383e8d755305ff" - }, - "price": 530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس آمریکانو 50-50", - "description": "اسپرسو دوبل 50-50 -آب-یخ", - "short_description": "", - "category": { - "$oid": "652a46d159383e8d755304a3" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T08:04:20.962Z" - }, - "updated_at": { - "$date": "2025-01-07T13:17:19.131Z" - }, - "__v": 0, - "image": "food_1701608264002.png" -}, -{ - "_id": { - "$oid": "652a4ba159383e8d7553060a" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس آمریکانو ربوستا", - "description": "اسپرسو دوبل ربوستا-آب-یخ", - "short_description": "", - "category": { - "$oid": "652a46d159383e8d755304a3" - }, - "index": 1, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T08:04:49.418Z" - }, - "updated_at": { - "$date": "2025-01-07T13:17:53.667Z" - }, - "__v": 0, - "image": "food_1701606499539.png" -}, -{ - "_id": { - "$oid": "652a4bbd59383e8d75530614" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس موکا", - "description": "اسپرسو دوبل-شیر-سیروپ شکلات-یخ", - "short_description": "", - "category": { - "$oid": "652a46d159383e8d755304a3" - }, - "index": 3, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T08:05:17.373Z" - }, - "updated_at": { - "$date": "2025-01-07T13:18:45.138Z" - }, - "__v": 0, - "image": "food_1701606450996.png" -}, -{ - "_id": { - "$oid": "652a4c5659383e8d75530656" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لیان", - "description": "پودر هات چاکلت-قهوه گلد-سیروپ فندوق-نوتلا-شیر-یخ", - "short_description": "", - "category": { - "$oid": "652a46d159383e8d755304a3" - }, - "index": 4, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T08:07:50.602Z" - }, - "updated_at": { - "$date": "2025-01-07T13:19:28.836Z" - }, - "__v": 0, - "image": "food_1701605340716.png" -}, -{ - "_id": { - "$oid": "652a4d4b59383e8d755306a9" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موز شکلات", - "description": "بستنی شکلاتی-موز ", - "short_description": "", - "category": { - "$oid": "652a476859383e8d755304cf" - }, - "index": 1, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T08:11:55.281Z" - }, - "updated_at": { - "$date": "2024-05-28T12:41:40.440Z" - }, - "__v": 0, - "image": "food_1701606038603.png" -}, -{ - "_id": { - "$oid": "652a4d6059383e8d755306b3" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بادام زمینی", - "description": "بستنی وانیل-کره بادام زمینی-شیر", - "short_description": "", - "category": { - "$oid": "652a476859383e8d755304cf" - }, - "index": 2, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T08:12:16.942Z" - }, - "updated_at": { - "$date": "2025-01-07T13:22:17.860Z" - }, - "__v": 0, - "image": "food_1701605978968.png" -}, -{ - "_id": { - "$oid": "652a4d7259383e8d755306bd" - }, - "price": 980000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "نوتلا توییکس", - "description": "بستنی وانیل-نوتلا-شکلات توییکس-شیر", - "short_description": "", - "category": { - "$oid": "652a476859383e8d755304cf" - }, - "index": 4, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T08:12:34.337Z" - }, - "updated_at": { - "$date": "2024-06-04T07:31:40.118Z" - }, - "__v": 0, - "image": "food_1701605889766.png" -}, -{ - "_id": { - "$oid": "652a4d9959383e8d755306d1" - }, - "price": 750000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": " اسپرسو", - "description": "اسپرسو دبل-بستنی وانیل-شیر", - "short_description": "", - "category": { - "$oid": "652a476859383e8d755304cf" - }, - "index": 3, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T08:13:13.657Z" - }, - "updated_at": { - "$date": "2025-01-07T13:23:20.856Z" - }, - "__v": 0, - "image": "food_1701605808978.png" -}, -{ - "_id": { - "$oid": "652a618559383e8d7553089d" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه", - "description": "چای عطری دمی", - "short_description": "", - "category": { - "$oid": "652a55c759383e8d7553078a" - }, - "index": 1, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T09:38:13.008Z" - }, - "updated_at": { - "$date": "2024-09-02T18:28:42.113Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "652a61a759383e8d755308a7" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای زعفران", - "description": "چای سیاه دمی-زعفران", - "short_description": "", - "category": { - "$oid": "652a55c759383e8d7553078a" - }, - "index": 2, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T09:38:47.996Z" - }, - "updated_at": { - "$date": "2024-05-28T12:30:51.113Z" - }, - "__v": 0, - "image": "food_1701604795540.png" -}, -{ - "_id": { - "$oid": "652a650459383e8d7553092b" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مدیترانه", - "description": "چای ترش-سیب-نسترن-کشمش-پوست پرتقال-به لیمو", - "short_description": "", - "category": { - "$oid": "652a55c759383e8d7553078a" - }, - "index": 6, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-14T09:53:08.573Z" - }, - "updated_at": { - "$date": "2024-09-02T18:26:44.031Z" - }, - "__v": 0, - "image": "food_1701608482959.png" -}, -{ - "_id": { - "$oid": "652e6e0959383e8d75534081" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته", - "description": "شیر-اسپرسو دبل-سیروپ دلخواه-یخ", - "short_description": "", - "category": { - "$oid": "652a46d159383e8d755304a3" - }, - "index": 2, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2023-10-17T11:20:41.327Z" - }, - "updated_at": { - "$date": "2025-01-07T13:24:49.936Z" - }, - "__v": 0, - "image": "food_1725301291531.png" -}, -{ - "_id": { - "$oid": "6537f76859383e8d7553ef4c" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب سرخ کرده", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f60059383e8d7553eedc" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-10-24T16:57:12.963Z" - }, - "updated_at": { - "$date": "2023-10-24T16:57:12.963Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6537f78459383e8d7553ef56" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بروسکتا آل پومودرو", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f60059383e8d7553eedc" - }, - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-10-24T16:57:40.241Z" - }, - "updated_at": { - "$date": "2024-05-11T16:19:48.094Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6537f7c359383e8d7553ef7f" - }, - "price": 2350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f5f059383e8d7553eed0" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-10-24T16:58:43.621Z" - }, - "updated_at": { - "$date": "2024-05-13T16:19:23.585Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6537f7e159383e8d7553efa1" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیکن تنوری", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f5f059383e8d7553eed0" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-10-24T16:59:13.743Z" - }, - "updated_at": { - "$date": "2024-05-11T16:10:57.952Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6537f82159383e8d7553f006" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن الفردو", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f80159383e8d7553efcf" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2023-10-24T17:00:17.622Z" - }, - "updated_at": { - "$date": "2024-05-11T16:10:25.002Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6549280059383e8d75552fc6" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز کیک سن سباستین", - "description": "", - "short_description": "", - "category": { - "$oid": "651eff7759383e8d75524961" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-11-06T17:53:04.503Z" - }, - "updated_at": { - "$date": "2024-12-12T17:25:03.265Z" - }, - "__v": 0, - "image": "food_1705685420900.png" -}, -{ - "_id": { - "$oid": "654cc66759383e8d755566bf" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قهوه ترک", - "description": "", - "short_description": "", - "category": { - "$oid": "6522a77659383e8d75527f18" - }, - "index": 1, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-11-09T11:45:43.390Z" - }, - "updated_at": { - "$date": "2025-04-12T18:18:35.082Z" - }, - "__v": 0, - "image": "food_1744480231161.png" -}, -{ - "_id": { - "$oid": "654cc6b059383e8d755566e4" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "V-60", - "description": "", - "short_description": "", - "category": { - "$oid": "6522a77659383e8d75527f18" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-11-09T11:46:56.428Z" - }, - "updated_at": { - "$date": "2025-01-07T13:32:15.309Z" - }, - "__v": 0, - "image": "food_1711380844317.png" -}, -{ - "_id": { - "$oid": "65509f4259383e8d7555b834" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ اسپشیال", - "description": "هات داگ ٧٠٪‏،قارچ،پنیر،سس مخصوص،کاهو،خیارشور،گوجه", - "short_description": "", - "category": { - "$oid": "65509e8659383e8d7555b820" - }, - "index": 1, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-11-12T09:47:46.644Z" - }, - "updated_at": { - "$date": "2025-09-03T15:11:11.075Z" - }, - "__v": 0, - "image": "food_1733223422595.png" -}, -{ - "_id": { - "$oid": "6550ad0159383e8d7555bb28" - }, - "price": 4500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میت لاورز ", - "description": "گوشت طعم دار شده، زیتون،قارچ،سس مخصوص،پنیر گودا،پنیر پیتزا", - "short_description": "", - "category": { - "$oid": "64edb2bb59383e8d754ef59b" - }, - "index": 6, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-11-12T10:46:25.449Z" - }, - "updated_at": { - "$date": "2025-08-27T15:15:08.425Z" - }, - "__v": 0, - "image": "food_1733221743797.png" -}, -{ - "_id": { - "$oid": "6550ad3959383e8d7555bb35" - }, - "price": 4500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میکس تو", - "description": "گوشت طعم دار شده،مرغ طعم دار شده،قارچ،زیتون،پنیر پیتزا", - "short_description": "", - "category": { - "$oid": "64edb2bb59383e8d754ef59b" - }, - "index": 7, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2023-11-12T10:47:21.705Z" - }, - "updated_at": { - "$date": "2025-08-27T15:13:17.109Z" - }, - "__v": 0, - "image": "food_1733221726935.png" -}, -{ - "_id": { - "$oid": "6557df2f59383e8d755646e9" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جگر گوسفندی ", - "description": "جگر", - "short_description": "", - "category": { - "$oid": "6557c63859383e8d7556459b" - }, - "index": 2, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700257580271.png", - "created_at": { - "$date": "2023-11-17T21:46:23.453Z" - }, - "updated_at": { - "$date": "2023-12-01T08:06:10.647Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558629959383e8d75564845" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دل گوسفندی", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c63859383e8d7556459b" - }, - "index": 1, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700291221757.png", - "created_at": { - "$date": "2023-11-18T07:07:05.208Z" - }, - "updated_at": { - "$date": "2023-12-01T08:06:45.725Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "655863b159383e8d75564861" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قلوه گوسفندی", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c63859383e8d7556459b" - }, - "index": 3, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T07:11:45.299Z" - }, - "updated_at": { - "$date": "2023-11-18T07:11:45.299Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558afa759383e8d75564b71" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چنجه دنبه ", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c63859383e8d7556459b" - }, - "index": 4, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700310947996.png", - "created_at": { - "$date": "2023-11-18T12:35:51.560Z" - }, - "updated_at": { - "$date": "2023-11-18T12:35:51.560Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558afe459383e8d75564b7b" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چنجه ", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c63859383e8d7556459b" - }, - "index": 5, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T12:36:52.241Z" - }, - "updated_at": { - "$date": "2023-11-18T12:36:52.241Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b03a59383e8d75564b85" - }, - "price": 1220000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دل شکاری", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c63859383e8d7556459b" - }, - "index": 6, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700311095564.png", - "created_at": { - "$date": "2023-11-18T12:38:18.633Z" - }, - "updated_at": { - "$date": "2023-12-01T08:08:05.571Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b06e59383e8d75564b93" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قلوه شکاری", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c63859383e8d7556459b" - }, - "index": 7, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T12:39:10.439Z" - }, - "updated_at": { - "$date": "2023-12-01T08:09:06.489Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b0c559383e8d75564b9d" - }, - "price": 4950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سینی جگر دو نفره ", - "description": "۱۰سیخ جیگر - ۲ سیخ دل - ۲ سیخ قلوه و ۱ سیخ قارچ ۱سیخ دنبه", - "short_description": "", - "category": { - "$oid": "6557c63859383e8d7556459b" - }, - "index": 8, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T12:40:37.729Z" - }, - "updated_at": { - "$date": "2023-12-01T08:54:14.756Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b14659383e8d75564ba7" - }, - "price": 9200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سینی چهار نفره ", - "description": "14سیخ جیگر -۴ سیخ قلوه - ۴سیخ دل-۲ سیخ دنبه ‌ - ۲ سیخ قارچ", - "short_description": "", - "category": { - "$oid": "6557c63859383e8d7556459b" - }, - "index": 9, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T12:42:46.850Z" - }, - "updated_at": { - "$date": "2023-12-01T08:58:57.036Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b19e59383e8d75564bbb" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جگر گوساله", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c64c59383e8d755645a7" - }, - "index": 1, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700311451584.png", - "created_at": { - "$date": "2023-11-18T12:44:14.717Z" - }, - "updated_at": { - "$date": "2023-12-01T08:21:30.269Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b36059383e8d75564bcd" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دل گوساله", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c64c59383e8d755645a7" - }, - "index": 2, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T12:51:44.505Z" - }, - "updated_at": { - "$date": "2023-12-01T08:22:28.997Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b38c59383e8d75564bd7" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قلوه گوساله", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c64c59383e8d755645a7" - }, - "index": 3, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T12:52:28.753Z" - }, - "updated_at": { - "$date": "2023-11-18T12:52:28.753Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b45859383e8d75564be1" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جگر دنبه", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c64c59383e8d755645a7" - }, - "index": 4, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T12:55:52.546Z" - }, - "updated_at": { - "$date": "2023-11-18T12:55:52.546Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b47f59383e8d75564beb" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جگر پیچ", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c64c59383e8d755645a7" - }, - "index": 5, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T12:56:31.135Z" - }, - "updated_at": { - "$date": "2023-12-01T08:24:20.914Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b4da59383e8d75564bf8" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دل دنبه ", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c64c59383e8d755645a7" - }, - "index": 6, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T12:58:02.353Z" - }, - "updated_at": { - "$date": "2023-11-18T12:58:02.353Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b54659383e8d75564c08" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماهی کباب", - "description": "قزل ", - "short_description": "", - "category": { - "$oid": "62318f3ca03b80e0a44f2d4a" - }, - "index": 1, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700312385716.png", - "created_at": { - "$date": "2023-11-18T12:59:50.076Z" - }, - "updated_at": { - "$date": "2023-12-01T08:25:10.919Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b67659383e8d75564c14" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کباب کوبیده ممتاز", - "description": "", - "short_description": "", - "category": { - "$oid": "62318f3ca03b80e0a44f2d4a" - }, - "index": 0, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T13:04:54.488Z" - }, - "updated_at": { - "$date": "2023-11-18T13:04:54.488Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b69359383e8d75564c1e" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دنبه", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c63859383e8d7556459b" - }, - "index": 10, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T13:05:23.283Z" - }, - "updated_at": { - "$date": "2023-11-18T13:05:23.283Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b76a59383e8d75564c37" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جوجه زعفرانی مخصوص", - "description": "250 گرمی ", - "short_description": "", - "category": { - "$oid": "62318f3ca03b80e0a44f2d4a" - }, - "index": 2, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700312935278.png", - "created_at": { - "$date": "2023-11-18T13:08:58.223Z" - }, - "updated_at": { - "$date": "2023-11-18T13:08:58.223Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b80f59383e8d75564c48" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جوجه مکزیکی", - "description": "250 گرمی", - "short_description": "", - "category": { - "$oid": "62318f3ca03b80e0a44f2d4a" - }, - "index": 3, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700313100271.png", - "created_at": { - "$date": "2023-11-18T13:11:43.100Z" - }, - "updated_at": { - "$date": "2023-11-18T13:11:43.100Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b8b159383e8d75564c53" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جوجه ترش مخصوص ", - "description": "۲۵۰ گرم ران مرغ", - "short_description": "", - "category": { - "$oid": "62318f3ca03b80e0a44f2d4a" - }, - "index": 4, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700313261875.png", - "created_at": { - "$date": "2023-11-18T13:14:25.346Z" - }, - "updated_at": { - "$date": "2023-12-01T08:28:01.390Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b93b59383e8d75564c61" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کتف و بال زعفرانی ", - "description": "330 گرمی ", - "short_description": "", - "category": { - "$oid": "62318f3ca03b80e0a44f2d4a" - }, - "index": 5, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700313401274.png", - "created_at": { - "$date": "2023-11-18T13:16:43.797Z" - }, - "updated_at": { - "$date": "2023-11-18T13:16:43.797Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558b9e559383e8d75564c76" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کتف و بال ترش ", - "description": "330 گرمی", - "short_description": "", - "category": { - "$oid": "62318f3ca03b80e0a44f2d4a" - }, - "index": 7, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T13:19:33.010Z" - }, - "updated_at": { - "$date": "2023-12-01T08:49:52.143Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558ba6359383e8d75564c80" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سینی کباب دو نفره ", - "description": "دوسیخ کوبیده - یک سیخ جوجه ", - "short_description": "", - "category": { - "$oid": "62318f3ca03b80e0a44f2d4a" - }, - "index": 8, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T13:21:39.600Z" - }, - "updated_at": { - "$date": "2023-11-18T13:21:39.600Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558bae359383e8d75564c8c" - }, - "price": 5300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سینی کباب 4 نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "62318f3ca03b80e0a44f2d4a" - }, - "index": 9, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T13:23:47.387Z" - }, - "updated_at": { - "$date": "2023-11-18T13:23:47.387Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558bb3259383e8d75564c96" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گوجه کبابی", - "description": "", - "short_description": "", - "category": { - "$oid": "62318f05a03b80e0a44f2d2f" - }, - "index": 1, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T13:25:06.710Z" - }, - "updated_at": { - "$date": "2023-12-01T08:04:57.257Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558bb8e59383e8d75564ca0" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قارچ کبابی ساده ", - "description": "", - "short_description": "", - "category": { - "$oid": "62318f05a03b80e0a44f2d2f" - }, - "index": 2, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700313994866.png", - "created_at": { - "$date": "2023-11-18T13:26:38.536Z" - }, - "updated_at": { - "$date": "2023-11-18T13:26:38.536Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558bbd959383e8d75564caa" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قارچ کبابی طعم دار", - "description": "", - "short_description": "", - "category": { - "$oid": "62318f05a03b80e0a44f2d2f" - }, - "index": 3, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700314072117.png", - "created_at": { - "$date": "2023-11-18T13:27:53.848Z" - }, - "updated_at": { - "$date": "2023-11-18T13:27:53.848Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d39159383e8d75564eb7" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیوان دوغ محلی", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c67959383e8d755645b6" - }, - "index": 1, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700320142532.png", - "created_at": { - "$date": "2023-11-18T15:09:05.230Z" - }, - "updated_at": { - "$date": "2023-11-18T15:09:05.230Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d3b759383e8d75564ec4" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکا قوطی ", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c67959383e8d755645b6" - }, - "index": 2, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:09:43.604Z" - }, - "updated_at": { - "$date": "2023-11-18T15:09:43.604Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d3d359383e8d75564ece" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فانتا قوطی ", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c67959383e8d755645b6" - }, - "index": 3, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:10:11.417Z" - }, - "updated_at": { - "$date": "2023-11-18T15:10:11.417Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d3e959383e8d75564ed8" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرایت", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c67959383e8d755645b6" - }, - "index": 4, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:10:33.988Z" - }, - "updated_at": { - "$date": "2023-11-18T15:10:33.988Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d43059383e8d75564ee5" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس امریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c67959383e8d755645b6" - }, - "index": 5, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:11:44.041Z" - }, - "updated_at": { - "$date": "2023-11-18T15:11:44.041Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d46159383e8d75564ef2" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c67959383e8d755645b6" - }, - "index": 6, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:12:33.624Z" - }, - "updated_at": { - "$date": "2023-11-18T15:12:33.624Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d50a59383e8d75564f14" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c67959383e8d755645b6" - }, - "index": 7, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:15:22.039Z" - }, - "updated_at": { - "$date": "2023-11-18T15:15:22.039Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d54259383e8d75564f21" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اورنج کوک", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c67959383e8d755645b6" - }, - "index": 8, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:16:18.467Z" - }, - "updated_at": { - "$date": "2023-11-18T15:16:18.467Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d56759383e8d75564f43" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "استراکوک", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c67959383e8d755645b6" - }, - "index": 9, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:16:55.533Z" - }, - "updated_at": { - "$date": "2023-11-18T15:16:55.533Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d58d59383e8d75564f56" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ردسور", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c67959383e8d755645b6" - }, - "index": 10, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:17:33.025Z" - }, - "updated_at": { - "$date": "2023-11-18T15:17:33.025Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d5b759383e8d75564f60" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مانگوپانگو", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c67959383e8d755645b6" - }, - "index": 11, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:18:15.016Z" - }, - "updated_at": { - "$date": "2023-11-18T15:18:15.016Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d62159383e8d75564f7d" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c67959383e8d755645b6" - }, - "index": 12, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700320798249.png", - "created_at": { - "$date": "2023-11-18T15:20:01.635Z" - }, - "updated_at": { - "$date": "2023-11-18T15:20:01.635Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d65e59383e8d75564f87" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c67959383e8d755645b6" - }, - "index": 13, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700320859207.png", - "created_at": { - "$date": "2023-11-18T15:21:02.286Z" - }, - "updated_at": { - "$date": "2023-11-18T15:21:02.286Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d70559383e8d75564f98" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چایی تک نفره و باقلوا", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 1, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700321026241.png", - "created_at": { - "$date": "2023-11-18T15:23:49.260Z" - }, - "updated_at": { - "$date": "2023-11-18T15:23:49.260Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d74259383e8d75564fab" - }, - "price": 980000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سرویس چایی و باقلوا ", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 2, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "image": "food_1700321087269.png", - "created_at": { - "$date": "2023-11-18T15:24:50.832Z" - }, - "updated_at": { - "$date": "2023-11-18T15:24:50.832Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d77f59383e8d75564fc4" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چایی ماچا", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 3, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:25:51.241Z" - }, - "updated_at": { - "$date": "2023-11-18T15:25:51.241Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d7a459383e8d75564fd1" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چایی ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 4, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:26:28.894Z" - }, - "updated_at": { - "$date": "2023-11-18T15:26:28.894Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d7d759383e8d75564fde" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جانگل فروت ", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 5, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:27:19.574Z" - }, - "updated_at": { - "$date": "2023-11-18T15:27:19.574Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d7f859383e8d75564fe8" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چایی آویشن ", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 6, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:27:52.468Z" - }, - "updated_at": { - "$date": "2023-11-18T15:27:52.468Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d83059383e8d75564ff2" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رستیرتو", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 7, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:28:48.508Z" - }, - "updated_at": { - "$date": "2023-11-18T15:28:48.508Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d84d59383e8d75564ffc" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 8, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:29:17.761Z" - }, - "updated_at": { - "$date": "2023-11-18T15:29:17.761Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d86759383e8d75565006" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لانگو", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 9, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:29:43.290Z" - }, - "updated_at": { - "$date": "2023-11-18T15:29:43.290Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d88759383e8d75565010" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 10, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:30:15.585Z" - }, - "updated_at": { - "$date": "2023-11-18T15:30:15.585Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d8a959383e8d7556501a" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 11, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:30:49.522Z" - }, - "updated_at": { - "$date": "2023-11-18T15:30:49.522Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d8de59383e8d75565036" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 12, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:31:42.562Z" - }, - "updated_at": { - "$date": "2023-11-18T15:31:42.562Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d8fb59383e8d75565040" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 13, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:32:11.893Z" - }, - "updated_at": { - "$date": "2023-11-18T15:32:11.893Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d91e59383e8d7556504a" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 14, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:32:46.620Z" - }, - "updated_at": { - "$date": "2023-11-18T15:32:46.620Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d93e59383e8d7556505a" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مینت چاکلت ", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 15, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:33:18.938Z" - }, - "updated_at": { - "$date": "2023-11-18T15:33:18.938Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d95e59383e8d75565064" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 16, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:33:50.317Z" - }, - "updated_at": { - "$date": "2023-11-18T15:33:50.317Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6558d99b59383e8d7556506e" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قهوه ", - "description": "فرانسه نسل ۳", - "short_description": "", - "category": { - "$oid": "6557c6a959383e8d755645c3" - }, - "index": 17, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-11-18T15:34:51.916Z" - }, - "updated_at": { - "$date": "2023-11-18T15:37:53.861Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "655b793159383e8d75567a50" - }, - "price": 1670000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر کلاسیک", - "description": "130 گرم گوشت خالص ، کاهو ، گوجه ، خیارشور", - "short_description": "", - "category": { - "$oid": "6450ac7a98ff3c741441425a" - }, - "index": 5, - "storeId": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "created_at": { - "$date": "2023-11-20T15:20:17.340Z" - }, - "updated_at": { - "$date": "2023-11-20T15:20:17.340Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6569980b8c7e0ed750eab0f5" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جگر دنبه ", - "description": "", - "short_description": "", - "category": { - "$oid": "6557c64c59383e8d755645a7" - }, - "index": 0, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-12-01T08:23:39.629Z" - }, - "updated_at": { - "$date": "2023-12-01T08:23:39.629Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "656998c68c7e0ed750eab12c" - }, - "price": 3150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاسه کباب", - "description": "کوبیده یک سیخ - جوجه یک سیخ - چنجه یک سیخ", - "short_description": "", - "category": { - "$oid": "62318f3ca03b80e0a44f2d4a" - }, - "index": 0, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-12-01T08:26:46.770Z" - }, - "updated_at": { - "$date": "2023-12-01T08:26:46.770Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65699e6f8c7e0ed750eab231" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کتف و بال مکزیکی", - "description": "", - "short_description": "", - "category": { - "$oid": "62318f3ca03b80e0a44f2d4a" - }, - "index": 0, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-12-01T08:50:55.096Z" - }, - "updated_at": { - "$date": "2023-12-01T08:50:55.096Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6569a0cd8c7e0ed750eab318" - }, - "price": 2690000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سینی جگر تک نفره", - "description": "5سیخ جگر -۲سیخ دل - ۱سیخ قلوه ", - "short_description": "", - "category": { - "$oid": "6557c64c59383e8d755645a7" - }, - "index": 0, - "storeId": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "created_at": { - "$date": "2023-12-01T09:01:01.081Z" - }, - "updated_at": { - "$date": "2023-12-01T09:01:01.081Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "656b56028c7e0ed750eadc1b" - }, - "price": 1170000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رول اسفناج و پنیر", - "description": "اسفناج پخته شده و پنیر و نان ", - "short_description": "", - "category": { - "$oid": "6398a0a482d7fc8d726a7f22" - }, - "index": 2, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1701533184098.png", - "created_at": { - "$date": "2023-12-02T16:06:26.020Z" - }, - "updated_at": { - "$date": "2023-12-02T16:12:46.293Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "656b568f8c7e0ed750eadc2b" - }, - "price": 1190000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رول بادمجان و گوجه ", - "description": "بادمجان و گوجه بخار پز شده ", - "short_description": "", - "category": { - "$oid": "6398a0a482d7fc8d726a7f22" - }, - "index": 1, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1701533325745.png", - "created_at": { - "$date": "2023-12-02T16:08:47.628Z" - }, - "updated_at": { - "$date": "2023-12-02T16:12:32.706Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "656b59b78c7e0ed750eadd56" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیده پپرونی", - "description": "", - "short_description": "", - "category": { - "$oid": "6398a0a482d7fc8d726a7f22" - }, - "index": 3, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1701534131794.png", - "created_at": { - "$date": "2023-12-02T16:22:15.915Z" - }, - "updated_at": { - "$date": "2023-12-02T16:22:15.915Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "656b5a1f8c7e0ed750eadd78" - }, - "price": 1280000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیده سبزیجات ", - "description": "", - "short_description": "", - "category": { - "$oid": "6398a0a482d7fc8d726a7f22" - }, - "index": 4, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1701534236314.png", - "created_at": { - "$date": "2023-12-02T16:23:59.811Z" - }, - "updated_at": { - "$date": "2023-12-02T16:23:59.811Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "656b5ab98c7e0ed750eaddc9" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیده اسفناج و تخم مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "6398a0a482d7fc8d726a7f22" - }, - "index": 5, - "storeId": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "image": "food_1701534392361.png", - "created_at": { - "$date": "2023-12-02T16:26:33.737Z" - }, - "updated_at": { - "$date": "2023-12-02T16:33:47.797Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "657357878c7e0ed750eb7961" - }, - "price": 4530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماشروم برگر", - "description": "نان برگر ،برگر 150 گرمی ، پنیر گودا ،سس قارچ،کاهو لوتوس،گوجه فرنگی، ساید سالاد و سیب زمینی(سرو سالن)", - "short_description": "", - "category": { - "$oid": "6207a2681ee4b0270db4c429" - }, - "index": 4, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2023-12-08T17:51:03.532Z" - }, - "updated_at": { - "$date": "2025-12-25T12:33:20.291Z" - }, - "__v": 0, - "image": "food_1729756411302.png" -}, -{ - "_id": { - "$oid": "657c55ae8c7e0ed750ec0b5d" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ویکتوریا تک نفره Victoria ", - "description": "لیمو چای ترش وانیل", - "short_description": "", - "category": { - "$oid": "644e450498ff3c7414411176" - }, - "index": 2, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-12-15T13:33:34.721Z" - }, - "updated_at": { - "$date": "2024-05-16T09:57:20.427Z" - }, - "__v": 0, - "image": "food_1715853437636.png" -}, -{ - "_id": { - "$oid": "657c57f58c7e0ed750ec0da2" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیزن موهیتو - season mojito", - "description": "پرتقال / توت فرنگی / هندوانه / کیوی / نارنگی ", - "short_description": "", - "category": { - "$oid": "61b1a1a2fc1eece3d7626383" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-12-15T13:43:17.137Z" - }, - "updated_at": { - "$date": "2025-09-29T10:31:07.314Z" - }, - "__v": 0, - "image": "food_1715790991573.png" -}, -{ - "_id": { - "$oid": "657c5a548c7e0ed750ec0f17" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ویکتوریا دو نفره Victoria ", - "description": "چای ترش لیمو وانیل ", - "short_description": "", - "category": { - "$oid": "644e450498ff3c7414411176" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2023-12-15T13:53:24.954Z" - }, - "updated_at": { - "$date": "2024-05-16T09:56:51.406Z" - }, - "__v": 0, - "image": "food_1715853408811.png" -}, -{ - "_id": { - "$oid": "658aa88ac14e0a00575f249f" - }, - "price": 4600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیر و استیک", - "description": "سس سیر.پنیر پیتزا.فیله گوساله طعم دار شده با سیر.ارگانو.شات سس کچاپ", - "short_description": "", - "category": { - "$oid": "6519720759383e8d7551df62" - }, - "index": 7, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-12-26T10:18:50.283Z" - }, - "updated_at": { - "$date": "2025-06-28T15:53:04.800Z" - }, - "__v": 0, - "image": "food_1705685396897.png" -}, -{ - "_id": { - "$oid": "658ec595c14e0a00575f7a6b" - }, - "price": 6300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک ماهیچه گوسفندی", - "description": "ماهیچه بره ارام پخته شده در کره و روغن/سس پیاز فرانسوی/دورچین", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2023-12-29T13:11:49.915Z" - }, - "updated_at": { - "$date": "2024-10-10T17:19:16.752Z" - }, - "__v": 0, - "image": "food_1705681718685.png" -}, -{ - "_id": { - "$oid": "65aa9ffdcff12d007b2b7ce0" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن پنیری", - "description": "", - "short_description": "", - "category": { - "$oid": "651971c059383e8d7551df47" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "image": "food_1705680891927.png", - "created_at": { - "$date": "2024-01-19T16:14:53.869Z" - }, - "updated_at": { - "$date": "2024-10-11T16:52:06.206Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4392b45700b0061064c17" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو سینگل عربیکا", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 2, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:03:55.871Z" - }, - "updated_at": { - "$date": "2025-07-15T10:45:10.025Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4394945700b0061064c21" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو دوبل روبوستا", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 3, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:04:25.920Z" - }, - "updated_at": { - "$date": "2025-07-15T10:45:31.602Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4396945700b0061064c2b" - }, - "price": 760000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو عربیکا", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 4, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:04:57.186Z" - }, - "updated_at": { - "$date": "2025-07-15T10:50:06.128Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4398745700b0061064c35" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ماکیاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 5, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:05:27.888Z" - }, - "updated_at": { - "$date": "2025-07-15T10:45:51.909Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4399a45700b0061064c3f" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:05:46.935Z" - }, - "updated_at": { - "$date": "2025-07-15T10:47:29.143Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f439b645700b0061064c49" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 6, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:06:14.409Z" - }, - "updated_at": { - "$date": "2025-07-15T10:46:42.497Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f43a2845700b0061064c61" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو ", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 8, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:08:08.287Z" - }, - "updated_at": { - "$date": "2025-07-15T10:47:44.924Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f43a5945700b0061064c7d" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 9, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:08:57.052Z" - }, - "updated_at": { - "$date": "2025-07-15T10:47:10.708Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f43a7045700b0061064c8a" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 10, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:09:20.489Z" - }, - "updated_at": { - "$date": "2025-07-15T10:00:30.804Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f43a8f45700b0061064c94" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیرکاکائو", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 11, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:09:51.333Z" - }, - "updated_at": { - "$date": "2025-07-15T10:00:18.841Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f43aa545700b0061064ca7" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 12, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:10:13.575Z" - }, - "updated_at": { - "$date": "2025-07-15T10:00:00.526Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f43abe45700b0061064cb1" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیرعسل", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 13, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:10:38.597Z" - }, - "updated_at": { - "$date": "2025-07-15T09:59:25.257Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f43d0545700b0061064cbe" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر نسکافه", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 14, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:20:21.033Z" - }, - "updated_at": { - "$date": "2025-07-15T09:59:37.296Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f43d2845700b0061064cc8" - }, - "price": 660000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس آمریکانو 50/50", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4370745700b0061064baf" - }, - "index": 15, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:20:56.107Z" - }, - "updated_at": { - "$date": "2025-07-15T09:55:40.167Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f43e5f45700b0061064cf2" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفوگاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4370745700b0061064baf" - }, - "index": 18, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:26:07.650Z" - }, - "updated_at": { - "$date": "2025-07-15T09:54:24.183Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4436b45700b0061064d68" - }, - "price": 280000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436d045700b0061064b94" - }, - "index": 1, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:47:39.486Z" - }, - "updated_at": { - "$date": "2025-07-15T09:52:35.567Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4440745700b0061064d8d" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای زعفران", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436d045700b0061064b94" - }, - "index": 2, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T12:50:15.899Z" - }, - "updated_at": { - "$date": "2025-07-15T09:52:17.381Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4473145700b0061064de0" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای نعنا", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436d045700b0061064b94" - }, - "index": 3, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:03:45.045Z" - }, - "updated_at": { - "$date": "2025-07-15T09:52:06.102Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4474a45700b0061064ded" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای هل", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436d045700b0061064b94" - }, - "index": 4, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:04:10.414Z" - }, - "updated_at": { - "$date": "2025-07-15T09:51:54.268Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4476045700b0061064df7" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436d045700b0061064b94" - }, - "index": 5, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:04:32.172Z" - }, - "updated_at": { - "$date": "2025-07-15T09:51:42.235Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4477745700b0061064e01" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436d045700b0061064b94" - }, - "index": 6, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:04:55.484Z" - }, - "updated_at": { - "$date": "2025-07-15T09:51:25.118Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4479045700b0061064e0b" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ترش", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436d045700b0061064b94" - }, - "index": 7, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:05:20.113Z" - }, - "updated_at": { - "$date": "2025-07-15T09:51:10.169Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f447a545700b0061064e15" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر گرم", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 8, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:05:41.997Z" - }, - "updated_at": { - "$date": "2025-07-15T09:50:53.464Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f448a045700b0061064e23" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش مخصوص میلکو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436e045700b0061064b9d" - }, - "index": 1, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:09:52.082Z" - }, - "updated_at": { - "$date": "2025-07-15T09:49:56.228Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f448b445700b0061064e2d" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش گل گاوزبان", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436e045700b0061064b9d" - }, - "index": 2, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:10:12.191Z" - }, - "updated_at": { - "$date": "2025-07-15T09:49:32.592Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f448cb45700b0061064e37" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش به لیمو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436e045700b0061064b9d" - }, - "index": 3, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:10:35.082Z" - }, - "updated_at": { - "$date": "2025-07-15T09:49:18.047Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f448de45700b0061064e41" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش سیب دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436e045700b0061064b9d" - }, - "index": 4, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:10:54.401Z" - }, - "updated_at": { - "$date": "2025-07-15T09:49:04.050Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f448f445700b0061064e4b" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش آویشن و عسل", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436e045700b0061064b9d" - }, - "index": 5, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:11:16.500Z" - }, - "updated_at": { - "$date": "2025-07-15T09:48:50.133Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4490545700b0061064e55" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش آرامش میلکو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436e045700b0061064b9d" - }, - "index": 6, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:11:33.764Z" - }, - "updated_at": { - "$date": "2025-07-15T09:48:25.904Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4492645700b0061064e5f" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک اسنیکرز", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436ef45700b0061064ba6" - }, - "index": 1, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:12:06.661Z" - }, - "updated_at": { - "$date": "2025-07-15T09:48:02.480Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4494b45700b0061064e69" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436ef45700b0061064ba6" - }, - "index": 2, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:12:43.903Z" - }, - "updated_at": { - "$date": "2025-07-15T09:47:37.532Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f44feb45700b0061064eb0" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک شکلات ", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436ef45700b0061064ba6" - }, - "index": 3, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:40:59.476Z" - }, - "updated_at": { - "$date": "2025-07-15T09:47:17.818Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4500045700b0061064eba" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436ef45700b0061064ba6" - }, - "index": 4, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:41:20.128Z" - }, - "updated_at": { - "$date": "2025-07-15T09:46:59.951Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4501345700b0061064ec4" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436ef45700b0061064ba6" - }, - "index": 5, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:41:39.509Z" - }, - "updated_at": { - "$date": "2025-07-15T09:46:39.821Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4502945700b0061064ece" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک توت فرنگی نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436ef45700b0061064ba6" - }, - "index": 6, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:42:01.124Z" - }, - "updated_at": { - "$date": "2025-07-15T09:46:21.892Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4503945700b0061064ed8" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "معجون", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436ef45700b0061064ba6" - }, - "index": 7, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:42:17.597Z" - }, - "updated_at": { - "$date": "2025-07-15T09:45:52.028Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4504f45700b0061064ee2" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436ef45700b0061064ba6" - }, - "index": 8, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:42:39.689Z" - }, - "updated_at": { - "$date": "2025-07-15T09:45:35.742Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f450be45700b0061064f07" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4370745700b0061064baf" - }, - "index": 1, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:44:30.511Z" - }, - "updated_at": { - "$date": "2025-07-15T09:45:00.142Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f450df45700b0061064f11" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیکو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4370745700b0061064baf" - }, - "index": 2, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:45:03.610Z" - }, - "updated_at": { - "$date": "2025-07-15T09:44:46.929Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4513f45700b0061064f28" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "منگوهاوایی", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4370745700b0061064baf" - }, - "index": 4, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:46:39.404Z" - }, - "updated_at": { - "$date": "2025-07-15T09:44:08.254Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4515b45700b0061064f32" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پانچ بهار", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4370745700b0061064baf" - }, - "index": 5, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:47:07.013Z" - }, - "updated_at": { - "$date": "2025-07-15T09:43:47.794Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4517045700b0061064f3c" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شربت شیراز", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4370745700b0061064baf" - }, - "index": 6, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:47:28.209Z" - }, - "updated_at": { - "$date": "2025-07-15T09:43:34.143Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4521b45700b0061064f4c" - }, - "price": 2150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر کلاسیک", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4372045700b0061064bbb" - }, - "index": 1, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:50:19.560Z" - }, - "updated_at": { - "$date": "2025-07-15T09:43:15.508Z" - }, - "__v": 0, - "image": "food_1714229914645.png" -}, -{ - "_id": { - "$oid": "65f4523b45700b0061064f59" - }, - "price": 2900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": " برگر الفردو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4372045700b0061064bbb" - }, - "index": 2, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:50:51.696Z" - }, - "updated_at": { - "$date": "2025-07-15T09:43:01.365Z" - }, - "__v": 0, - "image": "food_1714229843007.png" -}, -{ - "_id": { - "$oid": "65f4528145700b0061064f63" - }, - "price": 2800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میلکو برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4372045700b0061064bbb" - }, - "index": 3, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:52:01.934Z" - }, - "updated_at": { - "$date": "2025-07-15T09:42:23.257Z" - }, - "__v": 0, - "image": "food_1714229794246.png" -}, -{ - "_id": { - "$oid": "65f4532d45700b0061064f88" - }, - "price": 2650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4372045700b0061064bbb" - }, - "index": 4, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:54:53.155Z" - }, - "updated_at": { - "$date": "2025-07-13T12:27:30.699Z" - }, - "__v": 0, - "image": "food_1714229694410.png" -}, -{ - "_id": { - "$oid": "65f4534f45700b0061064fad" - }, - "price": 2350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هالوپینو برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4372045700b0061064bbb" - }, - "index": 5, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:55:27.063Z" - }, - "updated_at": { - "$date": "2025-07-13T12:27:00.002Z" - }, - "__v": 0, - "image": "food_1714229659721.png" -}, -{ - "_id": { - "$oid": "65f4536d45700b0061064fd5" - }, - "price": 2380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "باربیکیو برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4372045700b0061064bbb" - }, - "index": 6, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:55:57.239Z" - }, - "updated_at": { - "$date": "2025-07-13T12:26:40.859Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f4538145700b0061064fe2" - }, - "price": 2150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4372045700b0061064bbb" - }, - "index": 7, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:56:17.924Z" - }, - "updated_at": { - "$date": "2025-07-13T12:26:25.183Z" - }, - "__v": 0, - "image": "food_1714229555597.png" -}, -{ - "_id": { - "$oid": "65f4539745700b0061064fef" - }, - "price": 2900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر آلفردو (سس قارچ)", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4372045700b0061064bbb" - }, - "index": 8, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:56:39.377Z" - }, - "updated_at": { - "$date": "2025-07-13T12:26:08.894Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f453b145700b006106500e" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ کلاسیک", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4373d45700b0061064bc7" - }, - "index": 1, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:57:05.647Z" - }, - "updated_at": { - "$date": "2025-07-13T12:25:46.016Z" - }, - "__v": 0, - "image": "food_1714231997120.png" -}, -{ - "_id": { - "$oid": "65f453ea45700b006106502b" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ باربیکیو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4373d45700b0061064bc7" - }, - "index": 2, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:58:02.794Z" - }, - "updated_at": { - "$date": "2025-07-13T12:25:28.125Z" - }, - "__v": 0, - "image": "food_1714231799092.png" -}, -{ - "_id": { - "$oid": "65f4540345700b0061065035" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ قارچ و پنیر", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4373d45700b0061064bc7" - }, - "index": 3, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:58:27.225Z" - }, - "updated_at": { - "$date": "2025-07-13T12:25:11.140Z" - }, - "__v": 0, - "image": "food_1714231644573.png" -}, -{ - "_id": { - "$oid": "65f4543345700b006106504c" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ مخصوص میلکو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4373d45700b0061064bc7" - }, - "index": 4, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:59:15.757Z" - }, - "updated_at": { - "$date": "2025-07-13T12:24:52.205Z" - }, - "__v": 0, - "image": "food_1714231434599.png" -}, -{ - "_id": { - "$oid": "65f4545445700b006106505f" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ هالوپینو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4373d45700b0061064bc7" - }, - "index": 5, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T13:59:48.234Z" - }, - "updated_at": { - "$date": "2025-07-13T12:24:35.075Z" - }, - "__v": 0, - "image": "food_1714231390596.png" -}, -{ - "_id": { - "$oid": "65f4547545700b0061065069" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکتل ساده ", - "description": "خیار شور گوجه کاهو", - "short_description": "", - "category": { - "$oid": "65f4375845700b0061064bd0" - }, - "index": 1, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:00:21.587Z" - }, - "updated_at": { - "$date": "2025-07-13T12:24:00.973Z" - }, - "__v": 0, - "image": "food_1714232175149.png" -}, -{ - "_id": { - "$oid": "65f4597e45700b00610650cb" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تک لقمه ساده", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4375845700b0061064bd0" - }, - "index": 4, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:21:50.585Z" - }, - "updated_at": { - "$date": "2025-07-13T12:23:17.318Z" - }, - "__v": 0, - "image": "food_1714232152695.png" -}, -{ - "_id": { - "$oid": "65f4599245700b00610650d5" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تک لقمه مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4375845700b0061064bd0" - }, - "index": 5, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:22:10.914Z" - }, - "updated_at": { - "$date": "2025-07-13T12:23:00.478Z" - }, - "__v": 0, - "image": "food_1714232119536.png" -}, -{ - "_id": { - "$oid": "65f459a745700b00610650df" - }, - "price": 2300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بال و کتف سوخاری۷تکه", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4377d45700b0061064be5" - }, - "index": 1, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:22:31.924Z" - }, - "updated_at": { - "$date": "2025-07-13T12:22:00.561Z" - }, - "__v": 0, - "image": "food_1714233976658.png" -}, -{ - "_id": { - "$oid": "65f459be45700b00610650e9" - }, - "price": 2950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بال و کتف۹تکه +سیب زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4377d45700b0061064be5" - }, - "index": 2, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:22:54.343Z" - }, - "updated_at": { - "$date": "2025-07-13T12:21:42.928Z" - }, - "__v": 0, - "image": "food_1714233954479.png" -}, -{ - "_id": { - "$oid": "65f459d945700b00610650f3" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیله سوخاری ۳ تیکه", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4377d45700b0061064be5" - }, - "index": 3, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:23:21.207Z" - }, - "updated_at": { - "$date": "2025-07-13T12:21:14.939Z" - }, - "__v": 0, - "image": "food_1714233374520.png" -}, -{ - "_id": { - "$oid": "65f459ec45700b00610650fd" - }, - "price": 2750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیله سوخاری ۵ تیکه با سیب زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4377d45700b0061064be5" - }, - "index": 4, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:23:40.427Z" - }, - "updated_at": { - "$date": "2025-07-13T12:20:53.931Z" - }, - "__v": 0, - "image": "food_1714233347221.png" -}, -{ - "_id": { - "$oid": "65f45a0145700b0061065107" - }, - "price": 3300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیله سوخاری ۷ تیکه با سیب زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4377d45700b0061064be5" - }, - "index": 5, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:24:01.953Z" - }, - "updated_at": { - "$date": "2025-07-13T12:19:25.894Z" - }, - "__v": 0, - "image": "food_1714233322046.png" -}, -{ - "_id": { - "$oid": "65f45a3045700b006106511b" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی ساده (متوسط)", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 1, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:24:48.989Z" - }, - "updated_at": { - "$date": "2025-07-13T12:18:40.192Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f45a4845700b0061065125" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی ساده (بزرگ)", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 2, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:25:12.753Z" - }, - "updated_at": { - "$date": "2025-07-13T12:18:11.088Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f45a7b45700b006106512f" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوسیس سیب زمینی با دیپ گودا(متوسط)", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 3, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:26:03.897Z" - }, - "updated_at": { - "$date": "2025-07-13T12:17:14.624Z" - }, - "__v": 0, - "image": "food_1714233563859.png" -}, -{ - "_id": { - "$oid": "65f45a8d45700b0061065139" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوسیس سیب زمینی با دیپ گودا (بزرگ)", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 4, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:26:21.326Z" - }, - "updated_at": { - "$date": "2025-07-13T12:17:33.121Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f45aa245700b0061065143" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی با ژامبون دیپ پنیر گودا (بزرگ)", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 5, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:26:42.027Z" - }, - "updated_at": { - "$date": "2025-07-13T12:15:51.865Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f45aba45700b006106514d" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی با ژامبون و دیپ پنیر گودا ( متوسط)", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 6, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:27:06.981Z" - }, - "updated_at": { - "$date": "2025-07-13T12:15:23.855Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "65f45afb45700b0061065157" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی آلفردو متوسط", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 7, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:28:11.325Z" - }, - "updated_at": { - "$date": "2025-07-13T12:14:26.976Z" - }, - "__v": 0, - "image": "food_1714233584644.png" -}, -{ - "_id": { - "$oid": "65f45b1145700b0061065161" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی آلفردو بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 8, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-03-15T14:28:33.224Z" - }, - "updated_at": { - "$date": "2025-07-13T12:14:07.521Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6601c75945700b00610739be" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس چیلی تای", - "description": "", - "short_description": "", - "category": { - "$oid": "6519819c59383e8d7551e1be" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "image": "food_1711392599728.png", - "created_at": { - "$date": "2024-03-25T18:50:01.199Z" - }, - "updated_at": { - "$date": "2025-03-31T14:39:38.097Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "660316bf45700b006107527f" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رول سوخاری", - "description": "", - "short_description": "", - "category": { - "$oid": "6519730759383e8d7551df92" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "image": "food_1711478461824.png", - "created_at": { - "$date": "2024-03-26T18:41:03.159Z" - }, - "updated_at": { - "$date": "2025-03-31T14:39:23.272Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661953c845700b006108c895" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو سینگل", - "description": "", - "short_description": "", - "category": { - "$oid": "6618e55545700b006108be13" - }, - "index": 1, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:31:20.140Z" - }, - "updated_at": { - "$date": "2024-04-12T15:31:20.140Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661953f245700b006108c8a9" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو دوبل", - "description": "", - "short_description": "", - "category": { - "$oid": "6618e55545700b006108be13" - }, - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:32:02.453Z" - }, - "updated_at": { - "$date": "2024-04-12T15:32:02.453Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619557145700b006108c904" - }, - "price": 6250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "استیک مرغ.. chicken steak ", - "description": "سینه ی مرغ /سیب زمینی تنوری/سبزیجات و صیفی جات بخار پز/سس قارچ..chicken breast/roast potatoes/steamed vegetables/steamed summer crops/ mushroom sauce ", - "short_description": "", - "category": { - "$oid": "61ac5f9b26d2e0e4fbd9b3fe" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-04-12T15:38:25.982Z" - }, - "updated_at": { - "$date": "2025-12-04T11:51:47.455Z" - }, - "__v": 0, - "image": "food_1715700983206.png" -}, -{ - "_id": { - "$oid": "661955d045700b006108c914" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو روبوستا", - "description": "", - "short_description": "", - "category": { - "$oid": "6618e55545700b006108be13" - }, - "index": 0, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:40:00.530Z" - }, - "updated_at": { - "$date": "2024-04-12T15:40:00.530Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619566d45700b006108c924" - }, - "price": 470000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ماکیاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "6618e55545700b006108be13" - }, - "index": 0, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:42:37.859Z" - }, - "updated_at": { - "$date": "2024-04-12T15:42:37.859Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619569845700b006108c92e" - }, - "price": 460000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "امریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "6618e55545700b006108be13" - }, - "index": 0, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:43:20.566Z" - }, - "updated_at": { - "$date": "2024-04-12T15:43:20.566Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661956cb45700b006108c93b" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "6618e55545700b006108be13" - }, - "index": 0, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:44:11.246Z" - }, - "updated_at": { - "$date": "2024-04-12T15:44:11.246Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661957eb45700b006108c951" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6618e55545700b006108be13" - }, - "index": 8, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:48:59.805Z" - }, - "updated_at": { - "$date": "2024-04-12T15:48:59.805Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619587c45700b006108c98b" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6618e55545700b006108be13" - }, - "index": 8, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:51:24.306Z" - }, - "updated_at": { - "$date": "2024-04-12T15:51:24.306Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619595045700b006108c9ad" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6618e55545700b006108be13" - }, - "index": 9, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:54:56.713Z" - }, - "updated_at": { - "$date": "2024-04-12T15:54:56.713Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619599c45700b006108c9c3" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6618e55545700b006108be13" - }, - "index": 10, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:56:12.852Z" - }, - "updated_at": { - "$date": "2024-04-12T15:56:12.852Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661959e945700b006108c9da" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6618e55545700b006108be13" - }, - "index": 12, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:57:29.005Z" - }, - "updated_at": { - "$date": "2024-04-12T15:57:29.005Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195a2d45700b006108c9ea" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619523245700b006108c824" - }, - "index": 1, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:58:37.461Z" - }, - "updated_at": { - "$date": "2024-04-12T15:58:37.461Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195a5945700b006108c9f7" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619523245700b006108c824" - }, - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T15:59:21.343Z" - }, - "updated_at": { - "$date": "2024-04-12T15:59:21.343Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195a8d45700b006108ca1f" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر کاکائو", - "description": "", - "short_description": "", - "category": { - "$oid": "6619523245700b006108c824" - }, - "index": 3, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:00:13.878Z" - }, - "updated_at": { - "$date": "2024-04-12T16:00:13.878Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195afc45700b006108ca4b" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619523245700b006108c824" - }, - "index": 5, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:02:04.711Z" - }, - "updated_at": { - "$date": "2024-04-12T16:02:04.711Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195c3f45700b006108ca7f" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر عسل", - "description": "", - "short_description": "", - "category": { - "$oid": "6619523245700b006108c824" - }, - "index": 6, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:07:27.760Z" - }, - "updated_at": { - "$date": "2024-04-12T16:07:27.760Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195c8545700b006108ca95" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر نسکافه کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619523245700b006108c824" - }, - "index": 7, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:08:37.664Z" - }, - "updated_at": { - "$date": "2024-04-12T16:08:37.664Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195caf45700b006108ca9f" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر نسکافه بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619523245700b006108c824" - }, - "index": 8, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:09:19.682Z" - }, - "updated_at": { - "$date": "2024-04-12T16:09:19.682Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195cef45700b006108cab2" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دارک چاکلت کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619523245700b006108c824" - }, - "index": 9, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:10:23.796Z" - }, - "updated_at": { - "$date": "2024-04-12T16:10:23.796Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195d1245700b006108cabf" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دارک چاکلت بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619523245700b006108c824" - }, - "index": 10, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:10:58.847Z" - }, - "updated_at": { - "$date": "2024-04-12T16:10:58.847Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195dc345700b006108cad2" - }, - "price": 460000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس امریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "661952b045700b006108c839" - }, - "index": 0, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:13:55.478Z" - }, - "updated_at": { - "$date": "2024-04-12T16:13:55.478Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195dec45700b006108cadc" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "661952b045700b006108c839" - }, - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:14:36.429Z" - }, - "updated_at": { - "$date": "2024-04-12T16:14:36.429Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195e0d45700b006108cae9" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "661952b045700b006108c839" - }, - "index": 3, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:15:09.633Z" - }, - "updated_at": { - "$date": "2024-04-12T16:15:09.633Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195e2e45700b006108caf3" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفوگاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "661952b045700b006108c839" - }, - "index": 4, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:15:42.127Z" - }, - "updated_at": { - "$date": "2024-04-12T16:15:42.127Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195f3245700b006108cb3f" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گل گاوزبان کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619527445700b006108c82d" - }, - "index": 1, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:20:02.730Z" - }, - "updated_at": { - "$date": "2024-04-12T16:20:02.730Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195f5645700b006108cb5e" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گل گاوزبان بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619527445700b006108c82d" - }, - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:20:38.652Z" - }, - "updated_at": { - "$date": "2024-04-12T16:20:38.652Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195f7645700b006108cb68" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "به لیمو کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619527445700b006108c82d" - }, - "index": 3, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:21:10.885Z" - }, - "updated_at": { - "$date": "2024-04-12T16:21:10.885Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195f9745700b006108cb72" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "به لیمو بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619527445700b006108c82d" - }, - "index": 4, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:21:43.398Z" - }, - "updated_at": { - "$date": "2024-04-12T16:21:43.398Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195fbe45700b006108cb91" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب دارچین کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619527445700b006108c82d" - }, - "index": 5, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:22:22.475Z" - }, - "updated_at": { - "$date": "2024-04-12T16:22:22.475Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66195fde45700b006108cb9e" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب دارچین بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619527445700b006108c82d" - }, - "index": 6, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:22:54.563Z" - }, - "updated_at": { - "$date": "2024-04-12T16:22:54.563Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619600b45700b006108cba8" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آویشن عسل کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619527445700b006108c82d" - }, - "index": 7, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:23:39.788Z" - }, - "updated_at": { - "$date": "2024-04-12T16:23:39.788Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619603545700b006108cbbb" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آویشن عسل بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619527445700b006108c82d" - }, - "index": 8, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:24:21.392Z" - }, - "updated_at": { - "$date": "2024-04-12T16:24:21.392Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619626f45700b006108cc52" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مخصوص کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619527445700b006108c82d" - }, - "index": 9, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:33:51.033Z" - }, - "updated_at": { - "$date": "2024-04-12T16:33:51.033Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619629245700b006108cc5c" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مخصوص بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619527445700b006108c82d" - }, - "index": 10, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:34:26.564Z" - }, - "updated_at": { - "$date": "2024-04-12T16:34:26.564Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661962c445700b006108cc66" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "منگو هاوایی", - "description": "", - "short_description": "", - "category": { - "$oid": "661952f345700b006108c845" - }, - "index": 1, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:35:16.203Z" - }, - "updated_at": { - "$date": "2024-04-12T16:35:16.203Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661962e345700b006108cc70" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پانچ بهاری", - "description": "", - "short_description": "", - "category": { - "$oid": "661952f345700b006108c845" - }, - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:35:47.691Z" - }, - "updated_at": { - "$date": "2024-04-12T16:35:47.691Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619631445700b006108cc7d" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شربت شیراز", - "description": "", - "short_description": "", - "category": { - "$oid": "661952f345700b006108c845" - }, - "index": 3, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:36:36.664Z" - }, - "updated_at": { - "$date": "2024-04-12T16:36:36.664Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619635e45700b006108cc8a" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ساده کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 1, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:37:50.099Z" - }, - "updated_at": { - "$date": "2024-04-12T16:37:50.099Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619637f45700b006108cc97" - }, - "price": 230000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ساده بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:38:23.883Z" - }, - "updated_at": { - "$date": "2024-04-12T16:38:23.883Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661963aa45700b006108ccad" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای زعفران کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 3, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:39:06.773Z" - }, - "updated_at": { - "$date": "2024-04-12T16:39:06.773Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661963cf45700b006108ccc0" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای زعفران بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 4, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:39:43.702Z" - }, - "updated_at": { - "$date": "2024-04-12T16:39:43.702Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661963fe45700b006108cce2" - }, - "price": 220000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای نعنا کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 5, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:40:30.205Z" - }, - "updated_at": { - "$date": "2024-04-12T16:40:30.205Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619642e45700b006108cd13" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای نعنا بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 6, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:41:18.691Z" - }, - "updated_at": { - "$date": "2024-04-12T16:41:18.691Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619645245700b006108cd2c" - }, - "price": 220000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای هل کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 7, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:41:54.785Z" - }, - "updated_at": { - "$date": "2024-04-12T16:41:54.785Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619647e45700b006108cd45" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای هل بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 8, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:42:38.634Z" - }, - "updated_at": { - "$date": "2024-04-12T16:42:38.634Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661964ac45700b006108cd5b" - }, - "price": 220000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای دارچین کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 9, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:43:24.158Z" - }, - "updated_at": { - "$date": "2024-04-12T16:43:24.158Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661964e145700b006108cd80" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای دارچین بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 10, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:44:17.271Z" - }, - "updated_at": { - "$date": "2024-04-12T16:44:17.271Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619652a45700b006108cd99" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 11, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:45:30.542Z" - }, - "updated_at": { - "$date": "2024-04-12T16:45:30.542Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619654f45700b006108cda9" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 12, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:46:07.286Z" - }, - "updated_at": { - "$date": "2024-04-12T16:46:07.286Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619657645700b006108cdb6" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ترش کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 13, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:46:46.181Z" - }, - "updated_at": { - "$date": "2024-04-12T16:46:46.181Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661965a545700b006108cdc7" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ترش بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 14, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:47:33.849Z" - }, - "updated_at": { - "$date": "2024-04-12T16:47:33.849Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661965cf45700b006108cdd4" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر چای کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 15, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:48:15.947Z" - }, - "updated_at": { - "$date": "2024-04-12T16:48:15.947Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661965f745700b006108cdea" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر چای بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619531845700b006108c84e" - }, - "index": 16, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:48:55.036Z" - }, - "updated_at": { - "$date": "2024-04-12T16:48:55.036Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619665f45700b006108ce0d" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "6619662545700b006108cdf7" - }, - "index": 1, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:50:39.389Z" - }, - "updated_at": { - "$date": "2024-04-12T16:50:39.389Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619667e45700b006108ce17" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک اسنیکرز", - "description": "", - "short_description": "", - "category": { - "$oid": "6619662545700b006108cdf7" - }, - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:51:10.159Z" - }, - "updated_at": { - "$date": "2024-04-12T16:51:10.159Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661966a145700b006108ce2a" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "6619662545700b006108cdf7" - }, - "index": 3, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:51:45.759Z" - }, - "updated_at": { - "$date": "2024-04-12T16:51:45.759Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661966c845700b006108ce40" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "6619662545700b006108cdf7" - }, - "index": 4, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:52:24.353Z" - }, - "updated_at": { - "$date": "2024-04-12T16:52:24.353Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619672745700b006108ce6f" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک نوتلا توت فرنگی ", - "description": "", - "short_description": "", - "category": { - "$oid": "6619662545700b006108cdf7" - }, - "index": 6, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:53:59.062Z" - }, - "updated_at": { - "$date": "2024-04-12T16:53:59.062Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619676b45700b006108ce82" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک معجون", - "description": "", - "short_description": "", - "category": { - "$oid": "6619662545700b006108cdf7" - }, - "index": 7, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:55:07.123Z" - }, - "updated_at": { - "$date": "2024-04-12T16:55:07.123Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619678445700b006108ce8c" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک کوکی", - "description": "", - "short_description": "", - "category": { - "$oid": "6619662545700b006108cdf7" - }, - "index": 8, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T16:55:32.630Z" - }, - "updated_at": { - "$date": "2024-04-12T16:55:32.630Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619691245700b006108cf31" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6618e55545700b006108be13" - }, - "index": 11, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T17:02:10.732Z" - }, - "updated_at": { - "$date": "2024-04-12T17:02:10.732Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6619693545700b006108cf41" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6619523245700b006108c824" - }, - "index": 11, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-12T17:02:45.077Z" - }, - "updated_at": { - "$date": "2024-04-12T17:02:45.077Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661c1d8245700b006108fdc0" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "6619662545700b006108cdf7" - }, - "index": 5, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-14T18:16:34.797Z" - }, - "updated_at": { - "$date": "2024-04-14T18:16:34.797Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "661c1da045700b006108fdd9" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک لوتوس", - "description": "", - "short_description": "", - "category": { - "$oid": "6619662545700b006108cdf7" - }, - "index": 9, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-14T18:17:04.784Z" - }, - "updated_at": { - "$date": "2024-04-14T18:17:04.784Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627e1027d6ac20062281e18" - }, - "price": 5200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کته جوجه کباب .. chicken kebab & rice/3 skewers ", - "description": "٣ سیخ جوجه کباب/زیتون /سالاد شیرازی/ماست/سبزی خوردن/گوجه کبابی..chicken kebab/shirazi salad/yogurt/vegetable/p/tomato", - "short_description": "", - "category": { - "$oid": "6627dff97d6ac20062281dd2" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-04-23T16:25:38.261Z" - }, - "updated_at": { - "$date": "2025-12-04T11:15:58.460Z" - }, - "__v": 0, - "image": "food_1714079813660.png" -}, -{ - "_id": { - "$oid": "6627e1a47d6ac20062281e4e" - }, - "price": 8800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کته استیک .. fillet steak & rice ", - "description": "فیله استیک،برنج کته ایرانی٫،سیب زمینی تنوری ..steak fillet/iranian rice/meat sauce/roast potatoes ", - "short_description": "", - "category": { - "$oid": "6627dff97d6ac20062281dd2" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-04-23T16:28:20.962Z" - }, - "updated_at": { - "$date": "2025-12-04T11:15:27.591Z" - }, - "__v": 0, - "image": "food_1713941274547.png" -}, -{ - "_id": { - "$oid": "6627e1d47d6ac20062281e6d" - }, - "price": 7700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کته کباب چنجه .. chenjeh kabab & rice ", - "description": "٢ سیخ فیله/سالاد شیرازی/ماست/سبزی خوردن..Iranian rice/2skewers fillet/shirazi salad/yogurt/vegetable", - "short_description": "", - "category": { - "$oid": "6627dff97d6ac20062281dd2" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-04-23T16:29:08.600Z" - }, - "updated_at": { - "$date": "2025-12-04T11:14:59.671Z" - }, - "__v": 0, - "image": "food_1715696779861.png" -}, -{ - "_id": { - "$oid": "6627e4227d6ac20062281f21" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنیر سوخاری .. cheese fries ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ac607926d2e0e4fbd9b465" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-04-23T16:38:58.754Z" - }, - "updated_at": { - "$date": "2025-12-04T11:56:11.387Z" - }, - "__v": 0, - "image": "food_1715934346706.png" -}, -{ - "_id": { - "$oid": "6627f2847d6ac2006228228c" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا پپرونی تک نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0d37d6ac20062282203" - }, - "index": 1, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:40:20.601Z" - }, - "updated_at": { - "$date": "2024-04-23T17:40:20.601Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f2b27d6ac20062282296" - }, - "price": 2800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا پپرونی دو نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0d37d6ac20062282203" - }, - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:41:06.530Z" - }, - "updated_at": { - "$date": "2024-04-23T17:41:06.530Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f2d17d6ac200622822a0" - }, - "price": 2300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا بیکن تک نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0d37d6ac20062282203" - }, - "index": 3, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:41:37.171Z" - }, - "updated_at": { - "$date": "2024-04-25T19:05:38.455Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f2f57d6ac200622822ad" - }, - "price": 2900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا بیکن دو نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0d37d6ac20062282203" - }, - "index": 4, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:42:13.242Z" - }, - "updated_at": { - "$date": "2024-04-23T17:42:13.242Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f31f7d6ac200622822b7" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا چیکن تک نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0d37d6ac20062282203" - }, - "index": 5, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:42:55.326Z" - }, - "updated_at": { - "$date": "2024-04-25T19:06:36.065Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f34b7d6ac200622822ca" - }, - "price": 3100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا چیکن دو نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0d37d6ac20062282203" - }, - "index": 6, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:43:39.592Z" - }, - "updated_at": { - "$date": "2024-04-23T17:43:39.592Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f37b7d6ac200622822d7" - }, - "price": 2800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا رست بیف تک نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0d37d6ac20062282203" - }, - "index": 7, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:44:27.290Z" - }, - "updated_at": { - "$date": "2024-04-23T17:44:27.290Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f39c7d6ac200622822e1" - }, - "price": 3300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا رست بیف دو نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0d37d6ac20062282203" - }, - "index": 8, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:45:00.986Z" - }, - "updated_at": { - "$date": "2024-04-23T17:45:00.986Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f4557d6ac20062282300" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا پنیر گردو تک نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0d37d6ac20062282203" - }, - "index": 9, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:48:05.947Z" - }, - "updated_at": { - "$date": "2024-04-23T17:48:05.947Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f4797d6ac20062282322" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا پنیر گردو دو نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0d37d6ac20062282203" - }, - "index": 10, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:48:41.229Z" - }, - "updated_at": { - "$date": "2024-04-23T17:48:41.229Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f4b37d6ac20062282344" - }, - "price": 1280000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نان سیر", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0d37d6ac20062282203" - }, - "index": 11, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:49:39.505Z" - }, - "updated_at": { - "$date": "2024-04-23T17:49:39.505Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f56e7d6ac2006228239c" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر کلاسیک", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0f37d6ac20062282218" - }, - "index": 1, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:52:46.679Z" - }, - "updated_at": { - "$date": "2024-04-23T17:52:46.679Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f5b07d6ac200622823b2" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر کلاسیک ذغالی", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0f37d6ac20062282218" - }, - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:53:52.606Z" - }, - "updated_at": { - "$date": "2024-04-23T17:53:52.606Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f5e77d6ac200622823f8" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0f37d6ac20062282218" - }, - "index": 3, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:54:47.250Z" - }, - "updated_at": { - "$date": "2024-04-23T17:54:47.250Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f6167d6ac20062282408" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز برگر ذغالی", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0f37d6ac20062282218" - }, - "index": 4, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:55:34.240Z" - }, - "updated_at": { - "$date": "2024-04-23T17:55:34.240Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f63e7d6ac20062282427" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هالوپینو برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0f37d6ac20062282218" - }, - "index": 5, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:56:14.391Z" - }, - "updated_at": { - "$date": "2024-04-23T17:56:14.391Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f66a7d6ac2006228244f" - }, - "price": 2050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هالوپینو برگر ذغالی", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0f37d6ac20062282218" - }, - "index": 6, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T17:56:58.198Z" - }, - "updated_at": { - "$date": "2024-04-23T17:56:58.198Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f7457d6ac20062282460" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0f37d6ac20062282218" - }, - "index": 7, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T18:00:37.850Z" - }, - "updated_at": { - "$date": "2024-04-23T18:00:37.850Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f7747d6ac2006228246f" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیکن برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0f37d6ac20062282218" - }, - "index": 8, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T18:01:24.571Z" - }, - "updated_at": { - "$date": "2024-04-23T18:01:24.571Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f7987d6ac20062282479" - }, - "price": 2150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیکن برگر ذغالی", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0f37d6ac20062282218" - }, - "index": 9, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T18:02:00.034Z" - }, - "updated_at": { - "$date": "2024-04-23T18:02:00.034Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f7c17d6ac2006228248f" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر آلفردو", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0f37d6ac20062282218" - }, - "index": 10, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T18:02:41.868Z" - }, - "updated_at": { - "$date": "2024-04-23T18:02:41.868Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6627f7e47d6ac200622824a2" - }, - "price": 2050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر آلفردو ذغالی", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f0f37d6ac20062282218" - }, - "index": 11, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-23T18:03:16.521Z" - }, - "updated_at": { - "$date": "2024-04-23T18:03:16.521Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6628a85e7d6ac20062282cff" - }, - "price": 5100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کته کباب دیگی .. digi kebab & rice ", - "description": "گوشت،سیب زمینی تنوری،گوجه سس کباب دیگی،فلفل دلمه ای،برنج ایرانی ..meat/roast potatoes/tomato/digi kebab sauce/sweet pepper/iranian rice", - "short_description": "", - "category": { - "$oid": "6627dff97d6ac20062281dd2" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "image": "food_1714732721495.png", - "created_at": { - "$date": "2024-04-24T06:36:14.946Z" - }, - "updated_at": { - "$date": "2025-12-04T11:14:35.457Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6629602a7d6ac20062284377" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ کلاسیک", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f1ca7d6ac2006228224e" - }, - "index": 1, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-24T19:40:26.957Z" - }, - "updated_at": { - "$date": "2024-04-24T19:40:26.957Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662960c97d6ac2006228438b" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ باربیکیو", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f1ca7d6ac2006228224e" - }, - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-24T19:43:05.081Z" - }, - "updated_at": { - "$date": "2024-04-24T19:43:05.081Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662960fb7d6ac2006228439e" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ مجاری", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f1ca7d6ac2006228224e" - }, - "index": 3, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-24T19:43:55.502Z" - }, - "updated_at": { - "$date": "2024-04-24T19:43:55.502Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6629611e7d6ac200622843a8" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ هالوپینو", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f1ca7d6ac2006228224e" - }, - "index": 4, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-24T19:44:30.173Z" - }, - "updated_at": { - "$date": "2024-04-24T19:44:30.173Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662962737d6ac200622843eb" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ آلمانی قارچ و پنیر", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f1ee7d6ac20062282257" - }, - "index": 1, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-24T19:50:11.096Z" - }, - "updated_at": { - "$date": "2024-04-25T17:50:52.272Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a1cf17d6ac20062284b3e" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کته .. rice ", - "description": "برنج ایرانی ..Iranian rice", - "short_description": "", - "category": { - "$oid": "6627dff97d6ac20062281dd2" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-04-25T09:05:53.164Z" - }, - "updated_at": { - "$date": "2025-12-04T11:13:39.340Z" - }, - "__v": 0, - "image": "food_1714293401098.png" -}, -{ - "_id": { - "$oid": "662a8bd97d6ac20062285d5d" - }, - "price": 13500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "باقالی پلو با گردن دو نفره", - "description": "دو عدد باقالی پلو. گردن با ون 1 کیلوگرم به همراه دورچین کامل", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2024-04-25T16:59:05.978Z" - }, - "updated_at": { - "$date": "2024-09-25T16:40:46.054Z" - }, - "__v": 0, - "image": "food_1714733620233.png" -}, -{ - "_id": { - "$oid": "662a96fb7d6ac2006228614c" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ کوکتل", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f1ee7d6ac20062282257" - }, - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T17:46:35.828Z" - }, - "updated_at": { - "$date": "2024-04-25T17:46:35.828Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a97257d6ac20062286162" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ کوکتل قارچ و پنیر", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f1ee7d6ac20062282257" - }, - "index": 3, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T17:47:17.406Z" - }, - "updated_at": { - "$date": "2024-04-25T17:47:17.406Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a97477d6ac20062286178" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ آلمانی", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f1ee7d6ac20062282257" - }, - "index": 4, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T17:47:51.497Z" - }, - "updated_at": { - "$date": "2024-04-25T17:47:51.497Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a97a27d6ac2006228618b" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تک لقمه ساده", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f1ee7d6ac20062282257" - }, - "index": 5, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T17:49:22.026Z" - }, - "updated_at": { - "$date": "2024-04-25T17:49:22.026Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a97c87d6ac2006228619b" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تک لقمه مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f1ee7d6ac20062282257" - }, - "index": 6, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T17:50:00.480Z" - }, - "updated_at": { - "$date": "2024-04-25T17:50:00.480Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a982b7d6ac200622861e4" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بال و کتف ۷ تکه", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f2047d6ac20062282260" - }, - "index": 1, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T17:51:39.455Z" - }, - "updated_at": { - "$date": "2024-04-25T17:51:39.455Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a98597d6ac200622861fa" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بال و کتف ۹ تکه و سیب زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f2047d6ac20062282260" - }, - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T17:52:25.014Z" - }, - "updated_at": { - "$date": "2024-04-25T17:52:25.014Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a988a7d6ac20062286222" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیله سوخاری ۵ تکه و سیب زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f2047d6ac20062282260" - }, - "index": 3, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T17:53:14.550Z" - }, - "updated_at": { - "$date": "2024-04-25T17:53:14.550Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a98d07d6ac20062286250" - }, - "price": 2150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیله سوخاری ۷ تکه و سیب زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f2047d6ac20062282260" - }, - "index": 4, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T17:54:24.146Z" - }, - "updated_at": { - "$date": "2024-04-25T17:54:24.146Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a9ae77d6ac2006228638f" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی ساده متوسط", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f2207d6ac20062282275" - }, - "index": 1, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T18:03:19.235Z" - }, - "updated_at": { - "$date": "2024-04-25T18:03:19.235Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a9b1c7d6ac200622863cc" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی ساده بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f2207d6ac20062282275" - }, - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T18:04:12.572Z" - }, - "updated_at": { - "$date": "2024-04-25T18:04:12.572Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a9b437d6ac20062286403" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی و سوسیس متوسط", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f2207d6ac20062282275" - }, - "index": 3, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T18:04:51.605Z" - }, - "updated_at": { - "$date": "2024-04-25T18:04:51.605Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a9b697d6ac20062286425" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی و سوسیس بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f2207d6ac20062282275" - }, - "index": 4, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T18:05:29.611Z" - }, - "updated_at": { - "$date": "2024-04-25T18:05:29.611Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a9b9a7d6ac20062286435" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی و ژامبون متوسط", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f2207d6ac20062282275" - }, - "index": 5, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T18:06:18.080Z" - }, - "updated_at": { - "$date": "2024-04-25T18:06:18.080Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a9bc27d6ac20062286442" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی و ژامبون بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f2207d6ac20062282275" - }, - "index": 6, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T18:06:58.796Z" - }, - "updated_at": { - "$date": "2024-04-25T18:06:58.796Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a9c007d6ac20062286460" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت فرایز متوسط", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f2207d6ac20062282275" - }, - "index": 7, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T18:08:00.098Z" - }, - "updated_at": { - "$date": "2024-04-25T18:10:00.781Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a9c477d6ac20062286491" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت فرایز بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6627f2207d6ac20062282275" - }, - "index": 8, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T18:09:11.742Z" - }, - "updated_at": { - "$date": "2024-04-25T18:09:11.742Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a9d3c7d6ac20062286501" - }, - "price": 1560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنه آلفردو", - "description": "", - "short_description": "", - "category": { - "$oid": "662a9ce07d6ac200622864dc" - }, - "index": 1, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T18:13:16.176Z" - }, - "updated_at": { - "$date": "2024-04-25T18:13:16.176Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662a9d637d6ac20062286523" - }, - "price": 1830000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنه گوشت", - "description": "", - "short_description": "", - "category": { - "$oid": "662a9ce07d6ac200622864dc" - }, - "index": 2, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T18:13:55.941Z" - }, - "updated_at": { - "$date": "2024-08-26T17:51:37.461Z" - }, - "__v": 0, - "image": "food_1724694688777.png" -}, -{ - "_id": { - "$oid": "662a9d927d6ac2006228653f" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنه سبزیجات", - "description": "", - "short_description": "", - "category": { - "$oid": "662a9ce07d6ac200622864dc" - }, - "index": 3, - "storeId": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "created_at": { - "$date": "2024-04-25T18:14:42.404Z" - }, - "updated_at": { - "$date": "2024-04-25T18:14:42.404Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662bfac07d6ac20062288539" - }, - "price": 10300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ریبای استیک . ribeye steak & mushroom sauce ", - "description": "500 گرم گوشت گوساله ،سبزیجات بخار پز،سس قارچ..500g veal meat/steamed vegetables/ mushroom sauce ", - "short_description": "", - "category": { - "$oid": "61ac5f9b26d2e0e4fbd9b3fe" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-04-26T19:04:32.445Z" - }, - "updated_at": { - "$date": "2025-12-04T11:51:17.180Z" - }, - "__v": 0, - "image": "food_1714242244841.png" -}, -{ - "_id": { - "$oid": "662cdbed7d6ac20062288dff" - }, - "price": 4450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک جوجه کباب. Chicken kebab/3 skewers ", - "description": "٣ سیخ جوجه/گوجه گیلاسی/سبزی خوردن/سالاد شیرازی/ماست..chicken/tomato/vegetable/shirazi salad/yogurt", - "short_description": "", - "category": { - "$oid": "6627dff97d6ac20062281dd2" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-04-27T11:05:17.223Z" - }, - "updated_at": { - "$date": "2025-12-04T11:13:05.438Z" - }, - "__v": 0, - "image": "food_1715696138450.png" -}, -{ - "_id": { - "$oid": "662d15b97d6ac2006228925d" - }, - "price": 2350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رویال برگر ", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4372045700b0061064bbb" - }, - "index": 9, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "image": "food_1714230711903.png", - "created_at": { - "$date": "2024-04-27T15:11:53.131Z" - }, - "updated_at": { - "$date": "2025-07-13T12:13:43.948Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662d1bc47d6ac20062289393" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکتل قارچ وپنیر ", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4375845700b0061064bd0" - }, - "index": 2, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-04-27T15:37:40.819Z" - }, - "updated_at": { - "$date": "2025-07-13T12:13:21.574Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662d21f27d6ac20062289619" - }, - "price": 2350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میکس برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4372045700b0061064bbb" - }, - "index": 10, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "image": "food_1714233840875.png", - "created_at": { - "$date": "2024-04-27T16:04:02.593Z" - }, - "updated_at": { - "$date": "2025-07-13T12:13:01.190Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "662e816c7d6ac2006228b797" - }, - "price": 5580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بشقاب پروتئین(رژیمی).. dietetic foods", - "description": "گوشت گوساله،فیله مرغ،بی بی اسفناج،سبزیجات روز،سیب زمینی تنوری،تخم مرغ آب پز،قارچ،سس مخصوص ژیوان..veal/chicken fillet/baby spinach/vegetable/roast potatoes/boiled egg/mushrom/ special Zhivan sauce ", - "short_description": "", - "category": { - "$oid": "61ac5f9b26d2e0e4fbd9b3fe" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-04-28T17:03:40.227Z" - }, - "updated_at": { - "$date": "2025-12-04T11:49:59.648Z" - }, - "__v": 0, - "image": "food_1715701220774.png" -}, -{ - "_id": { - "$oid": "66312e427d6ac2006228ef60" - }, - "price": 10500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کته استیک ریبای . Ribeye steak & rice", - "description": "۵٠٠ گرم گوشت گوساله، برنج ایرانی، سالاد شیرازی، ماست..500g veal meat/iranian rice/shirazi salad/yogurt", - "short_description": "", - "category": { - "$oid": "6627dff97d6ac20062281dd2" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-04-30T17:45:38.868Z" - }, - "updated_at": { - "$date": "2025-12-04T11:12:38.241Z" - }, - "__v": 0, - "image": "food_1715697744094.png" -}, -{ - "_id": { - "$oid": "66365ef17d6ac20062295ecd" - }, - "price": 560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو روبوستا", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 22, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-05-04T16:14:41.238Z" - }, - "updated_at": { - "$date": "2025-07-15T10:49:47.682Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663660217d6ac20062295f4c" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو سینگل روبوستا ", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-05-04T16:19:45.349Z" - }, - "updated_at": { - "$date": "2025-07-15T10:44:50.707Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663661f37d6ac20062296014" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو سینگل 50/50", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 23, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-05-04T16:27:31.552Z" - }, - "updated_at": { - "$date": "2025-07-15T10:44:35.063Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663662167d6ac2006229601e" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو دوبل 50/50", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 24, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-05-04T16:28:06.985Z" - }, - "updated_at": { - "$date": "2025-07-15T10:44:15.467Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663a587b7d6ac20062299f08" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیما...Sima", - "description": "بهارنارنج،تخم شربتی،citrus aurantium/chia/", - "short_description": "", - "category": { - "$oid": "663a58217d6ac20062299ee4" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-05-07T16:36:11.899Z" - }, - "updated_at": { - "$date": "2025-09-29T11:00:13.449Z" - }, - "__v": 0, - "image": "food_1715700359170.png" -}, -{ - "_id": { - "$oid": "663a58b17d6ac20062299f1e" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هما .. Homa", - "description": "خیار،سکنجبین،لیمو..cucumber/ skanjbin/lemon", - "short_description": "", - "category": { - "$oid": "663a58217d6ac20062299ee4" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-05-07T16:37:05.196Z" - }, - "updated_at": { - "$date": "2025-09-29T10:59:40.267Z" - }, - "__v": 0, - "image": "food_1715700302453.png" -}, -{ - "_id": { - "$oid": "663a5ccc7d6ac2006229a03d" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جانا .. Jana", - "description": "زعفران،گل محمدی،تخم شربتی..saffron/damask rose/chia", - "short_description": "", - "category": { - "$oid": "663a58217d6ac20062299ee4" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-05-07T16:54:36.816Z" - }, - "updated_at": { - "$date": "2025-09-29T10:59:24.174Z" - }, - "__v": 0, - "image": "food_1715700257579.png" -}, -{ - "_id": { - "$oid": "663f95297d6ac200622a0bb6" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار گریل", - "description": "", - "short_description": "", - "category": { - "$oid": "663f829e7d6ac200622a0925" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T15:56:25.708Z" - }, - "updated_at": { - "$date": "2024-05-11T15:56:25.708Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f95a47d6ac200622a0bc9" - }, - "price": 2650000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "سالاد سزار دو رول", - "description": "", - "short_description": "", - "category": { - "$oid": "663f829e7d6ac200622a0925" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T15:58:28.179Z" - }, - "updated_at": { - "$date": "2024-05-11T17:28:59.663Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f95e47d6ac200622a0bd5" - }, - "price": 2200000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "فروت سالاد", - "description": "اهو سیب سبز کیوی توت فرنگی سس زرشک و تمشک", - "short_description": "", - "category": { - "$oid": "663f829e7d6ac200622a0925" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T15:59:32.513Z" - }, - "updated_at": { - "$date": "2024-05-12T14:06:26.871Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f96097d6ac200622a0be2" - }, - "price": 1100000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "سالاد مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "663f829e7d6ac200622a0925" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:00:09.520Z" - }, - "updated_at": { - "$date": "2024-05-11T16:00:58.163Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f967b7d6ac200622a0c01" - }, - "price": 2400000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "سالاد بیستکا", - "description": "کاهو فیله گوساله جوانه گندم سس مخصوص", - "short_description": "", - "category": { - "$oid": "663f829e7d6ac200622a0925" - }, - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:02:03.607Z" - }, - "updated_at": { - "$date": "2024-05-12T14:05:02.112Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f96ab7d6ac200622a0c0d" - }, - "price": 700000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "سالاد کلاسیک", - "description": "", - "short_description": "", - "category": { - "$oid": "663f829e7d6ac200622a0925" - }, - "index": 6, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:02:51.433Z" - }, - "updated_at": { - "$date": "2024-05-11T16:02:51.433Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f982a7d6ac200622a0ca3" - }, - "price": 2650000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "پاین", - "description": "ژامبون گوشت ٫ فیله مرغ ٫ قارچ ٫ پنیر مخصوص", - "short_description": "", - "category": { - "$oid": "663f97b97d6ac200622a0c62" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:09:14.453Z" - }, - "updated_at": { - "$date": "2024-05-26T11:08:09.532Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9b347d6ac200622a0d5b" - }, - "price": 2650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سه تیکه استریپس", - "description": "", - "short_description": "", - "category": { - "$oid": "663f79ac7d6ac200622a0814" - }, - "index": 6, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:22:12.629Z" - }, - "updated_at": { - "$date": "2024-05-11T16:22:12.629Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9b707d6ac200622a0d81" - }, - "price": 3450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنج تیکه استریپس", - "description": "", - "short_description": "", - "category": { - "$oid": "663f79ac7d6ac200622a0814" - }, - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:23:12.957Z" - }, - "updated_at": { - "$date": "2024-05-11T16:23:12.957Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9b9d7d6ac200622a0d8b" - }, - "price": 2450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دبل دان", - "description": "", - "short_description": "", - "category": { - "$oid": "663f79ac7d6ac200622a0814" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:23:57.145Z" - }, - "updated_at": { - "$date": "2024-05-11T16:23:57.145Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9bdf7d6ac200622a0d95" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میگو سوخاری", - "description": "", - "short_description": "", - "category": { - "$oid": "663f79ac7d6ac200622a0814" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:25:03.938Z" - }, - "updated_at": { - "$date": "2024-05-11T16:25:03.938Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9c0a7d6ac200622a0d9f" - }, - "price": 2850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بشقاب سوخاری", - "description": "2فیله مرغ 5قارچ سوخاری 2پیازحلقه سیب سوخاری", - "short_description": "", - "category": { - "$oid": "663f79ac7d6ac200622a0814" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:25:46.828Z" - }, - "updated_at": { - "$date": "2024-05-20T17:55:25.207Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9c437d6ac200622a0db2" - }, - "price": 2650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیف آلفردو", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f80159383e8d7553efcf" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:26:43.215Z" - }, - "updated_at": { - "$date": "2024-05-11T16:26:43.215Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9c757d6ac200622a0dc2" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پستو", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f80159383e8d7553efcf" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:27:33.926Z" - }, - "updated_at": { - "$date": "2024-05-11T16:27:33.926Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9c9d7d6ac200622a0dcf" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لازانیا", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f80159383e8d7553efcf" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:28:13.914Z" - }, - "updated_at": { - "$date": "2024-05-11T16:28:13.914Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9cce7d6ac200622a0ddc" - }, - "price": 2900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز پاستا", - "description": "پنه سس مارتیارا سس قارچ پستو سس ریحان و مرغ", - "short_description": "", - "category": { - "$oid": "6537f80159383e8d7553efcf" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:29:02.971Z" - }, - "updated_at": { - "$date": "2024-05-12T14:10:58.965Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9d007d6ac200622a0de6" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیده گوشت", - "description": "", - "short_description": "", - "category": { - "$oid": "663f7b2c7d6ac200622a0843" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:29:52.087Z" - }, - "updated_at": { - "$date": "2024-05-11T16:29:52.087Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9d277d6ac200622a0df9" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیده مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "663f7b2c7d6ac200622a0843" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:30:31.305Z" - }, - "updated_at": { - "$date": "2024-05-11T16:30:31.305Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9d497d6ac200622a0e06" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وجترین", - "description": "", - "short_description": "", - "category": { - "$oid": "663f7b2c7d6ac200622a0843" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:31:05.154Z" - }, - "updated_at": { - "$date": "2024-05-11T16:31:05.154Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9d817d6ac200622a0e19" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیف استروگانف", - "description": "", - "short_description": "", - "category": { - "$oid": "663f7a717d6ac200622a0833" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:32:01.035Z" - }, - "updated_at": { - "$date": "2024-05-11T16:32:01.035Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9da87d6ac200622a0e2f" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن", - "description": "", - "short_description": "", - "category": { - "$oid": "663f7a717d6ac200622a0833" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:32:40.725Z" - }, - "updated_at": { - "$date": "2024-05-11T16:32:40.725Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9e197d6ac200622a0e42" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس سزار", - "description": "", - "short_description": "", - "category": { - "$oid": "64e848ce59383e8d754e920b" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:34:33.107Z" - }, - "updated_at": { - "$date": "2024-05-11T16:34:33.107Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9e3e7d6ac200622a0e52" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس قارچ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e848ce59383e8d754e920b" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:35:10.253Z" - }, - "updated_at": { - "$date": "2024-05-11T16:35:10.253Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9e647d6ac200622a0e62" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس دیپ", - "description": "", - "short_description": "", - "category": { - "$oid": "64e848ce59383e8d754e920b" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:35:48.289Z" - }, - "updated_at": { - "$date": "2024-05-11T16:35:48.289Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9e8c7d6ac200622a0e75" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس پستو", - "description": "", - "short_description": "", - "category": { - "$oid": "64e848ce59383e8d754e920b" - }, - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:36:28.045Z" - }, - "updated_at": { - "$date": "2024-05-11T16:36:28.045Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9eae7d6ac200622a0e7f" - }, - "price": 100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نان مک", - "description": "", - "short_description": "", - "category": { - "$oid": "64e848ce59383e8d754e920b" - }, - "index": 6, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:37:02.987Z" - }, - "updated_at": { - "$date": "2024-05-11T16:37:02.987Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9eed7d6ac200622a0e9e" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رولر", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f5f059383e8d7553eed0" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:38:05.537Z" - }, - "updated_at": { - "$date": "2024-05-11T16:38:05.537Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9f157d6ac200622a0eba" - }, - "price": 3100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دبل", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f5f059383e8d7553eed0" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:38:45.725Z" - }, - "updated_at": { - "$date": "2024-05-11T16:38:45.725Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9f447d6ac200622a0ed3" - }, - "price": 2950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاین برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f5f059383e8d7553eed0" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:39:32.740Z" - }, - "updated_at": { - "$date": "2024-05-11T16:39:32.740Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9f767d6ac200622a0f08" - }, - "price": 2250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر کلاسیک", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f5f059383e8d7553eed0" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:40:22.074Z" - }, - "updated_at": { - "$date": "2024-05-11T16:40:22.074Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9fc07d6ac200622a0f21" - }, - "price": 2400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ فیله مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f5f059383e8d7553eed0" - }, - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:41:36.878Z" - }, - "updated_at": { - "$date": "2024-05-11T16:41:36.878Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663f9ff77d6ac200622a0f3d" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ رست بیف", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f5f059383e8d7553eed0" - }, - "index": 6, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:42:31.452Z" - }, - "updated_at": { - "$date": "2024-05-11T16:42:31.452Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa0447d6ac200622a0f61" - }, - "price": 5100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مینیون", - "description": "فیله گوساله سس قارچ", - "short_description": "", - "category": { - "$oid": "663f80f47d6ac200622a08ea" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:43:48.829Z" - }, - "updated_at": { - "$date": "2024-05-12T14:26:34.520Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa0637d6ac200622a0f6e" - }, - "price": 5300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ریبای", - "description": "", - "short_description": "", - "category": { - "$oid": "663f80f47d6ac200622a08ea" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:44:19.264Z" - }, - "updated_at": { - "$date": "2024-05-11T16:44:19.264Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa2697d6ac200622a0fce" - }, - "price": 5400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیلتو آل اجتو بالزامیک", - "description": "فیله گوساله سس بالزامیک", - "short_description": "", - "category": { - "$oid": "663f80f47d6ac200622a08ea" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:52:57.196Z" - }, - "updated_at": { - "$date": "2024-05-12T14:22:55.400Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa2b27d6ac200622a0fe7" - }, - "price": 3100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پتو دی پلو آل ملگارانوت", - "description": "", - "short_description": "", - "category": { - "$oid": "663f80f47d6ac200622a08ea" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:54:10.826Z" - }, - "updated_at": { - "$date": "2024-05-11T16:54:10.826Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa3057d6ac200622a0ffd" - }, - "price": 5100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیلتو گریلیا کونفوگیس", - "description": "فیله گوساله سس قارچ ", - "short_description": "", - "category": { - "$oid": "663f80f47d6ac200622a08ea" - }, - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:55:33.186Z" - }, - "updated_at": { - "$date": "2024-05-12T14:21:54.874Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa3477d6ac200622a1007" - }, - "price": 3200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیرواستیک", - "description": "راسته گوساله سیر فلفل دلمه ای و پنیر", - "short_description": "", - "category": { - "$oid": "6537f5e159383e8d7553eec7" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:56:39.030Z" - }, - "updated_at": { - "$date": "2024-05-29T15:17:34.839Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa3b87d6ac200622a1022" - }, - "price": 2900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پپرونی", - "description": "پپرونی و پنیر فلفل دلمه", - "short_description": "", - "category": { - "$oid": "6537f5e159383e8d7553eec7" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:58:32.358Z" - }, - "updated_at": { - "$date": "2024-05-29T15:14:09.685Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa3e07d6ac200622a102c" - }, - "price": 3100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوآترو پارتی", - "description": "پپرونی مرغ طمع دار شده هات داگ و سبزیجات", - "short_description": "", - "category": { - "$oid": "6537f5e159383e8d7553eec7" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:59:12.839Z" - }, - "updated_at": { - "$date": "2024-05-29T15:13:35.130Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa4087d6ac200622a1036" - }, - "price": 2900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیکن", - "description": "پنیر بیکن فلفل دلمه و قارچ", - "short_description": "", - "category": { - "$oid": "6537f5e159383e8d7553eec7" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T16:59:52.279Z" - }, - "updated_at": { - "$date": "2024-05-29T15:11:27.837Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa45a7d6ac200622a104a" - }, - "price": 2850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رست بیف", - "description": "گوشت گوساله قارچ فلفل پنیر", - "short_description": "", - "category": { - "$oid": "663f97b97d6ac200622a0c62" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:01:14.686Z" - }, - "updated_at": { - "$date": "2024-05-12T14:15:18.907Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa4927d6ac200622a1055" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پپر", - "description": "ژامبون پپرونی ٫ قارچ ٫ فلفل دلمه ٫ پنیر مخصوص", - "short_description": "", - "category": { - "$oid": "663f97b97d6ac200622a0c62" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:02:10.329Z" - }, - "updated_at": { - "$date": "2024-05-26T11:11:56.239Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa4b77d6ac200622a105f" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سبزیجات", - "description": "قارچ فلفل گوجه پنیر", - "short_description": "", - "category": { - "$oid": "663f97b97d6ac200622a0c62" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:02:47.697Z" - }, - "updated_at": { - "$date": "2024-05-29T14:55:20.065Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa4de7d6ac200622a106c" - }, - "price": 2450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مونترال(مخلوط)", - "description": "ژامبون گوشت ٫ هات داگ ۹۰٪ ٫ قارچ ٫ پنیر مخصوص", - "short_description": "", - "category": { - "$oid": "663f97b97d6ac200622a0c62" - }, - "index": 5, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:03:26.683Z" - }, - "updated_at": { - "$date": "2024-05-29T14:54:58.132Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa4fc7d6ac200622a1088" - }, - "price": 2600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالامی", - "description": "ژامبون سالامی قارچ فلفل پنیرمخصوص", - "short_description": "", - "category": { - "$oid": "663f97b97d6ac200622a0c62" - }, - "index": 6, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:03:56.959Z" - }, - "updated_at": { - "$date": "2024-05-12T13:47:25.226Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa5297d6ac200622a1092" - }, - "price": 2570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ویکتوریا", - "description": "ژامبون گوشت ، ژامبون مرغ ٫ پنیر مخصوص", - "short_description": "", - "category": { - "$oid": "663f97b97d6ac200622a0c62" - }, - "index": 7, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:04:41.289Z" - }, - "updated_at": { - "$date": "2024-05-26T11:12:43.666Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa5467d6ac200622a10a2" - }, - "price": 2350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مکزیکی", - "description": "گوشت تند٫کاهو ٫چیپس٫پنیر مخصوص", - "short_description": "", - "category": { - "$oid": "663f97b97d6ac200622a0c62" - }, - "index": 8, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:05:10.942Z" - }, - "updated_at": { - "$date": "2024-05-26T11:04:21.099Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fa5687d6ac200622a10b2" - }, - "price": 2650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کالزونه", - "description": "ژامبون گوشت مرغ طمع دار شده قارچ پنیر گودا و دولایه خمیر ", - "short_description": "", - "category": { - "$oid": "663f97b97d6ac200622a0c62" - }, - "index": 9, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:05:44.974Z" - }, - "updated_at": { - "$date": "2024-05-29T14:54:16.464Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fabf07d6ac200622a12a1" - }, - "price": 8400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک چنجه.. chenjeh kebab/3 skewers", - "description": "۳سیخ کباب چنجه،سالاد شیرازی ،ماست،سبزی خوردن، سبزیجات بخار پز..chenjeh kebab/shirazi salad/yogurt/vegetable/steamed vegetables ", - "short_description": "", - "category": { - "$oid": "6627dff97d6ac20062281dd2" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-05-11T17:33:36.729Z" - }, - "updated_at": { - "$date": "2025-12-04T11:11:57.734Z" - }, - "__v": 0, - "image": "food_1715697924107.png" -}, -{ - "_id": { - "$oid": "663fac267d6ac200622a12b0" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رول پنیری", - "description": "3 عدد رول(خمیر مخصوص و ژامبون و پنیر چدار)", - "short_description": "", - "category": { - "$oid": "6537f60059383e8d7553eedc" - }, - "index": 1, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:34:30.404Z" - }, - "updated_at": { - "$date": "2024-05-29T14:53:22.043Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fac527d6ac200622a12bd" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن استیس", - "description": "دو سیخ جوجه سوخاری", - "short_description": "", - "category": { - "$oid": "6537f60059383e8d7553eedc" - }, - "index": 2, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:35:14.493Z" - }, - "updated_at": { - "$date": "2024-05-29T14:52:19.382Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fac8c7d6ac200622a12df" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قارچ سوخاری", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f60059383e8d7553eedc" - }, - "index": 3, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:36:12.605Z" - }, - "updated_at": { - "$date": "2024-05-11T17:36:12.605Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663facea7d6ac200622a1330" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب تنوری", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f60059383e8d7553eedc" - }, - "index": 4, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:37:47.018Z" - }, - "updated_at": { - "$date": "2024-05-11T17:37:47.018Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fad757d6ac200622a138b" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی مخصوص", - "description": "سیب سرخ کرده و پنیر پیتزا زیتون و فلفل دلمه ", - "short_description": "", - "category": { - "$oid": "6537f60059383e8d7553eedc" - }, - "index": 6, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:40:05.723Z" - }, - "updated_at": { - "$date": "2024-05-12T13:40:54.557Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fad9e7d6ac200622a13a4" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب سوخاری", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f60059383e8d7553eedc" - }, - "index": 7, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:40:46.348Z" - }, - "updated_at": { - "$date": "2024-05-11T17:40:46.348Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fb0657d6ac200622a14c7" - }, - "price": 2250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا ایتالیایی وجترین", - "description": "کدو و بادمجان قارچ و فلفل دلمه ای و زیتون گوجه", - "short_description": "", - "category": { - "$oid": "6537f5e159383e8d7553eec7" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:52:37.679Z" - }, - "updated_at": { - "$date": "2024-05-29T14:49:01.067Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fb0897d6ac200622a14ec" - }, - "price": 3300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا پاین ایتالیایی", - "description": "فیله گوساله و بیکن گوشت قارچ بلانچ و فلفل دلمه ای", - "short_description": "", - "category": { - "$oid": "6537f5e159383e8d7553eec7" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:53:13.187Z" - }, - "updated_at": { - "$date": "2024-05-20T17:56:02.028Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "663fb1197d6ac200622a1535" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا آمریکایی چیکن", - "description": "مواد تشکیل دهنده: مرغ طمع دار شده و قارچ فلفل دلمه ای و پنیر مخصوص", - "short_description": "", - "category": { - "$oid": "663f97b97d6ac200622a0c62" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-11T17:55:37.275Z" - }, - "updated_at": { - "$date": "2024-05-29T14:48:18.024Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "664626e17d6ac200622a9184" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنه آلفردو ", - "description": "", - "short_description": "", - "category": { - "$oid": "664626607d6ac200622a915c" - }, - "index": 1, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-05-16T15:31:45.489Z" - }, - "updated_at": { - "$date": "2025-07-13T12:11:15.277Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "664627247d6ac200622a919d" - }, - "price": 2250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنه گوشت", - "description": "", - "short_description": "", - "category": { - "$oid": "664626607d6ac200622a915c" - }, - "index": 2, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-05-16T15:32:52.173Z" - }, - "updated_at": { - "$date": "2025-07-13T12:10:59.169Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "664b882e7d6ac200622b15ab" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک لوتوس", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436ef45700b0061064ba6" - }, - "index": 11, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-05-20T17:28:14.839Z" - }, - "updated_at": { - "$date": "2025-07-13T12:10:41.315Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66586e357d6ac200622c1a95" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز کیک لوتوس", - "description": "", - "short_description": "", - "category": { - "$oid": "64f44b7059383e8d754f73dd" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-30T12:16:53.541Z" - }, - "updated_at": { - "$date": "2024-05-30T12:16:53.541Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66586e6d7d6ac200622c1a9f" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میکس بری", - "description": "", - "short_description": "", - "category": { - "$oid": "64f44b7059383e8d754f73dd" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-30T12:17:49.530Z" - }, - "updated_at": { - "$date": "2024-05-30T12:17:49.530Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66586e887d6ac200622c1aa9" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رول نیویورکی", - "description": "", - "short_description": "", - "category": { - "$oid": "64f44b7059383e8d754f73dd" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-30T12:18:16.437Z" - }, - "updated_at": { - "$date": "2024-05-30T12:18:16.437Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66586ea57d6ac200622c1ab6" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خمیر شو", - "description": "", - "short_description": "", - "category": { - "$oid": "64f44b7059383e8d754f73dd" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-30T12:18:45.461Z" - }, - "updated_at": { - "$date": "2024-05-30T12:18:45.461Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66586ee27d6ac200622c1ac3" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سن سباستین", - "description": "", - "short_description": "", - "category": { - "$oid": "64f44b7059383e8d754f73dd" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-30T12:19:46.454Z" - }, - "updated_at": { - "$date": "2024-05-30T12:19:46.454Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66586f047d6ac200622c1acd" - }, - "price": 920000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دسر نوتلا ", - "description": "", - "short_description": "", - "category": { - "$oid": "64f44b7059383e8d754f73dd" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-30T12:20:20.612Z" - }, - "updated_at": { - "$date": "2024-05-30T12:20:20.612Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66586f1a7d6ac200622c1ad7" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اکلر", - "description": "", - "short_description": "", - "category": { - "$oid": "64f44b7059383e8d754f73dd" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-30T12:20:42.620Z" - }, - "updated_at": { - "$date": "2024-05-30T12:20:42.620Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66586f397d6ac200622c1ae1" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاریس برس", - "description": "", - "short_description": "", - "category": { - "$oid": "64f44b7059383e8d754f73dd" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-05-30T12:21:13.039Z" - }, - "updated_at": { - "$date": "2024-05-30T12:21:13.039Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6663126b7d6ac200622cfca9" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چلو کباب ", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:00:11.783Z" - }, - "updated_at": { - "$date": "2024-06-07T14:00:11.783Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666312a97d6ac200622cfcb5" - }, - "price": 2900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چلو جوجه ترش", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:01:13.324Z" - }, - "updated_at": { - "$date": "2024-06-07T14:01:13.324Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666312c17d6ac200622cfcbf" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چلو برگ", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:01:37.841Z" - }, - "updated_at": { - "$date": "2024-06-07T14:01:37.841Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666314c27d6ac200622cfd78" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "زرشک پلو", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:10:10.510Z" - }, - "updated_at": { - "$date": "2024-07-17T11:32:04.162Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666315b87d6ac200622cfda9" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک کباب", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:14:16.928Z" - }, - "updated_at": { - "$date": "2024-06-07T14:14:16.928Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666315d87d6ac200622cfdc3" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک جوجه", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:14:48.188Z" - }, - "updated_at": { - "$date": "2024-06-07T14:19:18.881Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666316107d6ac200622cfdcd" - }, - "price": 2300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک جوجه ترش", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:15:45.002Z" - }, - "updated_at": { - "$date": "2024-06-07T14:15:45.002Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666316277d6ac200622cfdd7" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک برگ", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:16:07.057Z" - }, - "updated_at": { - "$date": "2024-07-17T11:29:45.257Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666316687d6ac200622cfde7" - }, - "price": 2800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک بختیاری", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:17:12.074Z" - }, - "updated_at": { - "$date": "2024-06-07T14:17:12.074Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6663168e7d6ac200622cfdf1" - }, - "price": 3400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک گردن", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:17:50.680Z" - }, - "updated_at": { - "$date": "2024-06-07T14:17:50.680Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666316b37d6ac200622cfdfe" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک کباب نگینی", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:18:27.414Z" - }, - "updated_at": { - "$date": "2024-07-17T11:28:51.473Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666316d97d6ac200622cfe08" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک کباب تبریزی", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:19:05.425Z" - }, - "updated_at": { - "$date": "2024-06-07T17:11:51.189Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666317157d6ac200622cfe1f" - }, - "price": 2400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک کباب مصری ", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:20:05.955Z" - }, - "updated_at": { - "$date": "2024-06-07T14:20:05.955Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6663173a7d6ac200622cfe29" - }, - "price": 4300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک سلطانی", - "description": "یک سیخ کوبیده و یک سیخ برگ", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:20:42.160Z" - }, - "updated_at": { - "$date": "2024-07-17T11:30:50.096Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666317557d6ac200622cfe33" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:21:09.431Z" - }, - "updated_at": { - "$date": "2024-06-07T14:21:33.080Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666319a57d6ac200622cfeaa" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جگر", - "description": "", - "short_description": "", - "category": { - "$oid": "6663198a7d6ac200622cfe9a" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:31:01.611Z" - }, - "updated_at": { - "$date": "2024-06-07T14:31:01.611Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666319d27d6ac200622cfebd" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دل", - "description": "", - "short_description": "", - "category": { - "$oid": "6663198a7d6ac200622cfe9a" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:31:46.521Z" - }, - "updated_at": { - "$date": "2024-06-07T14:31:46.521Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666319e87d6ac200622cfec7" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قلوه", - "description": "", - "short_description": "", - "category": { - "$oid": "6663198a7d6ac200622cfe9a" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:32:08.561Z" - }, - "updated_at": { - "$date": "2024-06-07T14:32:08.561Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66631a077d6ac200622cfed7" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دنبه", - "description": "", - "short_description": "", - "category": { - "$oid": "6663198a7d6ac200622cfe9a" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:32:39.164Z" - }, - "updated_at": { - "$date": "2024-06-07T14:32:39.164Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66631a2a7d6ac200622cfee7" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کتف و بال", - "description": "", - "short_description": "", - "category": { - "$oid": "6663198a7d6ac200622cfe9a" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:33:14.048Z" - }, - "updated_at": { - "$date": "2024-06-07T14:33:14.048Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66631a437d6ac200622cfef7" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاسه کباب", - "description": "", - "short_description": "", - "category": { - "$oid": "6663198a7d6ac200622cfe9a" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:33:39.410Z" - }, - "updated_at": { - "$date": "2024-07-17T11:47:32.945Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66631a637d6ac200622cff10" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چنجه", - "description": "", - "short_description": "", - "category": { - "$oid": "6663198a7d6ac200622cfe9a" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:34:11.781Z" - }, - "updated_at": { - "$date": "2024-07-17T11:46:11.771Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66631a867d6ac200622cff23" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قارچ کبابی", - "description": "", - "short_description": "", - "category": { - "$oid": "6663198a7d6ac200622cfe9a" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:34:46.837Z" - }, - "updated_at": { - "$date": "2024-06-07T14:34:46.837Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66631a997d6ac200622cff69" - }, - "price": 50000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نان", - "description": "", - "short_description": "", - "category": { - "$oid": "6663198a7d6ac200622cfe9a" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-07T14:35:05.594Z" - }, - "updated_at": { - "$date": "2024-06-07T14:35:05.594Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "666c79257d6ac200622dc0db" - }, - "price": 5800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا هیرو / hero pizza", - "description": "فیله گوساله /قارچ/سبزیجات خارجی /گوجه اسلایس /فلفل دلمه ای /ریحان ایتالیایی/سس مخصوص کره بادام زمینی ژیوان ", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-06-14T17:08:53.582Z" - }, - "updated_at": { - "$date": "2025-12-04T11:22:08.728Z" - }, - "__v": 0, - "image": "food_1718492975613.png" -}, -{ - "_id": { - "$oid": "667185007d6ac200622e22de" - }, - "price": 3300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آل پولو ایتالیایی", - "description": "مرغ قارچ فلفل دلمه", - "short_description": "", - "category": { - "$oid": "6537f5e159383e8d7553eec7" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-18T13:00:48.485Z" - }, - "updated_at": { - "$date": "2024-06-18T13:00:48.485Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "667185497d6ac200622e22e8" - }, - "price": 2850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آل فونگی ایتالیایی", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f5e159383e8d7553eec7" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-18T13:02:01.054Z" - }, - "updated_at": { - "$date": "2024-06-18T13:03:00.453Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "667185f27d6ac200622e2308" - }, - "price": 3000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوآتروماژی ایتالیایی", - "description": "4 مدل پنیر", - "short_description": "", - "category": { - "$oid": "6537f5e159383e8d7553eec7" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-18T13:04:50.703Z" - }, - "updated_at": { - "$date": "2024-06-18T13:04:50.703Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "667186247d6ac200622e2314" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ریسو تندو", - "description": "", - "short_description": "", - "category": { - "$oid": "6537f60059383e8d7553eedc" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-18T13:05:40.110Z" - }, - "updated_at": { - "$date": "2024-06-18T13:05:40.110Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6671864a7d6ac200622e2321" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برنج سوخاری", - "description": "10 عدد برنج سوخاری", - "short_description": "", - "category": { - "$oid": "6537f60059383e8d7553eedc" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-06-18T13:06:18.345Z" - }, - "updated_at": { - "$date": "2024-06-18T13:06:18.345Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "667865f77d6ac200622ec0aa" - }, - "price": 2750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار سوخاری", - "description": "", - "short_description": "", - "category": { - "$oid": "667865cc7d6ac200622ec08b" - }, - "index": 1, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-06-23T18:14:15.212Z" - }, - "updated_at": { - "$date": "2025-07-13T12:10:00.714Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6678665d7d6ac200622ec0c3" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماکتیل بلک بری ", - "description": "میوه های قرمز ذغال اخته", - "short_description": "", - "category": { - "$oid": "65f4370745700b0061064baf" - }, - "index": 7, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-06-23T18:15:57.397Z" - }, - "updated_at": { - "$date": "2025-07-13T12:09:24.822Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6678669c7d6ac200622ec0e5" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک بِری", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436ef45700b0061064ba6" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-06-23T18:17:00.485Z" - }, - "updated_at": { - "$date": "2025-07-13T12:09:04.206Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "667866bc7d6ac200622ec0fe" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بلک موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4370745700b0061064baf" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2024-06-23T18:17:32.344Z" - }, - "updated_at": { - "$date": "2025-07-13T12:01:30.242Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "667fed8f7d6ac200622f7044" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سایفون ", - "description": "", - "short_description": "", - "category": { - "$oid": "62813302d65610bd301c5e57" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-06-29T11:18:39.873Z" - }, - "updated_at": { - "$date": "2025-08-19T08:30:27.850Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "667fedd97d6ac200622f7051" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایروپرس", - "description": "", - "short_description": "", - "category": { - "$oid": "62813302d65610bd301c5e57" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-06-29T11:19:53.858Z" - }, - "updated_at": { - "$date": "2025-08-19T08:29:51.252Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6682dc297d6ac200622fa654" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قهوه ترک", - "description": "", - "short_description": "", - "category": { - "$oid": "627fecc5ec44ae525a153875" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-07-01T16:41:13.463Z" - }, - "updated_at": { - "$date": "2025-08-19T08:29:26.122Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6682dc957d6ac200622fa684" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سینامون لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "627fecc5ec44ae525a153875" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-07-01T16:43:01.470Z" - }, - "updated_at": { - "$date": "2025-08-19T08:25:21.309Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6683da7f7d6ac200622fba6f" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس کافی", - "description": "", - "short_description": "", - "category": { - "$oid": "628115c8d65610bd301c5837" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-07-02T10:46:23.044Z" - }, - "updated_at": { - "$date": "2025-08-19T08:17:15.878Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6683dad87d6ac200622fba85" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس کارامل", - "description": "", - "short_description": "", - "category": { - "$oid": "628115c8d65610bd301c5837" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-07-02T10:47:52.939Z" - }, - "updated_at": { - "$date": "2025-08-19T08:20:27.340Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6683db077d6ac200622fba91" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس فندوق", - "description": "", - "short_description": "", - "category": { - "$oid": "628115c8d65610bd301c5837" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-07-02T10:48:39.823Z" - }, - "updated_at": { - "$date": "2025-08-19T08:14:50.148Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6683db507d6ac200622fbaa2" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اورنج کافی", - "description": "", - "short_description": "", - "category": { - "$oid": "628115c8d65610bd301c5837" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-07-02T10:49:52.423Z" - }, - "updated_at": { - "$date": "2024-07-02T10:49:52.423Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6683dbc17d6ac200622fbaf1" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکون لاته ", - "description": "", - "short_description": "", - "category": { - "$oid": "628115c8d65610bd301c5837" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-07-02T10:51:45.155Z" - }, - "updated_at": { - "$date": "2024-07-02T10:51:45.155Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6683dd4c7d6ac200622fbb99" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میکس بری", - "description": "", - "short_description": "", - "category": { - "$oid": "62810c47d65610bd301c56ea" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-07-02T10:58:20.847Z" - }, - "updated_at": { - "$date": "2025-08-19T08:12:52.317Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6683dd7b7d6ac200622fbbaa" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش استوایی", - "description": "", - "short_description": "", - "category": { - "$oid": "62810c47d65610bd301c56ea" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-07-02T10:59:07.456Z" - }, - "updated_at": { - "$date": "2025-08-19T08:12:37.012Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6683dda87d6ac200622fbbb5" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "به لیمو زنجبیل ", - "description": "", - "short_description": "", - "category": { - "$oid": "62810c47d65610bd301c56ea" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-07-02T10:59:52.916Z" - }, - "updated_at": { - "$date": "2025-08-19T08:11:22.715Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6683de0d7d6ac200622fbbcd" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آریا", - "description": "", - "short_description": "", - "category": { - "$oid": "628119add65610bd301c5919" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-07-02T11:01:33.997Z" - }, - "updated_at": { - "$date": "2025-08-19T08:11:04.634Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6683de4e7d6ac200622fbbd7" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بنانا چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "628119add65610bd301c5919" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-07-02T11:02:38.114Z" - }, - "updated_at": { - "$date": "2025-08-19T08:10:44.749Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6683df7a7d6ac200622fbbf0" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بری نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "628119add65610bd301c5919" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-07-02T11:07:38.484Z" - }, - "updated_at": { - "$date": "2025-08-19T08:10:21.916Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6683dfc97d6ac200622fbbff" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیت کت", - "description": "", - "short_description": "", - "category": { - "$oid": "628119add65610bd301c5919" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-07-02T11:08:57.788Z" - }, - "updated_at": { - "$date": "2025-08-19T08:09:58.889Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6697ac68136cc1007046e33a" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وزیری", - "description": "یک سیخ کوبیده و یک سیخ جوجه", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-07-17T11:35:04.458Z" - }, - "updated_at": { - "$date": "2024-07-17T11:35:04.458Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6697ac91136cc1007046e34f" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوبیده (تک سیخ)", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-07-17T11:35:45.986Z" - }, - "updated_at": { - "$date": "2024-07-17T11:35:45.986Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6697acea136cc1007046e35c" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برنج زعفرانی", - "description": "", - "short_description": "", - "category": { - "$oid": "666312297d6ac200622cfc9c" - }, - "index": 0, - "storeId": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "created_at": { - "$date": "2024-07-17T11:37:14.610Z" - }, - "updated_at": { - "$date": "2024-07-17T11:37:14.610Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00920136cc1007047cf3c" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک وزیری", - "description": "یک سیخ کوبیده و یک سیخ جوجه", - "short_description": "", - "category": { - "$oid": "6693d234136cc10070469538" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:48:48.481Z" - }, - "updated_at": { - "$date": "2025-07-19T16:39:54.345Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a009c5136cc1007047cf64" - }, - "price": 3200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک بختیاری", - "description": "مخلوط جوجه و برگ", - "short_description": "", - "category": { - "$oid": "6693d234136cc10070469538" - }, - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:51:33.894Z" - }, - "updated_at": { - "$date": "2025-07-19T16:31:39.943Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00a0b136cc1007047cf6e" - }, - "price": 4100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک برگ", - "description": "180 گرم گوشت گوساله مو دورچین", - "short_description": "", - "category": { - "$oid": "6693d234136cc10070469538" - }, - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:52:43.053Z" - }, - "updated_at": { - "$date": "2025-07-19T16:41:07.470Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00a56136cc1007047cf99" - }, - "price": 4700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک سلطانی", - "description": "یک سیخ کوبیده و یک سیخ برگ", - "short_description": "", - "category": { - "$oid": "6693d234136cc10070469538" - }, - "index": 5, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:53:58.129Z" - }, - "updated_at": { - "$date": "2025-07-19T16:33:26.457Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00a9a136cc1007047cfc7" - }, - "price": 2900000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "جوجه ترش", - "description": "250 گرم فیله مرغ به همراه رب انار و گردو", - "short_description": "", - "category": { - "$oid": "6693d234136cc10070469538" - }, - "index": 6, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:55:06.604Z" - }, - "updated_at": { - "$date": "2025-07-19T16:30:19.719Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00ac3136cc1007047cfd1" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک کوبیده", - "description": "2 سیخ کباب کوبیده", - "short_description": "", - "category": { - "$oid": "6693d234136cc10070469538" - }, - "index": 7, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:55:47.338Z" - }, - "updated_at": { - "$date": "2025-07-19T16:28:54.439Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00b03136cc1007047cfe4" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک نگینی", - "description": " دو سیخ کباب کوبیده به همراه تیکه های مرغ", - "short_description": "", - "category": { - "$oid": "6693d234136cc10070469538" - }, - "index": 8, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:56:51.051Z" - }, - "updated_at": { - "$date": "2025-07-19T16:27:44.216Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00b8a136cc1007047d01e" - }, - "price": 3400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک مصری", - "description": "رول فیله مرغ به همراه رب انار فلفل دلمه ای پیاز و ادویه های ویژه و گردو", - "short_description": "", - "category": { - "$oid": "6693d234136cc10070469538" - }, - "index": 9, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:59:06.436Z" - }, - "updated_at": { - "$date": "2025-03-05T19:07:29.309Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00bbd136cc1007047d034" - }, - "price": 3000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کباب تبریزی", - "description": "دو سیخ کباب کوبیده به همراه سبزیجات و گوشت راسته گوساله", - "short_description": "", - "category": { - "$oid": "6693d234136cc10070469538" - }, - "index": 10, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T19:59:57.192Z" - }, - "updated_at": { - "$date": "2025-07-19T16:25:49.819Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00c2a136cc1007047d076" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برنج زعفرانی", - "description": "", - "short_description": "", - "category": { - "$oid": "6693d234136cc10070469538" - }, - "index": 14, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:01:46.117Z" - }, - "updated_at": { - "$date": "2025-07-19T16:22:00.840Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00d8c136cc1007047d0d0" - }, - "price": 3000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن", - "description": "مرغ طمع دار شده و قارچ و فلفل دلمه ای و پنیر مخصوص", - "short_description": "", - "category": { - "$oid": "66a0033b136cc1007047cd35" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:07:40.591Z" - }, - "updated_at": { - "$date": "2025-07-19T16:46:40.802Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00ddf136cc1007047d0dd" - }, - "price": 3200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رست بیف", - "description": "گوشت گوساله و قارچ و پنیر", - "short_description": "", - "category": { - "$oid": "66a0033b136cc1007047cd35" - }, - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:09:03.942Z" - }, - "updated_at": { - "$date": "2025-07-19T16:45:29.597Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00e19136cc1007047d0f3" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پپر", - "description": "ژامبون پپرونی قارچ و فلفل دلمه ای و پنیر مخصوص", - "short_description": "", - "category": { - "$oid": "66a0033b136cc1007047cd35" - }, - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:10:01.462Z" - }, - "updated_at": { - "$date": "2025-02-10T19:02:54.091Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a00e82136cc1007047d118" - }, - "price": 2850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مونترال(مخلوط)", - "description": "ژامبون گوشت و هات داگ 90%و قارچ و پنیر مخصوص", - "short_description": "", - "category": { - "$oid": "66a0033b136cc1007047cd35" - }, - "index": 5, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:11:46.022Z" - }, - "updated_at": { - "$date": "2025-07-19T16:44:17.091Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a01005136cc1007047d153" - }, - "price": 2400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سبزیجات", - "description": "قارچ وفلفل و گوجه و پنیر مخصوص", - "short_description": "", - "category": { - "$oid": "66a0033b136cc1007047cd35" - }, - "index": 10, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:18:13.465Z" - }, - "updated_at": { - "$date": "2025-07-19T16:42:36.689Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a011b2136cc1007047d19f" - }, - "price": 3900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بشقاب سوخاری", - "description": "3 عدد فیله مرغ 8 عدد قارچ 1 عدد توپک برنجی سیب زمینی سرخ کرده و سوخاری", - "short_description": "", - "category": { - "$oid": "66a0043b136cc1007047cdaa" - }, - "index": 1, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:25:22.081Z" - }, - "updated_at": { - "$date": "2025-04-28T19:26:07.425Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a01204136cc1007047d1b2" - }, - "price": 3300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دبل دان", - "description": "دو عدد شنسل مرغ تند و ژامبون و پنیر و قارچ تفت داده به همراه سیب زمینی", - "short_description": "", - "category": { - "$oid": "66a0043b136cc1007047cdaa" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:26:44.535Z" - }, - "updated_at": { - "$date": "2025-04-28T19:26:58.580Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a01267136cc1007047d1bc" - }, - "price": 4200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "5 تیکه استریپس", - "description": "", - "short_description": "", - "category": { - "$oid": "66a0043b136cc1007047cdaa" - }, - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:28:23.040Z" - }, - "updated_at": { - "$date": "2025-04-28T19:27:19.095Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a0129d136cc1007047d1c6" - }, - "price": 3100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "3 تیکه استریپس", - "description": "", - "short_description": "", - "category": { - "$oid": "66a0043b136cc1007047cdaa" - }, - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:29:17.294Z" - }, - "updated_at": { - "$date": "2025-04-28T19:26:33.478Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a01513136cc1007047d23f" - }, - "price": 2600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار گریل", - "description": "دو عداد فیله طمع دار شده به همراه نان سیر تست شده گوجه گیلاسی زیتون و سس مخصوص", - "short_description": "", - "category": { - "$oid": "66a00527136cc1007047cdea" - }, - "index": 1, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:39:47.511Z" - }, - "updated_at": { - "$date": "2025-02-10T19:10:29.511Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a01530136cc1007047d249" - }, - "price": 2750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار دو رول", - "description": "دو رول فیله سوخاری به همراه نان سیر تست شده گوجه گیلاسی زیتون و سس مخصوص", - "short_description": "", - "category": { - "$oid": "66a00527136cc1007047cdea" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:40:16.221Z" - }, - "updated_at": { - "$date": "2025-02-10T19:10:06.715Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a0154c136cc1007047d253" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد مخصوص", - "description": "کاهو گوجه گیلاسی پرتغال سس مخصوص و زیتون و ژامبون", - "short_description": "", - "category": { - "$oid": "66a00527136cc1007047cdea" - }, - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:40:44.735Z" - }, - "updated_at": { - "$date": "2025-02-10T19:09:47.668Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a01574136cc1007047d25d" - }, - "price": 2800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد بیستکا", - "description": "کاهو و فیله گوساله و سس مخصوص پیاز و خیار و زیتون ", - "short_description": "", - "category": { - "$oid": "66a00527136cc1007047cdea" - }, - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:41:24.901Z" - }, - "updated_at": { - "$date": "2025-02-10T19:11:02.555Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a0158d136cc1007047d267" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد کلاسیک", - "description": "کاهو و گوجه و خیار و زامبون و سس مخصوص", - "short_description": "", - "category": { - "$oid": "66a00527136cc1007047cdea" - }, - "index": 5, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:41:49.097Z" - }, - "updated_at": { - "$date": "2025-02-10T19:09:09.850Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a015b3136cc1007047d274" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فروت سالاد ", - "description": "کاهو و میوه فصل", - "short_description": "", - "category": { - "$oid": "66a00527136cc1007047cdea" - }, - "index": 6, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-23T20:42:27.074Z" - }, - "updated_at": { - "$date": "2024-07-23T20:42:27.074Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a0ec94136cc1007047da25" - }, - "price": 4200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک کباب دیگی digi kebab", - "description": "گوشت،سیب زمینی تنوری،گوجه سس کباب دیگی،فلفل دلمه ای، ..meat/roast potatoes/tomato/digi kebab sauce/sweet pepper/iranian rice", - "short_description": "", - "category": { - "$oid": "6627dff97d6ac20062281dd2" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-07-24T11:59:16.138Z" - }, - "updated_at": { - "$date": "2025-12-04T11:11:34.443Z" - }, - "__v": 0, - "image": "food_1721822590888.png" -}, -{ - "_id": { - "$oid": "66a0fed2136cc1007047dbad" - }, - "price": 2650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز برگر", - "description": "150 گرم گوشت گوساله به همراه پنیر ", - "short_description": "", - "category": { - "$oid": "66a00384136cc1007047cd5a" - }, - "index": 1, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:17:06.607Z" - }, - "updated_at": { - "$date": "2025-04-28T19:25:30.557Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a0ff35136cc1007047dbb8" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر کلاسیک ", - "description": "150 گرم گوشت چرخ کرده گوساله به همراه کاهو و...", - "short_description": "", - "category": { - "$oid": "66a00384136cc1007047cd5a" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:18:45.172Z" - }, - "updated_at": { - "$date": "2025-04-28T19:23:40.350Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a0ffd3136cc1007047dbd4" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دبل برگر", - "description": "300 گرم گوشت چرخ کرده گوساله به همراه سبزیجات", - "short_description": "", - "category": { - "$oid": "66a00384136cc1007047cd5a" - }, - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:21:23.729Z" - }, - "updated_at": { - "$date": "2025-04-28T19:24:59.869Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a1003b136cc1007047dbe7" - }, - "price": 3200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاین برگر", - "description": "150 گرم گوشت چرخ کرده گوساله وشنسل مرغ به همراه قارچ و پنیر", - "short_description": "", - "category": { - "$oid": "66a00384136cc1007047cd5a" - }, - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:23:07.942Z" - }, - "updated_at": { - "$date": "2025-04-28T19:24:17.134Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a100a5136cc1007047dbf7" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ فیله سوخاری", - "description": " 2عدد فیله مرغ سوخاری و کاهو ...", - "short_description": "", - "category": { - "$oid": "66a00384136cc1007047cd5a" - }, - "index": 5, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:24:53.962Z" - }, - "updated_at": { - "$date": "2025-02-10T19:15:00.128Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a100c7136cc1007047dc01" - }, - "price": 2600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ رست بیف", - "description": "گوشت فیله گوساله و دورچین", - "short_description": "", - "category": { - "$oid": "66a00384136cc1007047cd5a" - }, - "index": 6, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:25:27.904Z" - }, - "updated_at": { - "$date": "2025-02-10T19:14:40.100Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a100e4136cc1007047dc0b" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیکن تنوری", - "description": "", - "short_description": "", - "category": { - "$oid": "66a00384136cc1007047cd5a" - }, - "index": 7, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:25:56.040Z" - }, - "updated_at": { - "$date": "2025-03-05T19:19:14.084Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10223136cc1007047dc4c" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تیرامیسو", - "description": "", - "short_description": "", - "category": { - "$oid": "66a006a2136cc1007047ce68" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:31:15.358Z" - }, - "updated_at": { - "$date": "2024-07-24T13:31:15.358Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10254136cc1007047dc7e" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز کیک لوتوس", - "description": "", - "short_description": "", - "category": { - "$oid": "66a006a2136cc1007047ce68" - }, - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:32:04.711Z" - }, - "updated_at": { - "$date": "2024-11-19T14:20:28.752Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a102a8136cc1007047dcbd" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سن سباستین", - "description": "", - "short_description": "", - "category": { - "$oid": "66a006a2136cc1007047ce68" - }, - "index": 7, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:33:28.050Z" - }, - "updated_at": { - "$date": "2025-01-19T14:40:23.253Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a102c0136cc1007047dcc7" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دسر نوتلا ", - "description": "", - "short_description": "", - "category": { - "$oid": "66a006a2136cc1007047ce68" - }, - "index": 8, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:33:52.914Z" - }, - "updated_at": { - "$date": "2024-11-19T14:19:58.842Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a103a0136cc1007047dd00" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو 70/30", - "description": "", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 1, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:37:36.108Z" - }, - "updated_at": { - "$date": "2025-01-19T14:36:20.780Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a103c5136cc1007047dd0d" - }, - "price": 670000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو 100 عربیکا", - "description": "", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:38:13.697Z" - }, - "updated_at": { - "$date": "2025-01-19T14:36:35.940Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10402136cc1007047dd1d" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماکیاتو70/30", - "description": "1 شات اسپرسو یه همراه یک لکه شیر", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:39:14.545Z" - }, - "updated_at": { - "$date": "2025-01-19T14:38:47.665Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10438136cc1007047dd2a" - }, - "price": 830000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماکیاتو 100 عربیکا", - "description": "یک شات اسپرسو به همراه یک لکه شیر", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:40:08.351Z" - }, - "updated_at": { - "$date": "2025-01-19T14:39:09.193Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10470136cc1007047dd4c" - }, - "price": 630000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو 70/30", - "description": "یک شات اسپرسو به همراه 150 میلی لیتر آب", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 5, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:41:04.379Z" - }, - "updated_at": { - "$date": "2025-01-19T14:36:54.083Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a104a2136cc1007047dd77" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو 100 عربیکا", - "description": "یک شات اسپرسو به همراه 150 میلی لیتر آب", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 6, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:41:54.410Z" - }, - "updated_at": { - "$date": "2025-01-19T14:37:06.849Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a1056c136cc1007047dd8d" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوجینو 70/30", - "description": "ریسترتو (اسپرسو کم آب) به همراه 180 گرم شیر", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 7, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:45:16.391Z" - }, - "updated_at": { - "$date": "2024-07-24T13:45:16.391Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10593136cc1007047dd98" - }, - "price": 770000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو 100 عربیکا", - "description": "ریسترتو (اسپرسو کم آب) به همراه 180 گرم شیر", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 8, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:45:55.344Z" - }, - "updated_at": { - "$date": "2025-01-19T14:32:50.772Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a105e6136cc1007047dda2" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته 70/030", - "description": "ریسترتو (اسپرسو کم آب) به همراه 250 گرم شیر", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 9, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:47:18.250Z" - }, - "updated_at": { - "$date": "2024-07-24T13:47:18.250Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a1060c136cc1007047ddaf" - }, - "price": 820000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته 100 عربیکا", - "description": "ریسترتو (اسپرسو کم آب) به همراه 250 گرم شیر", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 10, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:47:56.744Z" - }, - "updated_at": { - "$date": "2025-01-19T14:33:36.102Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a106d6136cc1007047ddba" - }, - "price": 780000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو70/30", - "description": "ریسترتو (اسپرسو کم آب) به همراه 250میلی لیتر شیر و سیروب کارامل", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 11, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:51:18.477Z" - }, - "updated_at": { - "$date": "2024-07-24T13:51:18.477Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a107a6136cc1007047ddc4" - }, - "price": 840000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو 100 عربیکا", - "description": "ریسترتو (اسپرسو کم آب) به همراه 250 میلی لیتر شیر و سیروب کارامل", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 12, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:54:46.934Z" - }, - "updated_at": { - "$date": "2025-01-19T14:34:20.193Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10816136cc1007047ddd2" - }, - "price": 790000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا 70/30", - "description": "ریسترتو (اسپرسو کم آب) به همراه 250میلی لیتر شیر و سیروب شکلات", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 13, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:56:38.270Z" - }, - "updated_at": { - "$date": "2025-01-19T14:35:13.355Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a1083c136cc1007047dddf" - }, - "price": 840000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا 100 عربیکا", - "description": "ریسترتو (اسپرسو کم آب) به همراه 250میلی لیتر شیر و سیروب شکلات", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 14, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:57:16.498Z" - }, - "updated_at": { - "$date": "2025-01-19T14:35:40.472Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a1089e136cc1007047ddec" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفاگاتو", - "description": "2 اسکوب بستنی وانیل به همراه 1 شات اسپرسو ", - "short_description": "", - "category": { - "$oid": "66a005af136cc1007047ce08" - }, - "index": 15, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T13:58:54.735Z" - }, - "updated_at": { - "$date": "2024-07-24T13:58:54.735Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10945136cc1007047de03" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای دمی ", - "description": "", - "short_description": "", - "category": { - "$oid": "66a00613136cc1007047ce3e" - }, - "index": 1, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:01:41.302Z" - }, - "updated_at": { - "$date": "2024-07-24T14:03:43.917Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a109b2136cc1007047de10" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای زعفران", - "description": "", - "short_description": "", - "category": { - "$oid": "66a00613136cc1007047ce3e" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:03:30.593Z" - }, - "updated_at": { - "$date": "2024-07-24T14:03:30.593Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a109e2136cc1007047de27" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای دمی با قوری 2 نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "66a00613136cc1007047ce3e" - }, - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:04:18.833Z" - }, - "updated_at": { - "$date": "2024-07-24T14:04:18.833Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10a26136cc1007047de31" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش آرامش", - "description": "سنبل الطیب و گل گاو زبان و لیمو عمانی", - "short_description": "", - "category": { - "$oid": "66a00613136cc1007047ce3e" - }, - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:05:26.023Z" - }, - "updated_at": { - "$date": "2024-07-24T14:05:51.460Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10a70136cc1007047de48" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش آویشن نعنا", - "description": "", - "short_description": "", - "category": { - "$oid": "66a00613136cc1007047ce3e" - }, - "index": 5, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:06:40.983Z" - }, - "updated_at": { - "$date": "2024-07-24T14:06:40.983Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10a98136cc1007047de52" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش بهار نارنج به لیمو", - "description": "", - "short_description": "", - "category": { - "$oid": "66a00613136cc1007047ce3e" - }, - "index": 6, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:07:20.765Z" - }, - "updated_at": { - "$date": "2024-07-24T14:07:20.765Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10ab4136cc1007047de5c" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش میوه های قرمز", - "description": "", - "short_description": "", - "category": { - "$oid": "66a00613136cc1007047ce3e" - }, - "index": 7, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:07:48.190Z" - }, - "updated_at": { - "$date": "2024-07-24T14:07:48.190Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10adb136cc1007047de66" - }, - "price": 680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "66a00636136cc1007047ce4a" - }, - "index": 1, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:08:27.636Z" - }, - "updated_at": { - "$date": "2024-07-24T14:08:27.636Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10aee136cc1007047de70" - }, - "price": 680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "66a00636136cc1007047ce4a" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:08:46.814Z" - }, - "updated_at": { - "$date": "2024-07-24T14:08:46.814Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10b50136cc1007047de80" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته70/30", - "description": "یک شات اسپرسو و 280 میلی لیتر شیر و یخ", - "short_description": "", - "category": { - "$oid": "66a005e6136cc1007047ce1d" - }, - "index": 1, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:10:24.483Z" - }, - "updated_at": { - "$date": "2024-07-24T14:10:24.483Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10b6e136cc1007047de8a" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته عربیکا", - "description": "یک شات اسپرسو و 280 میلی لیتر شیر و یخ", - "short_description": "", - "category": { - "$oid": "66a005e6136cc1007047ce1d" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:10:54.447Z" - }, - "updated_at": { - "$date": "2024-07-24T14:10:54.447Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10b9a136cc1007047dea3" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس کارامل ماکیتو 70/30", - "description": "یک شات اسپرسو و 280 میلی لیتر شیر و یخ و سیروب کارامل", - "short_description": "", - "category": { - "$oid": "66a005e6136cc1007047ce1d" - }, - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:11:38.874Z" - }, - "updated_at": { - "$date": "2024-07-24T14:11:38.874Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10bd3136cc1007047deb0" - }, - "price": 880000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس کارامل ماکیاتو عربیکا", - "description": "یک شات اسپرسو و 280 میلی لیتر شیر و یخ و سیروب کارامل", - "short_description": "", - "category": { - "$oid": "66a005e6136cc1007047ce1d" - }, - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:12:35.704Z" - }, - "updated_at": { - "$date": "2025-01-19T14:48:27.624Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10c02136cc1007047deba" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس موکا 70/30", - "description": "یک شات اسپرسو و 280 میلی لیتر شیر و یخ و سیروب شکلات", - "short_description": "", - "category": { - "$oid": "66a005e6136cc1007047ce1d" - }, - "index": 5, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:13:22.888Z" - }, - "updated_at": { - "$date": "2025-01-19T14:47:58.919Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10c3b136cc1007047dec4" - }, - "price": 870000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس موکا عربیکا", - "description": "یک شات اسپرسو و 280 میلی لیتر شیر و یخ و سیروب شکلات", - "short_description": "", - "category": { - "$oid": "66a005e6136cc1007047ce1d" - }, - "index": 6, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:14:19.370Z" - }, - "updated_at": { - "$date": "2024-07-24T14:14:19.370Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10c80136cc1007047ded1" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس آمریکانو70/30", - "description": "یک شات اسپرسو و 200میلی لیتر آب و یخ", - "short_description": "", - "category": { - "$oid": "66a005e6136cc1007047ce1d" - }, - "index": 7, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:15:28.349Z" - }, - "updated_at": { - "$date": "2024-07-24T14:15:28.349Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10cae136cc1007047dee7" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس آمریکانو عربیکا", - "description": "یک شات اسپرسو و 200میلی لیتر آب و یخ", - "short_description": "", - "category": { - "$oid": "66a005e6136cc1007047ce1d" - }, - "index": 8, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:16:14.975Z" - }, - "updated_at": { - "$date": "2025-01-19T14:47:22.609Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10ccf136cc1007047defa" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قهوه ترک", - "description": "", - "short_description": "", - "category": { - "$oid": "66a005d2136cc1007047ce11" - }, - "index": 1, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:16:47.335Z" - }, - "updated_at": { - "$date": "2024-07-24T14:16:47.335Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10d03136cc1007047df16" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قهوه فرانسه (فرنچ پرس)", - "description": "", - "short_description": "", - "category": { - "$oid": "66a005d2136cc1007047ce11" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:17:39.371Z" - }, - "updated_at": { - "$date": "2024-07-24T14:17:39.371Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a10d23136cc1007047df35" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "v60", - "description": "", - "short_description": "", - "category": { - "$oid": "66a005d2136cc1007047ce11" - }, - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:18:11.150Z" - }, - "updated_at": { - "$date": "2024-07-24T14:18:11.150Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a1107a136cc1007047dfee" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وانیل", - "description": "", - "short_description": "", - "category": { - "$oid": "66a0075d136cc1007047ce95" - }, - "index": 1, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:32:26.237Z" - }, - "updated_at": { - "$date": "2024-07-24T14:32:26.237Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a110b0136cc1007047e007" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "66a0075d136cc1007047ce95" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:33:20.821Z" - }, - "updated_at": { - "$date": "2024-07-24T14:33:20.821Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a110cc136cc1007047e011" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موز شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "66a0075d136cc1007047ce95" - }, - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:33:48.081Z" - }, - "updated_at": { - "$date": "2024-07-24T14:33:48.081Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a110f1136cc1007047e01e" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "66a0075d136cc1007047ce95" - }, - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:34:25.122Z" - }, - "updated_at": { - "$date": "2024-07-24T14:34:25.122Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a1115c136cc1007047e028" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قهوه", - "description": "", - "short_description": "", - "category": { - "$oid": "66a0075d136cc1007047ce95" - }, - "index": 5, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:36:12.354Z" - }, - "updated_at": { - "$date": "2024-07-24T14:36:12.354Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11181136cc1007047e032" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک لوتوس", - "description": "", - "short_description": "", - "category": { - "$oid": "66a0075d136cc1007047ce95" - }, - "index": 6, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:36:49.831Z" - }, - "updated_at": { - "$date": "2024-07-24T14:36:49.831Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a111b1136cc1007047e03c" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اوریو", - "description": "", - "short_description": "", - "category": { - "$oid": "66a0075d136cc1007047ce95" - }, - "index": 7, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:37:37.537Z" - }, - "updated_at": { - "$date": "2024-07-24T14:37:37.537Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a111d3136cc1007047e046" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بادام زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "66a0075d136cc1007047ce95" - }, - "index": 8, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:38:11.923Z" - }, - "updated_at": { - "$date": "2024-07-24T14:38:11.923Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a111f9136cc1007047e053" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شکلات بادام زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "66a0075d136cc1007047ce95" - }, - "index": 9, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:38:49.343Z" - }, - "updated_at": { - "$date": "2024-07-24T14:38:49.343Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11215136cc1007047e060" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل سالت", - "description": "", - "short_description": "", - "category": { - "$oid": "66a0075d136cc1007047ce95" - }, - "index": 10, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:39:17.337Z" - }, - "updated_at": { - "$date": "2024-07-24T14:39:17.337Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11571136cc1007047e123" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد ", - "description": "لیمو مادل شده و سیروب شکر و سودا و یخ", - "short_description": "", - "category": { - "$oid": "66a0066b136cc1007047ce53" - }, - "index": 1, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:53:37.082Z" - }, - "updated_at": { - "$date": "2024-07-24T14:53:37.082Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a115f1136cc1007047e136" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اورنج لیموناد", - "description": "پرتغال مادل شده و آب لیمو و سیروب تیری پل سک و سودا و یخ", - "short_description": "", - "category": { - "$oid": "66a0066b136cc1007047ce53" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:55:45.143Z" - }, - "updated_at": { - "$date": "2024-07-24T14:55:45.143Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11638136cc1007047e143" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "لیمو مادل شده و نعنا و سیروب شکر و سودا و یخ", - "short_description": "", - "category": { - "$oid": "66a0066b136cc1007047ce53" - }, - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:56:56.125Z" - }, - "updated_at": { - "$date": "2024-07-24T14:56:56.125Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11681136cc1007047e153" - }, - "price": 720000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رد موهیتو", - "description": "لیمو مادل شده و نعنا و سیروب کرن بری وسیروب شکر و سودا و یخ", - "short_description": "", - "category": { - "$oid": "66a0066b136cc1007047ce53" - }, - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T14:58:09.053Z" - }, - "updated_at": { - "$date": "2024-07-24T14:58:38.044Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a116f3136cc1007047e17f" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوربری", - "description": "توت فرنگی و نمک دریا و سیروب کرن بری آب آلبالو و آب لیمو یخ", - "short_description": "", - "category": { - "$oid": "66a0066b136cc1007047ce53" - }, - "index": 5, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:00:03.533Z" - }, - "updated_at": { - "$date": "2024-07-24T15:00:03.533Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11738136cc1007047e1a7" - }, - "price": 870000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تروپیکال فروت", - "description": "سیروب پشن فروت و آب هلو و آب انبه و آب لیمو و یخ", - "short_description": "", - "category": { - "$oid": "66a0066b136cc1007047ce53" - }, - "index": 6, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:01:12.512Z" - }, - "updated_at": { - "$date": "2024-07-24T15:01:12.512Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a1178f136cc1007047e1b4" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بلو اسکای", - "description": "سیروب بلو کارسائو و آب آنانانس و آب لیمو و یخ", - "short_description": "", - "category": { - "$oid": "66a0066b136cc1007047ce53" - }, - "index": 7, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:02:39.258Z" - }, - "updated_at": { - "$date": "2024-07-24T15:02:39.258Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a117b3136cc1007047e1be" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "انبه شاتوت", - "description": "بریلو شاتوت و آب انبه و یخ", - "short_description": "", - "category": { - "$oid": "66a0066b136cc1007047ce53" - }, - "index": 8, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:03:15.941Z" - }, - "updated_at": { - "$date": "2024-07-24T15:03:15.941Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a117d6136cc1007047e1c8" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "آب میوه طبیعی", - "description": "میوه های فصل", - "short_description": "", - "category": { - "$oid": "66a0066b136cc1007047ce53" - }, - "index": 9, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:03:50.724Z" - }, - "updated_at": { - "$date": "2024-12-27T14:53:11.691Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a119e4136cc1007047e227" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب سرخ کرده", - "description": "", - "short_description": "", - "category": { - "$oid": "66a004d6136cc1007047cdcb" - }, - "index": 1, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:12:36.108Z" - }, - "updated_at": { - "$date": "2025-03-05T19:17:33.766Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a119fe136cc1007047e231" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب سوخاری", - "description": "", - "short_description": "", - "category": { - "$oid": "66a004d6136cc1007047cdcb" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:13:02.534Z" - }, - "updated_at": { - "$date": "2025-03-05T19:17:53.534Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11a4c136cc1007047e241" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی مخصوص", - "description": "سیب زمینی سرخ کرده به همراه پنیر و قارچ و ژامبون", - "short_description": "", - "category": { - "$oid": "66a004d6136cc1007047cdcb" - }, - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:14:20.331Z" - }, - "updated_at": { - "$date": "2025-03-05T19:18:16.297Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11a7e136cc1007047e255" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قارچ سوخاری", - "description": "", - "short_description": "", - "category": { - "$oid": "66a004d6136cc1007047cdcb" - }, - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:15:10.897Z" - }, - "updated_at": { - "$date": "2025-02-10T19:12:31.336Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11aa8136cc1007047e262" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رول پنیری", - "description": "3 عدد رول پنیر ئ ژامبون سوخاری شده", - "short_description": "", - "category": { - "$oid": "66a004d6136cc1007047cdcb" - }, - "index": 5, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:15:52.083Z" - }, - "updated_at": { - "$date": "2025-02-10T19:11:37.915Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11afe136cc1007047e27e" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن استیس", - "description": "2 عدد سیخ فیله سوخاری شده ", - "short_description": "", - "category": { - "$oid": "66a004d6136cc1007047cdcb" - }, - "index": 6, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:17:18.377Z" - }, - "updated_at": { - "$date": "2025-03-05T19:17:01.473Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11b84136cc1007047e297" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برنج سوخاری ", - "description": "", - "short_description": "", - "category": { - "$oid": "66a004d6136cc1007047cdcb" - }, - "index": 7, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:19:32.220Z" - }, - "updated_at": { - "$date": "2024-07-24T15:19:32.220Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11cbe136cc1007047e2ce" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خیار سکنجبین", - "description": "", - "short_description": "", - "category": { - "$oid": "66a11ca3136cc1007047e2c1" - }, - "index": 1, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:24:46.810Z" - }, - "updated_at": { - "$date": "2024-07-24T15:24:46.810Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11cd3136cc1007047e2db" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بها نارنج", - "description": "", - "short_description": "", - "category": { - "$oid": "66a11ca3136cc1007047e2c1" - }, - "index": 2, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:25:07.392Z" - }, - "updated_at": { - "$date": "2024-07-24T15:25:07.392Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11ce9136cc1007047e2e5" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نسترن", - "description": "", - "short_description": "", - "category": { - "$oid": "66a11ca3136cc1007047e2c1" - }, - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:25:29.953Z" - }, - "updated_at": { - "$date": "2024-07-24T15:25:29.953Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11cfd136cc1007047e2ef" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیدمشک", - "description": "", - "short_description": "", - "category": { - "$oid": "66a11ca3136cc1007047e2c1" - }, - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:25:49.443Z" - }, - "updated_at": { - "$date": "2024-07-24T15:25:49.443Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a11d11136cc1007047e2f9" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "زعفران", - "description": "", - "short_description": "", - "category": { - "$oid": "66a11ca3136cc1007047e2c1" - }, - "index": 5, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T15:26:09.178Z" - }, - "updated_at": { - "$date": "2024-07-24T15:26:09.178Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a131ff136cc1007047e727" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایتالیایی وجترین", - "description": "کدو و بادمجان و قارچ و فلفل دلمه ای و زیتون", - "short_description": "", - "category": { - "$oid": "66a0034e136cc1007047cd44" - }, - "index": 1, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T16:55:27.469Z" - }, - "updated_at": { - "$date": "2025-04-28T19:22:14.382Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a13274136cc1007047e762" - }, - "price": 3600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیر و استیک", - "description": "راسته گوساله سیر فلفل دلمه ای و پنیر مخصوص", - "short_description": "", - "category": { - "$oid": "66a0034e136cc1007047cd44" - }, - "index": 3, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T16:57:24.436Z" - }, - "updated_at": { - "$date": "2025-04-28T19:21:26.195Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a132bd136cc1007047e78a" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آل پلو", - "description": "مرغ طمع دار شده و قارچ و فلفل دلمه ای", - "short_description": "", - "category": { - "$oid": "66a0034e136cc1007047cd44" - }, - "index": 4, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T16:58:37.800Z" - }, - "updated_at": { - "$date": "2025-02-10T19:05:31.540Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a13328136cc1007047e7b5" - }, - "price": 3300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پپرونی ", - "description": "پپرونی هات داگ و سبزیجات", - "short_description": "", - "category": { - "$oid": "66a0034e136cc1007047cd44" - }, - "index": 5, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T17:00:24.158Z" - }, - "updated_at": { - "$date": "2025-04-28T19:20:58.896Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a13752136cc1007047e979" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاسه کباب", - "description": "یک سیخ کوبیده و یک سیخ جوجه و گوشت چنجه", - "short_description": "", - "category": { - "$oid": "6693d234136cc10070469538" - }, - "index": 7, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-07-24T17:18:10.450Z" - }, - "updated_at": { - "$date": "2025-07-19T16:23:29.342Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66a389ce136cc10070482691" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تیرامیسو", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1e0fc1eece3d762639b" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-07-26T11:34:38.351Z" - }, - "updated_at": { - "$date": "2025-03-13T16:13:01.959Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66b0fddf136cc100704973d4" - }, - "price": 180000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بشقاب تولد", - "description": "", - "short_description": "", - "category": { - "$oid": "62810c47d65610bd301c56ea" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-08-05T16:29:19.113Z" - }, - "updated_at": { - "$date": "2024-08-06T13:48:15.409Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66b23b48136cc10070499454" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای تک نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "62810c47d65610bd301c56ea" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2024-08-06T15:03:36.499Z" - }, - "updated_at": { - "$date": "2025-08-19T09:09:48.141Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66bb5f42136cc100704a7199" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بستنی ", - "description": "وانیل / شکلاتی / همراه با میوه و سس ", - "short_description": "", - "category": { - "$oid": "61b1a1befc1eece3d7626390" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-08-13T13:27:30.185Z" - }, - "updated_at": { - "$date": "2025-09-29T10:53:37.970Z" - }, - "__v": 0, - "image": "food_1723556152610.png" -}, -{ - "_id": { - "$oid": "66d605b3e2fcc00062c6017e" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو عربیکا ویژه", - "description": "اتیوپی هامبلا تخمیری", - "short_description": "", - "category": { - "$oid": "652693dc59383e8d7552ba53" - }, - "index": 2, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:36:35.569Z" - }, - "updated_at": { - "$date": "2025-01-07T13:25:51.713Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d60643e2fcc00062c601a5" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو ربوستا", - "description": "اسپرسو دوپیو ربوستا -آب", - "short_description": "", - "category": { - "$oid": "652693dc59383e8d7552ba53" - }, - "index": 6, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:38:59.978Z" - }, - "updated_at": { - "$date": "2025-01-07T13:27:07.056Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d606ace2fcc00062c601b5" - }, - "price": 480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو 50-50", - "description": "اسپرسو دوپیو 50-50 -آب", - "short_description": "", - "category": { - "$oid": "652693dc59383e8d7552ba53" - }, - "index": 7, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:40:44.453Z" - }, - "updated_at": { - "$date": "2025-01-07T13:28:42.723Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d606dce2fcc00062c601c5" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو عربیکا ", - "description": "اسپرسو دوپیو عربیکا - آب", - "short_description": "", - "category": { - "$oid": "652693dc59383e8d7552ba53" - }, - "index": 8, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:41:32.930Z" - }, - "updated_at": { - "$date": "2025-01-07T13:12:16.855Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d6079de2fcc00062c601ef" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ترک", - "description": "", - "short_description": "", - "category": { - "$oid": "652a478059383e8d755304db" - }, - "index": 3, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:44:45.020Z" - }, - "updated_at": { - "$date": "2024-09-02T18:44:45.020Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d607dce2fcc00062c60204" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فرانسه", - "description": "", - "short_description": "", - "category": { - "$oid": "652a478059383e8d755304db" - }, - "index": 2, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:45:48.548Z" - }, - "updated_at": { - "$date": "2024-09-02T18:45:48.548Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d60883e2fcc00062c6024c" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماکیاتو", - "description": "اسپرسو دوپیو - لکه فوم شیر", - "short_description": "", - "category": { - "$oid": "652a450f59383e8d75530491" - }, - "index": 1, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:48:35.865Z" - }, - "updated_at": { - "$date": "2025-01-07T13:10:25.069Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d608cde2fcc00062c6027b" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کٌرتادو", - "description": "نسبت برابر شیر با اسپرسو", - "short_description": "", - "category": { - "$oid": "652a450f59383e8d75530491" - }, - "index": 2, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:49:49.850Z" - }, - "updated_at": { - "$date": "2025-01-07T13:06:21.537Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d60925e2fcc00062c6028e" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیکولو", - "description": "نسبت دوبرار شیر به اسپرسو", - "short_description": "", - "category": { - "$oid": "652a450f59383e8d75530491" - }, - "index": 3, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:51:17.706Z" - }, - "updated_at": { - "$date": "2025-01-07T13:05:15.666Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d6099be2fcc00062c602b6" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "اسپرسو دوپیو-شیر-فوم شیر ", - "short_description": "", - "category": { - "$oid": "652a450f59383e8d75530491" - }, - "index": 4, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:53:15.711Z" - }, - "updated_at": { - "$date": "2025-01-07T13:04:44.837Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d60a0de2fcc00062c602d8" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فلت وایت", - "description": "اسپرسو-شیر-فوم شیر سبک", - "short_description": "", - "category": { - "$oid": "652a450f59383e8d75530491" - }, - "index": 5, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:55:09.601Z" - }, - "updated_at": { - "$date": "2025-01-07T13:04:11.921Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d60a41e2fcc00062c602fd" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته", - "description": "اسپرسو-شیر فوم دار شده", - "short_description": "", - "category": { - "$oid": "652a450f59383e8d75530491" - }, - "index": 6, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:56:01.436Z" - }, - "updated_at": { - "$date": "2025-01-07T13:03:46.706Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d60abde2fcc00062c60316" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته با سیروپ", - "description": "اسپرسو-شیر-سیروپ(کارامل-فندوق-وانیل-نارگیل)", - "short_description": "", - "category": { - "$oid": "652a450f59383e8d75530491" - }, - "index": 7, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:58:05.883Z" - }, - "updated_at": { - "$date": "2025-01-07T13:03:21.750Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d60af1e2fcc00062c60320" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا", - "description": "اسپرسو-شیر-سیروپ شکلات", - "short_description": "", - "category": { - "$oid": "652a450f59383e8d75530491" - }, - "index": 8, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:58:57.589Z" - }, - "updated_at": { - "$date": "2025-01-07T13:02:40.652Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d60b23e2fcc00062c60336" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا فندوقی", - "description": "اسپرسو-شیر-سیروپ شکلات و فندوق", - "short_description": "", - "category": { - "$oid": "652a450f59383e8d75530491" - }, - "index": 9, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T18:59:47.533Z" - }, - "updated_at": { - "$date": "2025-01-07T13:02:02.538Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d60b64e2fcc00062c60343" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفوگاتو", - "description": "اسپرسو دوپیو-بستنی وانیل", - "short_description": "", - "category": { - "$oid": "652a450f59383e8d75530491" - }, - "index": 10, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T19:00:52.709Z" - }, - "updated_at": { - "$date": "2025-01-07T13:01:24.806Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d60bace2fcc00062c6035c" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفوگاتو ویژه", - "description": "اسپرسو دوپیو عربیکا-بستنی وانیل و شکلات", - "short_description": "", - "category": { - "$oid": "652a450f59383e8d75530491" - }, - "index": 11, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T19:02:04.597Z" - }, - "updated_at": { - "$date": "2025-01-07T13:00:53.731Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d60c33e2fcc00062c60395" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس آمریکانو عربیکا ", - "description": "اسپرسو دوپیو عربیکا-آب-یخ", - "short_description": "", - "category": { - "$oid": "652a46d159383e8d755304a3" - }, - "index": 5, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T19:04:19.462Z" - }, - "updated_at": { - "$date": "2025-01-07T12:58:17.352Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d60d50e2fcc00062c60406" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای لاته", - "description": "چای-قهوه گلد-شیر-سیروپ", - "short_description": "", - "category": { - "$oid": "652a46a959383e8d7553049a" - }, - "index": 7, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T19:09:04.112Z" - }, - "updated_at": { - "$date": "2025-01-07T12:57:05.573Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d60da8e2fcc00062c60419" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گل گاوزبان", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55c759383e8d7553078a" - }, - "index": 3, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T19:10:32.642Z" - }, - "updated_at": { - "$date": "2025-01-07T12:56:31.121Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d60f40e2fcc00062c6046d" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مانستر کولا", - "description": "", - "short_description": "", - "category": { - "$oid": "652a475659383e8d755304c6" - }, - "index": 1, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T19:17:20.091Z" - }, - "updated_at": { - "$date": "2025-01-07T13:47:51.875Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d61032e2fcc00062c604b5" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیمیت", - "description": "نان سیمیت-پنیر-گردو-خیار-گوجه-ریحان", - "short_description": "", - "category": { - "$oid": "652a559659383e8d75530778" - }, - "index": 1, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T19:21:22.420Z" - }, - "updated_at": { - "$date": "2025-01-07T12:54:50.995Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d610cfe2fcc00062c604bf" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ مرغ", - "description": "نان چاپاتا-سس پستو-مرغ-کاهو فرانسه-گوجه گیلاسی", - "short_description": "", - "category": { - "$oid": "652a559659383e8d75530778" - }, - "index": 2, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T19:23:59.890Z" - }, - "updated_at": { - "$date": "2025-01-07T12:54:28.136Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66d61111e2fcc00062c604c9" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ بوقلمون", - "description": "نان چاپاتا-سس پستو-بوقلمون-پنیر موزرلا-گوجه گیلاسی", - "short_description": "", - "category": { - "$oid": "652a559659383e8d75530778" - }, - "index": 3, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2024-09-02T19:25:05.410Z" - }, - "updated_at": { - "$date": "2025-01-10T15:00:57.613Z" - }, - "__v": 0, - "image": "food_1736521255416.png" -}, -{ - "_id": { - "$oid": "66e2945af7ba01006212608b" - }, - "price": 2850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اگ وافل(new)", - "description": "وافل، بیکن، سالاد روکولا، تخم مرغ، سس مخصوص", - "short_description": "", - "category": { - "$oid": "62deac91faacb066e12087e7" - }, - "index": 2, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-12T07:12:26.794Z" - }, - "updated_at": { - "$date": "2025-11-13T11:41:00.746Z" - }, - "__v": 0, - "image": "food_1728329980738.png" -}, -{ - "_id": { - "$oid": "66e2949cf7ba0100621260a6" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "املت ویژه", - "description": "تخم مرغ، سس گوجه فرنگی، پنیر گودا، ، چیپس خلال، دورچین", - "short_description": "", - "category": { - "$oid": "62deac91faacb066e12087e7" - }, - "index": 8, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-12T07:13:32.035Z" - }, - "updated_at": { - "$date": "2025-12-09T12:02:38.257Z" - }, - "__v": 0, - "image": "food_1765281756496.png" -}, -{ - "_id": { - "$oid": "66e29571f7ba0100621260c5" - }, - "price": 1790000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "املت شاپوری", - "description": "تخم مرغ، سس گوجه فرنگی، خوراک لوبیا، پیاز سرخ شده، دورچین به همراه نان", - "short_description": "", - "category": { - "$oid": "62deac91faacb066e12087e7" - }, - "index": 4, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-12T07:17:05.521Z" - }, - "updated_at": { - "$date": "2025-12-09T12:01:16.042Z" - }, - "__v": 0, - "image": "food_1765281673778.png" -}, -{ - "_id": { - "$oid": "66e29723f7ba010062126162" - }, - "price": 9750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مدالیون استیک", - "description": "فیله گوساله، پوره سیب زمینی، هویج، بروکلی، قارچ، کدو، سس باترپپر، سس قارچ", - "short_description": "", - "category": { - "$oid": "6207a2421ee4b0270db4c40b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-12T07:24:19.413Z" - }, - "updated_at": { - "$date": "2025-12-25T12:34:50.546Z" - }, - "__v": 0, - "image": "food_1732099143873.png" -}, -{ - "_id": { - "$oid": "66e29736f7ba01006212616c" - }, - "price": 5530000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "باربیکیو چیکن(new)", - "description": "سینه مرغ، پوره سیب زمینی، سبزیجات، سس باربیکیو، میکرو گرین", - "short_description": "", - "category": { - "$oid": "6207a2421ee4b0270db4c40b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-12T07:24:38.681Z" - }, - "updated_at": { - "$date": "2025-12-25T12:35:03.997Z" - }, - "__v": 0, - "image": "food_1728331573491.png" -}, -{ - "_id": { - "$oid": "66e96297f7ba010062130ddd" - }, - "price": 4170000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن بلو(new)", - "description": "پنه، سس آلفردو، شنیسل مرغ سوخاری، پنیر پارمسان، ریحان ایتالیایی", - "short_description": "", - "category": { - "$oid": "6207a1f81ee4b0270db4c3ef" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-17T11:05:59.430Z" - }, - "updated_at": { - "$date": "2025-12-25T12:35:18.732Z" - }, - "__v": 0, - "image": "food_1729758234581.png" -}, -{ - "_id": { - "$oid": "66eafb6ef7ba010062132c58" - }, - "price": 3990000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "داینامیت شریمپ(new)", - "description": "میگو(تند)، سالاد روکولا، رایس پیپر، رلیش خیار، ترشی پیاز، پلبیبر، کنجد، خمیر بنیه", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-18T16:10:22.578Z" - }, - "updated_at": { - "$date": "2025-12-25T12:35:31.441Z" - }, - "__v": 0, - "image": "food_1728330007896.png" -}, -{ - "_id": { - "$oid": "66eafd3bf7ba010062132cdb" - }, - "price": 5450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شنیسل مرغ(new)", - "description": "سینه مرغ سوخاری، پوره سیب زمینی، سالاد روکولا، سس انتروکوت", - "short_description": "", - "category": { - "$oid": "6207a2421ee4b0270db4c40b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-18T16:18:03.726Z" - }, - "updated_at": { - "$date": "2025-12-25T12:35:40.182Z" - }, - "__v": 0, - "image": "food_1728331603363.png" -}, -{ - "_id": { - "$oid": "66ec50b1f7ba010062135203" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جاکارتا جینجر", - "description": "زنجبیل اسپایسی همراه با عصاره پشن فروت و تونیک سودای لیمو با آب سیب ترش", - "short_description": "", - "category": { - "$oid": "6208a9671ee4b0270db4c72b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:26:25.300Z" - }, - "updated_at": { - "$date": "2025-09-27T10:49:51.116Z" - }, - "__v": 0, - "image": "food_1728373582119.png" -}, -{ - "_id": { - "$oid": "66ec510af7ba010062135222" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فرنچ پاستیس", - "description": "عطر یادی از بادیان ستاره ای با طعم پاستیلی و سودا", - "short_description": "", - "category": { - "$oid": "6208a9671ee4b0270db4c72b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:27:54.232Z" - }, - "updated_at": { - "$date": "2025-09-27T10:50:00.548Z" - }, - "__v": 0, - "image": "food_1728373531857.png" -}, -{ - "_id": { - "$oid": "66ec5138f7ba01006213522c" - }, - "price": 1690000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو اسپارکل", - "description": "ترکیبی از لیمو و نعناع به سبک آمریکای جنوبی", - "short_description": "", - "category": { - "$oid": "6208a9671ee4b0270db4c72b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:28:40.190Z" - }, - "updated_at": { - "$date": "2025-09-27T10:50:09.731Z" - }, - "__v": 0, - "image": "food_1728373498052.png" -}, -{ - "_id": { - "$oid": "66ec516cf7ba01006213524e" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تونیک جینجر", - "description": "سودا طعم دار شده با زنجبیل و پرتقال خونی", - "short_description": "", - "category": { - "$oid": "6208a9671ee4b0270db4c72b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:29:32.940Z" - }, - "updated_at": { - "$date": "2025-09-27T10:50:16.981Z" - }, - "__v": 0, - "image": "food_1728373498950.png" -}, -{ - "_id": { - "$oid": "66ec51c1f7ba010062135282" - }, - "price": 2150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کرونا سودا واتر", - "description": "آب جوی بدون الکل اصل کرونا همراه با عسل و پاپریکا", - "short_description": "", - "category": { - "$oid": "6208a9671ee4b0270db4c72b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:30:57.595Z" - }, - "updated_at": { - "$date": "2025-09-27T10:50:26.682Z" - }, - "__v": 0, - "image": "food_1728373326721.png" -}, -{ - "_id": { - "$oid": "66ec51f9f7ba0100621352c1" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بالتیکا مارگاریتا", - "description": "پوره طبیعی سیفیجات با سیب ترش همراه باعصاره پوست پرتقال", - "short_description": "", - "category": { - "$oid": "6208a9671ee4b0270db4c72b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:31:53.817Z" - }, - "updated_at": { - "$date": "2025-09-27T10:50:36.001Z" - }, - "__v": 0, - "image": "food_1728373364742.png" -}, -{ - "_id": { - "$oid": "66ec5236f7ba0100621352e6" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد مصری", - "description": "ترکیب زعفران همراه با عصاره لیمو و عطر پرتقال ترش", - "short_description": "", - "category": { - "$oid": "6208a9671ee4b0270db4c72b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:32:54.671Z" - }, - "updated_at": { - "$date": "2025-09-27T10:50:41.848Z" - }, - "__v": 0, - "image": "food_1728373396422.png" -}, -{ - "_id": { - "$oid": "66ec527ff7ba01006213530e" - }, - "price": 1790000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "الدوراند بالی", - "description": "عصاره آلوئه ورا همراه با سودای لیمویی و عطر خیار با آب آناناس", - "short_description": "", - "category": { - "$oid": "6208a9671ee4b0270db4c72b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:34:07.089Z" - }, - "updated_at": { - "$date": "2025-09-27T10:50:54.263Z" - }, - "__v": 0, - "image": "food_1728373551935.png" -}, -{ - "_id": { - "$oid": "66ec5512f7ba010062135483" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چاکلت پاپچی", - "description": "ژلاتو شکلات کارات تلخ همراه با کیک برانی و پودر شکلات هلندی", - "short_description": "", - "category": { - "$oid": "6208a97b1ee4b0270db4c734" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:45:06.941Z" - }, - "updated_at": { - "$date": "2025-09-27T10:53:11.087Z" - }, - "__v": 0, - "image": "food_1728372980251.png" -}, -{ - "_id": { - "$oid": "66ec55dcf7ba01006213550b" - }, - "price": 1890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بلک چری", - "description": "سوربتو شاه توت به همراه میوه های قرمز و سس انار با پوره کرن بری", - "short_description": "", - "category": { - "$oid": "6208a97b1ee4b0270db4c734" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:48:28.975Z" - }, - "updated_at": { - "$date": "2025-09-27T10:53:18.933Z" - }, - "__v": 0, - "image": "food_1728372948803.png" -}, -{ - "_id": { - "$oid": "66ec565ff7ba0100621355ae" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کرانچ وانیلا باتر", - "description": "ژلاتو وانیلی با کره بادام زمینی همراه موز و کوکی", - "short_description": "", - "category": { - "$oid": "6208a97b1ee4b0270db4c734" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:50:39.314Z" - }, - "updated_at": { - "$date": "2025-09-27T10:53:27.425Z" - }, - "__v": 0, - "image": "food_1728372895437.png" -}, -{ - "_id": { - "$oid": "66ec56e4f7ba010062135615" - }, - "price": 2090000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماراش استانبول", - "description": "باقلوا بستنی به همراه زعفران و کره لوتوس با قیماخ", - "short_description": "", - "category": { - "$oid": "6208a97b1ee4b0270db4c734" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:52:52.203Z" - }, - "updated_at": { - "$date": "2025-09-27T10:53:40.637Z" - }, - "__v": 0, - "image": "food_1728372863049.png" -}, -{ - "_id": { - "$oid": "66ec57c2f7ba010062135789" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تی مو تی مانگو", - "description": "پوره پشن فروت به همراه انبه و شیر نارگیل در کنار مغزیجات رست شده", - "short_description": "", - "category": { - "$oid": "66ec5758f7ba01006213570b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:56:34.437Z" - }, - "updated_at": { - "$date": "2025-09-27T10:54:11.081Z" - }, - "__v": 0, - "image": "food_1728373344734.png" -}, -{ - "_id": { - "$oid": "66ec5819f7ba0100621357c5" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "می مو سا آفریقایی", - "description": "پوره شاه توت و موز به همراه توت فرنگی و آلوئه ورا در کنار سس انار و زنجبیل", - "short_description": "", - "category": { - "$oid": "66ec5758f7ba01006213570b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T16:58:01.397Z" - }, - "updated_at": { - "$date": "2025-09-27T10:54:18.961Z" - }, - "__v": 0, - "image": "food_1728373241200.png" -}, -{ - "_id": { - "$oid": "66ec589af7ba0100621357f0" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آناستازیا", - "description": "پوره پرتقال و سبزیجات معطر به همراه خیار و نمک دریایی و عصاره پوست پرتقال", - "short_description": "", - "category": { - "$oid": "66ec5758f7ba01006213570b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-19T17:00:10.102Z" - }, - "updated_at": { - "$date": "2025-09-27T10:54:23.717Z" - }, - "__v": 0, - "image": "food_1728373220295.png" -}, -{ - "_id": { - "$oid": "66ed6cb6f7ba01006213764e" - }, - "price": 6550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مکزیکن(new)", - "description": "خمیر پیتزا، سس هات بین، قارچ، پولد بیف، اوریگانو، سس چدار، تردیلا، چیپس هویج، پلبیبر", - "short_description": "", - "category": { - "$oid": "6207a1c11ee4b0270db4c3da" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-20T12:38:14.396Z" - }, - "updated_at": { - "$date": "2025-12-25T12:45:10.053Z" - }, - "__v": 0, - "image": "food_1728330318027.png" -}, -{ - "_id": { - "$oid": "66ed6d20f7ba010062137669" - }, - "price": 5930000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا برگر(new)", - "description": "خمیر پیتزا، پنیر میکس، سس چدار ، سس مارینارا، گوشت برگر گریل شده، قارچ، اوریگانو، زیتون سیاه", - "short_description": "", - "category": { - "$oid": "6207a1c11ee4b0270db4c3da" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-20T12:40:00.360Z" - }, - "updated_at": { - "$date": "2025-12-25T12:36:07.592Z" - }, - "__v": 0, - "image": "food_1728306990260.png" -}, -{ - "_id": { - "$oid": "66ed6d55f7ba010062137680" - }, - "price": 5870000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارنه(new)", - "description": "خمیر ایتالیایی، سس مارینارا، گوشت مرغ، فیله گوساله، قارچ، پیکل پیاز، پستو، ریحان ایتالیایی، اوریگانو، زیتون سیاه", - "short_description": "", - "category": { - "$oid": "6207a1e81ee4b0270db4c3e5" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-20T12:40:53.979Z" - }, - "updated_at": { - "$date": "2025-12-25T12:36:20.797Z" - }, - "__v": 0, - "image": "food_1728330463701.png" -}, -{ - "_id": { - "$oid": "66ed6d85f7ba010062137691" - }, - "price": 6490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چانو(new)", - "description": "خمیر ایتالیایی، پنیر میکس، پستو ریحان، فیله گوساله، گوجه خشک، اوریگانو، چیپس بادمجان، گردو، پنیر پارمسان", - "short_description": "", - "category": { - "$oid": "6207a1e81ee4b0270db4c3e5" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-20T12:41:41.901Z" - }, - "updated_at": { - "$date": "2025-12-25T12:36:32.075Z" - }, - "__v": 0, - "image": "food_1728330684783.png" -}, -{ - "_id": { - "$oid": "66ee99f4f7ba0100621396be" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جینجرپشن", - "description": "لیموناد به همراه زنجبیل تازه", - "short_description": "", - "category": { - "$oid": "61b1a1a2fc1eece3d7626383" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2024-09-21T10:03:32.378Z" - }, - "updated_at": { - "$date": "2025-09-29T10:30:43.335Z" - }, - "__v": 0, - "image": "food_1726913724347.png" -}, -{ - "_id": { - "$oid": "66eea6b3f7ba0100621399a1" - }, - "price": 5150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فاهیتامیکس(new) تند", - "description": "سینه مرغ،فیله گوساله،پیاز،فلفل دلمه رنگی،برنج مکزیکی،ساورکرم،دیپ چدار،دیپ تورتیلا،دیپ چدار", - "short_description": "", - "category": { - "$oid": "6207a2421ee4b0270db4c40b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T10:57:55.300Z" - }, - "updated_at": { - "$date": "2025-12-25T12:36:45.249Z" - }, - "__v": 0, - "image": "food_1728331131292.png" -}, -{ - "_id": { - "$oid": "66eecc0af7ba010062139f35" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ماسالا", - "description": "ماسالا چای، شیر، دارچین", - "short_description": "", - "category": { - "$oid": "6207a2ee1ee4b0270db4c44f" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:37:14.573Z" - }, - "updated_at": { - "$date": "2025-11-13T11:44:01.984Z" - }, - "__v": 0, - "image": "food_1728374980662.png" -}, -{ - "_id": { - "$oid": "66eecc43f7ba010062139f4e" - }, - "price": 1690000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای کرک", - "description": "ماسالا چای، زعفران، هل، دارچین، شیر", - "short_description": "", - "category": { - "$oid": "6207a2ee1ee4b0270db4c44f" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:38:11.549Z" - }, - "updated_at": { - "$date": "2025-11-13T11:44:09.385Z" - }, - "__v": 0, - "image": "food_1728374956579.png" -}, -{ - "_id": { - "$oid": "66eecc64f7ba010062139f55" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای مراکشی", - "description": "چای سبز، دارچین، نعنا، لیمو", - "short_description": "", - "category": { - "$oid": "6207a2ee1ee4b0270db4c44f" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:38:44.752Z" - }, - "updated_at": { - "$date": "2025-11-13T11:44:21.886Z" - }, - "__v": 0, - "image": "food_1728377431806.png" -}, -{ - "_id": { - "$oid": "66eecc9ef7ba010062139f6a" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای لاته", - "description": "چای، شیر، پودر شکلات", - "short_description": "", - "category": { - "$oid": "6207a2ee1ee4b0270db4c44f" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:39:42.741Z" - }, - "updated_at": { - "$date": "2025-09-27T11:00:36.924Z" - }, - "__v": 0, - "image": "food_1729765132668.png" -}, -{ - "_id": { - "$oid": "66eeccc4f7ba010062139f77" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز", - "description": "چای سبز، لیمو، نبات", - "short_description": "", - "category": { - "$oid": "6207a2ee1ee4b0270db4c44f" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:40:20.888Z" - }, - "updated_at": { - "$date": "2025-11-13T11:45:50.511Z" - }, - "__v": 0, - "image": "food_1728377808931.png" -}, -{ - "_id": { - "$oid": "66eeccfaf7ba010062139f84" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لانگ بلک", - "description": "", - "short_description": "", - "category": { - "$oid": "6207a2fd1ee4b0270db4c458" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:41:14.088Z" - }, - "updated_at": { - "$date": "2025-09-27T11:01:48.565Z" - }, - "__v": 0, - "image": "food_1728377481568.png" -}, -{ - "_id": { - "$oid": "66eecd18f7ba010062139f8b" - }, - "price": 1590000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اورنج امریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "6207a2fd1ee4b0270db4c458" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:41:44.818Z" - }, - "updated_at": { - "$date": "2025-09-27T11:02:12.270Z" - }, - "__v": 0, - "image": "food_1728372536686.png" -}, -{ - "_id": { - "$oid": "66eecd2cf7ba010062139f92" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیریش کافی", - "description": "", - "short_description": "", - "category": { - "$oid": "6207a2fd1ee4b0270db4c458" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:42:04.668Z" - }, - "updated_at": { - "$date": "2025-09-27T11:02:18.446Z" - }, - "__v": 0, - "image": "food_1729759379045.png" -}, -{ - "_id": { - "$oid": "66eecd42f7ba010062139f99" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "6207a2fd1ee4b0270db4c458" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:42:26.192Z" - }, - "updated_at": { - "$date": "2025-09-27T11:02:25.258Z" - }, - "__v": 0, - "image": "food_1728377490744.png" -}, -{ - "_id": { - "$oid": "66eecd70f7ba010062139fa0" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایبریک (قهوه ترک)", - "description": "", - "short_description": "", - "category": { - "$oid": "6207a2d91ee4b0270db4c445" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:43:12.283Z" - }, - "updated_at": { - "$date": "2025-09-27T11:03:26.124Z" - }, - "__v": 0, - "image": "food_1728373971406.png" -}, -{ - "_id": { - "$oid": "66eecd83f7ba010062139fb0" - }, - "price": 1290000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "عثمانی", - "description": "", - "short_description": "", - "category": { - "$oid": "6207a2d91ee4b0270db4c445" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:43:31.791Z" - }, - "updated_at": { - "$date": "2025-09-27T11:03:37.996Z" - }, - "__v": 0, - "image": "food_1728374077203.png" -}, -{ - "_id": { - "$oid": "66eecd9bf7ba010062139fb7" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دله", - "description": "", - "short_description": "", - "category": { - "$oid": "6207a2d91ee4b0270db4c445" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:43:55.161Z" - }, - "updated_at": { - "$date": "2025-09-27T11:03:52.574Z" - }, - "__v": 0, - "image": "food_1728374188201.png" -}, -{ - "_id": { - "$oid": "66eecdc7f7ba010062139fc1" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکاچینو", - "description": "اسپرسو، شیر، سس شکلات، پودر کاکائو", - "short_description": "", - "category": { - "$oid": "6207a2c31ee4b0270db4c43c" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:44:39.729Z" - }, - "updated_at": { - "$date": "2025-09-27T11:04:17.315Z" - }, - "__v": 0, - "image": "food_1728374516173.png" -}, -{ - "_id": { - "$oid": "66eecdf4f7ba010062139fc8" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ماکیاتو", - "description": "اسپرسو، شیر", - "short_description": "", - "category": { - "$oid": "6207a2c31ee4b0270db4c43c" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:45:24.450Z" - }, - "updated_at": { - "$date": "2025-09-27T11:04:21.734Z" - }, - "__v": 0, - "image": "food_1729765217266.png" -}, -{ - "_id": { - "$oid": "66eece23f7ba010062139fd2" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو اسپشیالیتی", - "description": "", - "short_description": "", - "category": { - "$oid": "6207a2c31ee4b0270db4c43c" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:46:11.967Z" - }, - "updated_at": { - "$date": "2025-09-27T11:04:30.642Z" - }, - "__v": 0, - "image": "food_1729758883089.png" -}, -{ - "_id": { - "$oid": "66eece40f7ba010062139fd9" - }, - "price": 1390000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو رومانو", - "description": "اسپرسو، لیمو", - "short_description": "", - "category": { - "$oid": "6207a2c31ee4b0270db4c43c" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:46:40.450Z" - }, - "updated_at": { - "$date": "2025-09-27T11:04:40.008Z" - }, - "__v": 0, - "image": "food_1728374453525.png" -}, -{ - "_id": { - "$oid": "66eece62f7ba010062139fe0" - }, - "price": 1490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "اسپرسو، شیر", - "short_description": "", - "category": { - "$oid": "6207a2c31ee4b0270db4c43c" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:47:14.286Z" - }, - "updated_at": { - "$date": "2025-09-27T11:04:58.733Z" - }, - "__v": 0, - "image": "food_1728374681449.png" -}, -{ - "_id": { - "$oid": "66eece81f7ba010062139fe7" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کافه لاته", - "description": "اسپرسو، شیر", - "short_description": "", - "category": { - "$oid": "6207a2c31ee4b0270db4c43c" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:47:45.531Z" - }, - "updated_at": { - "$date": "2025-09-27T11:05:11.233Z" - }, - "__v": 0, - "image": "food_1728374690285.png" -}, -{ - "_id": { - "$oid": "66eecea2f7ba010062139fee" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو کورتادو", - "description": "اسپرسو، شیر گاومیش", - "short_description": "", - "category": { - "$oid": "6207a2c31ee4b0270db4c43c" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:48:18.087Z" - }, - "updated_at": { - "$date": "2025-09-27T11:05:37.080Z" - }, - "__v": 0, - "image": "food_1728374070853.png" -}, -{ - "_id": { - "$oid": "66eececdf7ba010062139ff5" - }, - "price": 1490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو آریش کرما", - "description": "اسپرسو، شیر، سیروپ آیریش", - "short_description": "", - "category": { - "$oid": "6207a2c31ee4b0270db4c43c" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:49:01.592Z" - }, - "updated_at": { - "$date": "2025-09-27T11:05:49.764Z" - }, - "__v": 0, - "image": "food_1729758906445.png" -}, -{ - "_id": { - "$oid": "66eeceecf7ba010062139fff" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "پودر هات چاکلت، شیر، پودر کاکائو", - "short_description": "", - "category": { - "$oid": "66eec765f7ba010062139d62" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:49:32.932Z" - }, - "updated_at": { - "$date": "2025-11-13T11:48:00.309Z" - }, - "__v": 0, - "image": "food_1728377462810.png" -}, -{ - "_id": { - "$oid": "66eecf20f7ba01006213a006" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت بیسکوف", - "description": "کره لوتوس، پودر هات چاکلت، شیر، پودر کاکائو", - "short_description": "", - "category": { - "$oid": "66eec765f7ba010062139d62" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:50:24.490Z" - }, - "updated_at": { - "$date": "2025-11-13T11:48:35.117Z" - }, - "__v": 0, - "image": "food_1728377484916.png" -}, -{ - "_id": { - "$oid": "66eecf40f7ba01006213a00d" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "پودر وایت چاکلت، شیر", - "short_description": "", - "category": { - "$oid": "66eec765f7ba010062139d62" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:50:56.063Z" - }, - "updated_at": { - "$date": "2025-11-13T11:48:40.975Z" - }, - "__v": 0, - "image": "food_1728377480666.png" -}, -{ - "_id": { - "$oid": "66eecf58f7ba01006213a014" - }, - "price": 1690000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "6208a9511ee4b0270db4c722" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:51:20.657Z" - }, - "updated_at": { - "$date": "2025-09-27T11:07:31.521Z" - }, - "__v": 0, - "image": "food_1728377253866.png" -}, -{ - "_id": { - "$oid": "66eecf6bf7ba01006213a01e" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس کورتادو", - "description": "", - "short_description": "", - "category": { - "$oid": "6208a9511ee4b0270db4c722" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:51:39.158Z" - }, - "updated_at": { - "$date": "2025-09-27T11:07:44.591Z" - }, - "__v": 0, - "image": "food_1728376290215.png" -}, -{ - "_id": { - "$oid": "66eecf86f7ba01006213a025" - }, - "price": 1390000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس آمریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "6208a9511ee4b0270db4c722" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:52:06.280Z" - }, - "updated_at": { - "$date": "2025-09-27T11:07:50.877Z" - }, - "__v": 0, - "image": "food_1728376953071.png" -}, -{ - "_id": { - "$oid": "66eecf9ef7ba01006213a032" - }, - "price": 1610000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "6208a9511ee4b0270db4c722" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:52:30.244Z" - }, - "updated_at": { - "$date": "2025-09-27T11:07:58.411Z" - }, - "__v": 0, - "image": "food_1728377261101.png" -}, -{ - "_id": { - "$oid": "66eecfb6f7ba01006213a03c" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس رومانو", - "description": "", - "short_description": "", - "category": { - "$oid": "6208a9511ee4b0270db4c722" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:52:54.484Z" - }, - "updated_at": { - "$date": "2025-09-27T11:08:08.236Z" - }, - "__v": 0, - "image": "food_1728376208132.png" -}, -{ - "_id": { - "$oid": "66eed134f7ba01006213a06f" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو کامرشیال", - "description": "", - "short_description": "", - "category": { - "$oid": "6207a2c31ee4b0270db4c43c" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-21T13:59:16.832Z" - }, - "updated_at": { - "$date": "2025-09-27T11:08:28.062Z" - }, - "__v": 0, - "image": "food_1729758879931.png" -}, -{ - "_id": { - "$oid": "66f03d57f7ba01006213c246" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه لاهیجان 2 کاپ", - "description": "برگ دستچین شده مزارع لاهیجان،همراه با تاپینگ دارچین، زعفران یا هل", - "short_description": "", - "category": { - "$oid": "6207a2ee1ee4b0270db4c44f" - }, - "index": 1, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-22T15:52:55.711Z" - }, - "updated_at": { - "$date": "2025-11-13T11:52:41.089Z" - }, - "__v": 0, - "image": "food_1728377477277.png" -}, -{ - "_id": { - "$oid": "66f160dbf7ba01006213d7e2" - }, - "price": 4350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد چاینیز(new)", - "description": "کاهو،سینه مرغ سوخاری،هویج اسپاگتی،سس پینات باتر(تند)، بادام زمینی،کلم بنفش،پیازچه،گشنیز تازه،خیار،بیبی اسفناج،چیپس بادمجان،میکروگرین، رایس نودل", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-23T12:36:43.652Z" - }, - "updated_at": { - "$date": "2025-12-25T12:36:59.826Z" - }, - "__v": 0, - "image": "food_1728306986068.png" -}, -{ - "_id": { - "$oid": "66f4428ef7ba010062140b97" - }, - "price": 7850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چلو گردن ", - "description": "گردن گوسفندی حدود 600 گرم همراه با برنج و دورچین ", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2024-09-25T17:04:14.686Z" - }, - "updated_at": { - "$date": "2024-09-25T17:04:14.686Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "66f70b10f7ba010062145a30" - }, - "price": 2230000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت فرایز", - "description": "سیب زمینی خلالی،سس قارچ و خامه", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-27T19:44:16.301Z" - }, - "updated_at": { - "$date": "2025-12-25T12:37:13.759Z" - }, - "__v": 0, - "image": "food_1729757889287.png" -}, -{ - "_id": { - "$oid": "66f70b89f7ba010062145a3a" - }, - "price": 3370000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نان سیر", - "description": "خمیر ایتالیایی،میکس پنیر،سس سیر", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-27T19:46:17.950Z" - }, - "updated_at": { - "$date": "2025-12-25T12:37:23.122Z" - }, - "__v": 0, - "image": "food_1729757637426.png" -}, -{ - "_id": { - "$oid": "66f83893f7ba0100621468b4" - }, - "price": 1970000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رول سوخاری", - "description": "مرغ سوخاری شده،پنیر گودا", - "short_description": "", - "category": { - "$oid": "6207a1aa1ee4b0270db4c3d0" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-09-28T17:10:43.654Z" - }, - "updated_at": { - "$date": "2025-12-25T12:37:42.750Z" - }, - "__v": 0, - "image": "food_1729757745572.png" -}, -{ - "_id": { - "$oid": "66fbec4df7ba01006214a648" - }, - "price": 9850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیزلر استیک", - "description": "پوره سیب زمینی،دورچین سبزیجات،سس قارچ،فیله گوساله سروشده در ظرف چدن", - "short_description": "", - "category": { - "$oid": "6207a2421ee4b0270db4c40b" - }, - "index": 1, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-10-01T12:34:21.114Z" - }, - "updated_at": { - "$date": "2025-12-25T12:37:53.899Z" - }, - "__v": 0, - "image": "food_1729758019524.png" -}, -{ - "_id": { - "$oid": "66fd3f23f7ba01006214bc97" - }, - "price": 4150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فیله استریپس(new)", - "description": "سه تیکه فیله مرغ پولکی،سیب زمینی،ساید سالاد،سس مخصوص", - "short_description": "", - "category": { - "$oid": "6207a2421ee4b0270db4c40b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-10-02T12:40:03.804Z" - }, - "updated_at": { - "$date": "2025-12-25T12:38:06.678Z" - }, - "__v": 0, - "image": "food_1739472531418.png" -}, -{ - "_id": { - "$oid": "670269ac5e3952005743f0f1" - }, - "price": 5450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ته چین گوشت و بادمجان", - "description": "ته چین،گوشت ماهیچه گوساله،چیپس بادمجان،سس مخصوص", - "short_description": "", - "category": { - "$oid": "6207a2141ee4b0270db4c3f8" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-10-06T10:42:52.915Z" - }, - "updated_at": { - "$date": "2025-12-25T12:38:26.629Z" - }, - "__v": 0, - "image": "food_1728331171079.png" -}, -{ - "_id": { - "$oid": "670281d15e3952005743f2a0" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "براونی کیت کت", - "description": "یک اسلایس براونی کیت کت", - "short_description": "", - "category": { - "$oid": "6208a93b1ee4b0270db4c715" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-10-06T12:25:53.218Z" - }, - "updated_at": { - "$date": "2025-08-21T12:12:12.028Z" - }, - "__v": 0, - "image": "food_1728221807368.png" -}, -{ - "_id": { - "$oid": "670282ee5e3952005743f2c6" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "براونی پنیری همراه با بستنی", - "description": "یک اسلایس کیک براونی به همراه یک اسکوپ بستنی", - "short_description": "", - "category": { - "$oid": "6208a93b1ee4b0270db4c715" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-10-06T12:30:38.624Z" - }, - "updated_at": { - "$date": "2025-08-21T12:12:41.624Z" - }, - "__v": 0, - "image": "food_1729759080723.png" -}, -{ - "_id": { - "$oid": "67080f075e395200574477d2" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک جوجه ", - "description": "", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2024-10-10T17:29:43.628Z" - }, - "updated_at": { - "$date": "2025-03-31T14:38:43.938Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "670810755e39520057447843" - }, - "price": 3450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وجی لاور new", - "description": "سس پستو. پنیر پیتزا.کدو طعم دار شده.بروکلی.گوجه خشک مزه دار شده.زیتون سیاه.پارمژان.چیپس هویج.شاتسس کچاپ", - "short_description": "", - "category": { - "$oid": "6519720759383e8d7551df62" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2024-10-10T17:35:49.538Z" - }, - "updated_at": { - "$date": "2025-03-31T13:47:46.415Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "670949e75e39520057449ee1" - }, - "price": 2750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "زرشک پلو با مرغ", - "description": "ران مرغ جا افتاده در سس هویج و الو-برنج ایرانی-نثار-دورچین", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2024-10-11T15:53:11.061Z" - }, - "updated_at": { - "$date": "2025-03-31T14:38:06.530Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "670a3a975e3952005744b7f7" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برگر کلاسیک", - "description": "نان برگر، برگر ۱۵۰ گرمی، گوجه فرنگی، کاهو لوتوس، پیازکاراملی، خیار، سس مخصوص، ساید سالاد و سیب زمینی(سرو سالن)", - "short_description": "", - "category": { - "$oid": "64ae92ed98ff3c7414486796" - }, - "index": 1, - "storeId": { - "$oid": "61fe34411ee4b0270db4a459" - }, - "created_at": { - "$date": "2024-10-12T09:00:07.388Z" - }, - "updated_at": { - "$date": "2024-10-12T09:00:07.388Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "670fc58f0c93e90057b8480e" - }, - "price": 4950000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "قیمه نثار", - "description": "", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2024-10-16T13:54:23.145Z" - }, - "updated_at": { - "$date": "2025-03-31T14:36:20.343Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "670fc5d50c93e90057b84818" - }, - "price": 3700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اکبر جوجه", - "description": "", - "short_description": "", - "category": { - "$oid": "651971e159383e8d7551df50" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2024-10-16T13:55:33.134Z" - }, - "updated_at": { - "$date": "2025-03-31T14:36:44.243Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6712503b7fa0510057e89c4e" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "اب گازدار،سیروپ،لیموتازه،نعنا،یخ کراش", - "short_description": "", - "category": { - "$oid": "6208a9671ee4b0270db4c72b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-10-18T12:10:35.606Z" - }, - "updated_at": { - "$date": "2025-09-27T11:14:18.667Z" - }, - "__v": 0, - "image": "food_1729756970934.png" -}, -{ - "_id": { - "$oid": "671250b17fa0510057e89c5b" - }, - "price": 1490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد", - "description": "میکس لیمو تازه،سیروپ.یخ.اب سودا", - "short_description": "", - "category": { - "$oid": "6208a9671ee4b0270db4c72b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-10-18T12:12:33.612Z" - }, - "updated_at": { - "$date": "2025-09-27T11:17:23.013Z" - }, - "__v": 0, - "image": "food_1729756906514.png" -}, -{ - "_id": { - "$oid": "6712527d7fa0510057e89ca5" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "براونی پنیری", - "description": "یک اسلابس کیک برانی", - "short_description": "", - "category": { - "$oid": "6208a93b1ee4b0270db4c715" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-10-18T12:20:13.993Z" - }, - "updated_at": { - "$date": "2025-08-21T12:13:18.683Z" - }, - "__v": 0, - "image": "food_1729800488338.png" -}, -{ - "_id": { - "$oid": "671518410896e400574becd5" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیزکیک لوتوس", - "description": "یک اسلایس چیزکیک لوتوس", - "short_description": "", - "category": { - "$oid": "6208a93b1ee4b0270db4c715" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-10-20T14:48:33.199Z" - }, - "updated_at": { - "$date": "2025-10-07T11:40:27.949Z" - }, - "__v": 0, - "image": "food_1759837227083.png" -}, -{ - "_id": { - "$oid": "67151b310896e400574bed13" - }, - "price": 1690000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ردموهیتو", - "description": "اب گازدار،سیروپ،لیموتازه،نعنا،یخ کراش،سیروپ گرانادین", - "short_description": "", - "category": { - "$oid": "6208a9671ee4b0270db4c72b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-10-20T15:01:05.795Z" - }, - "updated_at": { - "$date": "2025-09-27T11:17:53.967Z" - }, - "__v": 0, - "image": "food_1729755149179.png" -}, -{ - "_id": { - "$oid": "67151bf00896e400574bed20" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اب میوه فصل", - "description": "اب پرتغال طبیعی", - "short_description": "", - "category": { - "$oid": "6208a9671ee4b0270db4c72b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2024-10-20T15:04:16.456Z" - }, - "updated_at": { - "$date": "2025-09-27T11:18:02.153Z" - }, - "__v": 0, - "image": "food_1729755296114.png" -}, -{ - "_id": { - "$oid": "67305a43c3c0100063e6bce1" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک نوتلا", - "description": "3 اسکوپ بستنی وانیل مخلوط شده با شیر پرچرب و شکلات نوتلا", - "short_description": "", - "category": { - "$oid": "67305804c3c0100063e6bc62" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:01:23.660Z" - }, - "updated_at": { - "$date": "2025-12-12T08:41:11.954Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305a66c3c0100063e6bceb" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک شکلات", - "description": "3 اسکوپ بستنی شکلاتی مخلوط شده با شیر پرچرب ", - "short_description": "", - "category": { - "$oid": "67305804c3c0100063e6bc62" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:01:58.521Z" - }, - "updated_at": { - "$date": "2025-12-12T08:40:54.227Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305a88c3c0100063e6bcf5" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک موز ", - "description": "3 اسکوپ بستنی وانیل مخلوط شده با شیر پرچرب و موز تازه ", - "short_description": "", - "category": { - "$oid": "67305804c3c0100063e6bc62" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:02:32.201Z" - }, - "updated_at": { - "$date": "2025-12-12T08:40:05.105Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305b25c3c0100063e6bd20" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک بادام زمینی", - "description": "3 اسکوپ بستنی وانیل مخلوط شده با شیرپرچرب همراه با کره بادوم زمینی ", - "short_description": "", - "category": { - "$oid": "67305804c3c0100063e6bc62" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:05:09.742Z" - }, - "updated_at": { - "$date": "2025-12-12T08:39:24.628Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305b4ac3c0100063e6bd33" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک کارامل گردو ", - "description": "3 اسکوپ بستنی وانیل مخلوط شده با شیر پرچرب و سیروپ کارامل و گردو ", - "short_description": "", - "category": { - "$oid": "67305804c3c0100063e6bc62" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:05:46.935Z" - }, - "updated_at": { - "$date": "2025-12-12T08:38:46.640Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305b6ac3c0100063e6bd3d" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک کاپوچینو", - "description": "3 اسکوپ بستنی وانیل مخلوط شده با اسپرسو 50/50", - "short_description": "", - "category": { - "$oid": "67305804c3c0100063e6bc62" - }, - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:06:18.750Z" - }, - "updated_at": { - "$date": "2025-12-12T08:38:02.459Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305b8ec3c0100063e6bd49" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک یونیکورن", - "description": "3 اسکوپ بستنی توت فرنگی مخلوط شده با شیرپرچرب ", - "short_description": "", - "category": { - "$oid": "67305804c3c0100063e6bc62" - }, - "index": 7, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:06:54.829Z" - }, - "updated_at": { - "$date": "2025-12-12T08:37:27.176Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305babc3c0100063e6bd53" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک موزشکلات", - "description": "3 اسکوپ بستنی شکلاتی مخلوط شده با شیرپرچرب همراه با موز تازه", - "short_description": "", - "category": { - "$oid": "67305804c3c0100063e6bc62" - }, - "index": 8, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:07:23.552Z" - }, - "updated_at": { - "$date": "2025-12-12T08:36:56.484Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305bdec3c0100063e6bd5d" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فریکی فروت", - "description": "3 اسکوپ بستنی میوه ای ، موز ، توت فرنگی ، خامه ", - "short_description": "", - "category": { - "$oid": "6730582dc3c0100063e6bc6e" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:08:14.125Z" - }, - "updated_at": { - "$date": "2025-11-24T18:31:46.760Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305c30c3c0100063e6bd71" - }, - "price": 2300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "معجون", - "description": "3 اسکوپ بستنی معجون همراه با مغزیجات،پودر کنجد ، پودر نارگیل و عسل ", - "short_description": "", - "category": { - "$oid": "6730582dc3c0100063e6bc6e" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:09:36.198Z" - }, - "updated_at": { - "$date": "2025-11-30T18:33:21.779Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305c56c3c0100063e6bd7e" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بهشت شکلات", - "description": "3 اسکوپ بستنی شکلات همراه با کورن فلکس ،شکلات هیس ، یسکوییت شکلاتی ، شوکورول و سس شکلات ", - "short_description": "", - "category": { - "$oid": "6730582dc3c0100063e6bc6e" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:10:14.998Z" - }, - "updated_at": { - "$date": "2025-11-24T18:29:52.935Z" - }, - "__v": 0, - "image": "food_1743526924119.png" -}, -{ - "_id": { - "$oid": "67305d81c3c0100063e6bda8" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ویتامینه معجون", - "description": "بستنی معجون 3 اسکوپ ، مغزیجات ، پودر نارگیل و کنجد ، عسل ،خامه ، موز ، آناناس", - "short_description": "", - "category": { - "$oid": "673064fdc3c0100063e6bf7f" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:15:13.585Z" - }, - "updated_at": { - "$date": "2025-09-10T21:19:43.487Z" - }, - "__v": 0, - "image": "food_1733563611746.png" -}, -{ - "_id": { - "$oid": "67305dbec3c0100063e6bdbc" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چالیس فروت", - "description": "توت فرنگی ، بستنی وانیل ، موز ، بستنی شکلات ، کیک شکلات ، خامه ، شوکورول", - "short_description": "", - "category": { - "$oid": "673058c5c3c0100063e6bca5" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:16:14.678Z" - }, - "updated_at": { - "$date": "2025-11-25T17:32:03.367Z" - }, - "__v": 0, - "image": "food_1733306399133.png" -}, -{ - "_id": { - "$oid": "67305de2c3c0100063e6bdc6" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چالیس کیک", - "description": "بستنی وانیل ، ژله ، کیک شکلاتی ، موز", - "short_description": "", - "category": { - "$oid": "673058c5c3c0100063e6bca5" - }, - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:16:50.693Z" - }, - "updated_at": { - "$date": "2025-11-25T17:31:56.175Z" - }, - "__v": 0, - "image": "food_1733306350712.png" -}, -{ - "_id": { - "$oid": "67305e03c3c0100063e6bdd0" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات بستنی", - "description": "دونات شکلات ، بستنی شکلات ، موز ، آناناس ، خامه ، سس شکلات ", - "short_description": "", - "category": { - "$oid": "673058c5c3c0100063e6bca5" - }, - "index": 7, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:17:23.499Z" - }, - "updated_at": { - "$date": "2025-11-25T17:32:33.993Z" - }, - "__v": 0, - "image": "food_1733180961735.png" -}, -{ - "_id": { - "$oid": "67305e23c3c0100063e6bdda" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک بستنی", - "description": "بستنی شکلات ، توت فرنگی ، موز، کیک شکلاتی ، خامه ، شوکورول ، سس شکلات ", - "short_description": "", - "category": { - "$oid": "673058c5c3c0100063e6bca5" - }, - "index": 8, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:17:55.503Z" - }, - "updated_at": { - "$date": "2025-11-25T17:32:42.165Z" - }, - "__v": 0, - "image": "food_1733142832782.png" -}, -{ - "_id": { - "$oid": "67305e65c3c0100063e6bdf1" - }, - "price": 2400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برلینر معجون", - "description": "یک عدد دونات ، خامه ، موز ، بستنی معجون 1 اسکوپ ، مغزیجات ، پودر نارگیل و کنجد ، عسل ، سس شکلات ", - "short_description": "", - "category": { - "$oid": "673058c5c3c0100063e6bca5" - }, - "index": 9, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:19:01.566Z" - }, - "updated_at": { - "$date": "2025-11-25T17:35:13.273Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305e96c3c0100063e6bdfb" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسموتی انبه", - "description": "انبه 150 گرم ، یخ ", - "short_description": "", - "category": { - "$oid": "6730591ec3c0100063e6bcb7" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:19:50.147Z" - }, - "updated_at": { - "$date": "2025-11-24T18:59:46.574Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305eb1c3c0100063e6be05" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسموتی ترش", - "description": "آلبالو 150 گرم ، نمک ، گلپر ، یخ", - "short_description": "", - "category": { - "$oid": "6730591ec3c0100063e6bcb7" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:20:17.061Z" - }, - "updated_at": { - "$date": "2025-11-24T18:56:32.101Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305ed3c3c0100063e6be12" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسموتی استوایی", - "description": "انبه ، آناناس ، موز ، یخ ", - "short_description": "", - "category": { - "$oid": "6730591ec3c0100063e6bcb7" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:20:51.240Z" - }, - "updated_at": { - "$date": "2025-11-24T18:56:20.646Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305f18c3c0100063e6be22" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسموتی اناناس", - "description": "", - "short_description": "", - "category": { - "$oid": "6730591ec3c0100063e6bcb7" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:22:00.172Z" - }, - "updated_at": { - "$date": "2025-11-24T18:56:41.814Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305f56c3c0100063e6be35" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسموتی سیب موز", - "description": "", - "short_description": "", - "category": { - "$oid": "6730591ec3c0100063e6bcb7" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:23:02.739Z" - }, - "updated_at": { - "$date": "2025-11-24T18:55:34.693Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67305fa1c3c0100063e6be55" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس کارامل ماکیاتو", - "description": "شیر پرچرب ، اسپرسو 50/50 ، سیروپ کارامل ، یخ", - "short_description": "", - "category": { - "$oid": "67305938c3c0100063e6bcc0" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:24:17.286Z" - }, - "updated_at": { - "$date": "2025-11-24T18:48:52.021Z" - }, - "__v": 0, - "image": "food_1731760342565.png" -}, -{ - "_id": { - "$oid": "67305fc7c3c0100063e6be62" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس آمریکانو", - "description": "اسپرسو 50/50 ،آب ، یخ", - "short_description": "", - "category": { - "$oid": "67305938c3c0100063e6bcc0" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:24:55.327Z" - }, - "updated_at": { - "$date": "2025-11-24T18:48:44.472Z" - }, - "__v": 0, - "image": "food_1731760427059.png" -}, -{ - "_id": { - "$oid": "67305ff0c3c0100063e6be6c" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس موکا", - "description": "شیر پرچرب ، اسپرسو 50/50 ، سیروپ شکلات ، یخ", - "short_description": "", - "category": { - "$oid": "67305938c3c0100063e6bcc0" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:25:36.058Z" - }, - "updated_at": { - "$date": "2025-11-24T18:48:26.629Z" - }, - "__v": 0, - "image": "food_1731759538021.png" -}, -{ - "_id": { - "$oid": "6730600dc3c0100063e6be76" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لته", - "description": "شیر پرچرب ، اسپرسو 50/50 ، یخ", - "short_description": "", - "category": { - "$oid": "67305938c3c0100063e6bcc0" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:26:05.380Z" - }, - "updated_at": { - "$date": "2025-11-24T18:47:36.739Z" - }, - "__v": 0, - "image": "food_1731759571881.png" -}, -{ - "_id": { - "$oid": "67306684c3c0100063e6bfc7" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ", - "description": "50 درصد عربیکا ، 50 رصد روبوستا ", - "short_description": "", - "category": { - "$oid": "67306405c3c0100063e6bf3f" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:53:40.363Z" - }, - "updated_at": { - "$date": "2025-11-04T11:14:53.931Z" - }, - "__v": 0, - "image": "food_1733143237751.png" -}, -{ - "_id": { - "$oid": "673066a9c3c0100063e6bfd1" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قهوه فرانسه ", - "description": "فرانسه 70درصد عربیکا ، 30 درصد روبوستا ", - "short_description": "", - "category": { - "$oid": "67306405c3c0100063e6bf3f" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:54:17.936Z" - }, - "updated_at": { - "$date": "2025-09-16T10:07:36.146Z" - }, - "__v": 0, - "image": "food_1733143297427.png" -}, -{ - "_id": { - "$oid": "673066c8c3c0100063e6bfdb" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو", - "description": "شیر پرچرب ،اسپرسو 50/50 ، سیروپ کارامل ", - "short_description": "", - "category": { - "$oid": "67306405c3c0100063e6bf3f" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:54:48.743Z" - }, - "updated_at": { - "$date": "2025-09-16T10:07:12.787Z" - }, - "__v": 0, - "image": "food_1733180816485.png" -}, -{ - "_id": { - "$oid": "673066e5c3c0100063e6bfea" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "شیر پرچرب ،اسپرسو 50/50", - "short_description": "", - "category": { - "$oid": "67306405c3c0100063e6bf3f" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T07:55:17.399Z" - }, - "updated_at": { - "$date": "2025-09-16T10:06:44.515Z" - }, - "__v": 0, - "image": "food_1733180883149.png" -}, -{ - "_id": { - "$oid": "67306804c3c0100063e6bff4" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو", - "description": "اسپرسو 50/50 ، آب جوش", - "short_description": "", - "category": { - "$oid": "67306405c3c0100063e6bf3f" - }, - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T08:00:04.111Z" - }, - "updated_at": { - "$date": "2025-09-16T10:05:24.253Z" - }, - "__v": 0, - "image": "food_1733180916579.png" -}, -{ - "_id": { - "$oid": "6730683ac3c0100063e6c001" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفوگاتو", - "description": "بستنی وانیل 1 اسکوپ استاندارد ،اسپرسو 50/50", - "short_description": "", - "category": { - "$oid": "67306405c3c0100063e6bf3f" - }, - "index": 7, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T08:00:58.354Z" - }, - "updated_at": { - "$date": "2025-09-16T10:17:27.634Z" - }, - "__v": 0, - "image": "food_1733180792530.png" -}, -{ - "_id": { - "$oid": "67306860c3c0100063e6c012" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته", - "description": "شیر پرچرب ،اسپرسو 50/50", - "short_description": "", - "category": { - "$oid": "67306405c3c0100063e6bf3f" - }, - "index": 8, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T08:01:36.748Z" - }, - "updated_at": { - "$date": "2025-09-16T10:17:55.721Z" - }, - "__v": 0, - "image": "food_1733180650251.png" -}, -{ - "_id": { - "$oid": "673068b2c3c0100063e6c01f" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت اسپرسو", - "description": "شیر پرچرب ،پودر شکلات ، اسپرسو 50/50", - "short_description": "", - "category": { - "$oid": "67306484c3c0100063e6bf5b" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T08:02:58.120Z" - }, - "updated_at": { - "$date": "2025-11-25T17:37:35.260Z" - }, - "__v": 0, - "image": "food_1733143171406.png" -}, -{ - "_id": { - "$oid": "67307718c3c0100063e6c117" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت نوتلا", - "description": "شیر پرچرب ،پودر شکلات ، شکلات نوتلا", - "short_description": "", - "category": { - "$oid": "67306484c3c0100063e6bf5b" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:04:24.911Z" - }, - "updated_at": { - "$date": "2025-11-25T17:37:01.533Z" - }, - "__v": 0, - "image": "food_1733143139138.png" -}, -{ - "_id": { - "$oid": "6730773cc3c0100063e6c121" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "67306484c3c0100063e6bf5b" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:05:00.939Z" - }, - "updated_at": { - "$date": "2025-11-25T17:36:38.324Z" - }, - "__v": 0, - "image": "food_1733143112734.png" -}, -{ - "_id": { - "$oid": "67307774c3c0100063e6c12e" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت دارک", - "description": "", - "short_description": "", - "category": { - "$oid": "67306484c3c0100063e6bf5b" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:05:56.249Z" - }, - "updated_at": { - "$date": "2025-11-25T17:36:35.057Z" - }, - "__v": 0, - "image": "food_1733143077005.png" -}, -{ - "_id": { - "$oid": "6730779cc3c0100063e6c138" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "67306484c3c0100063e6bf5b" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:06:36.874Z" - }, - "updated_at": { - "$date": "2025-11-25T17:38:19.831Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673077bac3c0100063e6c145" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "پینک چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "67306484c3c0100063e6bf5b" - }, - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:07:06.522Z" - }, - "updated_at": { - "$date": "2025-11-25T17:38:17.746Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67307816c3c0100063e6c15e" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیرکاکائو", - "description": "", - "short_description": "", - "category": { - "$oid": "67306484c3c0100063e6bf5b" - }, - "index": 7, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:08:38.383Z" - }, - "updated_at": { - "$date": "2025-11-25T17:39:07.608Z" - }, - "__v": 0, - "image": "food_1733142954323.png" -}, -{ - "_id": { - "$oid": "6730783bc3c0100063e6c168" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیرنسکافه", - "description": "", - "short_description": "", - "category": { - "$oid": "67306484c3c0100063e6bf5b" - }, - "index": 8, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:09:15.168Z" - }, - "updated_at": { - "$date": "2025-11-25T17:39:21.826Z" - }, - "__v": 0, - "image": "food_1733142892750.png" -}, -{ - "_id": { - "$oid": "6730787ac3c0100063e6c172" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "67306484c3c0100063e6bf5b" - }, - "index": 9, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:10:18.783Z" - }, - "updated_at": { - "$date": "2025-11-25T17:40:01.716Z" - }, - "__v": 0, - "image": "food_1733142461417.png" -}, -{ - "_id": { - "$oid": "673078a6c3c0100063e6c17f" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر عسل دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "67306484c3c0100063e6bf5b" - }, - "index": 10, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:11:02.655Z" - }, - "updated_at": { - "$date": "2025-11-25T17:40:25.561Z" - }, - "__v": 0, - "image": "food_1733142510825.png" -}, -{ - "_id": { - "$oid": "673078fcc3c0100063e6c19e" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه", - "description": "چای ایرانی دمی ", - "short_description": "", - "category": { - "$oid": "67306494c3c0100063e6bf64" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:12:28.065Z" - }, - "updated_at": { - "$date": "2024-12-02T12:29:13.229Z" - }, - "__v": 0, - "image": "food_1733142551995.png" -}, -{ - "_id": { - "$oid": "67307954c3c0100063e6c1b2" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ترش ", - "description": "", - "short_description": "", - "category": { - "$oid": "67306494c3c0100063e6bf64" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:13:56.329Z" - }, - "updated_at": { - "$date": "2025-01-19T13:01:58.130Z" - }, - "__v": 0, - "image": "food_1733142584507.png" -}, -{ - "_id": { - "$oid": "67307988c3c0100063e6c1c5" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش به", - "description": "", - "short_description": "", - "category": { - "$oid": "67306494c3c0100063e6bf64" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:14:48.247Z" - }, - "updated_at": { - "$date": "2025-01-19T13:02:26.718Z" - }, - "__v": 0, - "image": "food_1733142615641.png" -}, -{ - "_id": { - "$oid": "67307a0dc3c0100063e6c1d5" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش زنجبیل", - "description": "", - "short_description": "", - "category": { - "$oid": "67306494c3c0100063e6bf64" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:17:01.651Z" - }, - "updated_at": { - "$date": "2025-01-19T13:02:54.238Z" - }, - "__v": 0, - "image": "food_1733142649142.png" -}, -{ - "_id": { - "$oid": "67307a2bc3c0100063e6c1df" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گل گاو زبان", - "description": "", - "short_description": "", - "category": { - "$oid": "67306494c3c0100063e6bf64" - }, - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:17:31.254Z" - }, - "updated_at": { - "$date": "2025-09-16T10:25:53.053Z" - }, - "__v": 0, - "image": "food_1733142675241.png" -}, -{ - "_id": { - "$oid": "67307a49c3c0100063e6c1e9" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "67306494c3c0100063e6bf64" - }, - "index": 7, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:18:01.926Z" - }, - "updated_at": { - "$date": "2025-01-19T13:01:35.018Z" - }, - "__v": 0, - "image": "food_1733142720798.png" -}, -{ - "_id": { - "$oid": "67307ab5c3c0100063e6c1fe" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس معجون ", - "description": "3 اسکوپ بستنی معجون ، موز خورد شده ", - "short_description": "", - "category": { - "$oid": "673064e6c3c0100063e6bf76" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:19:49.638Z" - }, - "updated_at": { - "$date": "2025-09-03T10:49:38.429Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67307ac8c3c0100063e6c208" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس شکلات", - "description": "3 اسکوپ بستنی شکلات ، موز خورد شده ", - "short_description": "", - "category": { - "$oid": "673064e6c3c0100063e6bf76" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:20:08.802Z" - }, - "updated_at": { - "$date": "2025-09-03T10:34:30.585Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67307aeac3c0100063e6c21c" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "توت فرنگی", - "description": "3 اسکوپ بستنی توت فرنگی، موز خورد شده ", - "short_description": "", - "category": { - "$oid": "673064e6c3c0100063e6bf76" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:20:42.983Z" - }, - "updated_at": { - "$date": "2025-09-03T10:34:44.152Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67307b01c3c0100063e6c226" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "طالبی", - "description": "3 اسکوپ بستنی طالبی، موز خورد شده ", - "short_description": "", - "category": { - "$oid": "673064e6c3c0100063e6bf76" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:21:05.968Z" - }, - "updated_at": { - "$date": "2025-09-03T10:35:00.373Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67307b23c3c0100063e6c233" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موز", - "description": "3 اسکوپ بستنی وانیل ، موز تازه ، موز خورد شده ", - "short_description": "", - "category": { - "$oid": "673064e6c3c0100063e6bf76" - }, - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:21:39.733Z" - }, - "updated_at": { - "$date": "2025-09-03T10:35:19.908Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67307b3fc3c0100063e6c23d" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "انبه", - "description": "3 اسکوپ بستنی وانیل ، انبه 100 گرم، موز خورد شده ", - "short_description": "", - "category": { - "$oid": "673064e6c3c0100063e6bf76" - }, - "index": 7, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:22:07.754Z" - }, - "updated_at": { - "$date": "2025-09-03T10:35:58.645Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67307bbdc3c0100063e6c26a" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیرموز", - "description": "شیر پرچرب ، بستنی وانیل ، موز تازه ، بدون هیچگونه افزودنی ", - "short_description": "", - "category": { - "$oid": "673064fdc3c0100063e6bf7f" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:24:13.375Z" - }, - "updated_at": { - "$date": "2025-09-03T10:36:21.026Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67307ce2c3c0100063e6c29c" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "آب پرتقال", - "description": "آب پرتقال طبیعی ", - "short_description": "", - "category": { - "$oid": "6730651dc3c0100063e6bf88" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:29:06.757Z" - }, - "updated_at": { - "$date": "2025-04-12T17:06:24.454Z" - }, - "__v": 0, - "image": "food_1731760921692.png" -}, -{ - "_id": { - "$oid": "67307d3cc3c0100063e6c2ba" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "آب طالبی", - "description": "بلند شده آب طالبی طبیعی و 1 اسکوپ بستنی طالبی ", - "short_description": "", - "category": { - "$oid": "6730651dc3c0100063e6bf88" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:30:36.474Z" - }, - "updated_at": { - "$date": "2025-09-16T10:26:59.807Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67307e2ac3c0100063e6c2de" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "لیموناد", - "description": "", - "short_description": "", - "category": { - "$oid": "6730651dc3c0100063e6bf88" - }, - "index": 7, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:34:34.416Z" - }, - "updated_at": { - "$date": "2024-11-14T21:38:03.213Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67307e57c3c0100063e6c2fd" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "6730651dc3c0100063e6bf88" - }, - "index": 8, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-10T09:35:19.010Z" - }, - "updated_at": { - "$date": "2024-11-14T21:36:11.765Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731b080c3c0100063e6df14" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "نوتلا فست", - "description": "یک عدد دونات شکلات ، نوتلا تیوپی 1 عدد", - "short_description": "", - "category": { - "$oid": "6731af5ac3c0100063e6de8c" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:21:36.583Z" - }, - "updated_at": { - "$date": "2025-12-12T09:11:39.375Z" - }, - "__v": 0, - "image": "food_1733180737310.png" -}, -{ - "_id": { - "$oid": "6731b0a8c3c0100063e6df2b" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تیرامیسو", - "description": "یک عدد دونات شیری همراه با بیسکویت لیدی فینگر و پودر قهوه فوری ", - "short_description": "", - "category": { - "$oid": "6731af5ac3c0100063e6de8c" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:22:16.978Z" - }, - "updated_at": { - "$date": "2025-09-03T10:37:18.335Z" - }, - "__v": 0, - "image": "food_1733180706730.png" -}, -{ - "_id": { - "$oid": "6731b0c0c3c0100063e6df35" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نوتلا شیشه ای", - "description": "یک عدد دونات شکلات ، کورن فلکس شکلاتی ، 1 عدد دونات نوتلا شیشه 30 گرمی", - "short_description": "", - "category": { - "$oid": "6731af5ac3c0100063e6de8c" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:22:40.223Z" - }, - "updated_at": { - "$date": "2025-12-12T09:12:12.179Z" - }, - "__v": 0, - "image": "food_1733146270989.png" -}, -{ - "_id": { - "$oid": "6731b0d9c3c0100063e6df3f" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسنیکرز", - "description": "یک عدد دونات شکلات همراه با تکه های شکلات اسنیکرز ، خلال بادام ", - "short_description": "", - "category": { - "$oid": "6731af5ac3c0100063e6de8c" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:23:05.098Z" - }, - "updated_at": { - "$date": "2025-09-17T15:44:48.892Z" - }, - "__v": 0, - "image": "food_1733146241787.png" -}, -{ - "_id": { - "$oid": "6731b0eec3c0100063e6df49" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیندر", - "description": "یک عدد دونات شکلات ، 2 عدد کیندر ", - "short_description": "", - "category": { - "$oid": "6731af5ac3c0100063e6de8c" - }, - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:23:26.158Z" - }, - "updated_at": { - "$date": "2025-12-12T08:32:12.775Z" - }, - "__v": 0, - "image": "food_1733146295503.png" -}, -{ - "_id": { - "$oid": "6731b101c3c0100063e6df53" - }, - "price": 990000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نوتلا", - "description": "یک عدد دونات روکش نوتلا ", - "short_description": "", - "category": { - "$oid": "6731af5ac3c0100063e6de8c" - }, - "index": 7, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:23:45.022Z" - }, - "updated_at": { - "$date": "2025-09-03T10:43:35.793Z" - }, - "__v": 0, - "image": "food_1733146214104.png" -}, -{ - "_id": { - "$oid": "6731b115c3c0100063e6df5d" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیت کت", - "description": "یک عدد دونات شکلات همراه با 2عدد شکلات کیت کت ", - "short_description": "", - "category": { - "$oid": "6731af5ac3c0100063e6de8c" - }, - "index": 8, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:24:05.938Z" - }, - "updated_at": { - "$date": "2025-09-17T15:42:57.252Z" - }, - "__v": 0, - "image": "food_1733146319268.png" -}, -{ - "_id": { - "$oid": "6731b13bc3c0100063e6df67" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "توییکس", - "description": "یک عدد دونات شکلات همراه با 1عدد شکلات توییکس", - "short_description": "", - "category": { - "$oid": "6731af5ac3c0100063e6de8c" - }, - "index": 9, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:24:43.637Z" - }, - "updated_at": { - "$date": "2025-09-17T15:45:56.357Z" - }, - "__v": 0, - "image": "food_1733146188871.png" -}, -{ - "_id": { - "$oid": "6731b14fc3c0100063e6df71" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ام اند ام", - "description": "یک عدد دونات شکلات شیری همراه با 10عدد اسمارتیز m&m ، سس شکلات توت فرنگی", - "short_description": "", - "category": { - "$oid": "6731af5ac3c0100063e6de8c" - }, - "index": 10, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:25:03.263Z" - }, - "updated_at": { - "$date": "2025-04-12T17:05:22.260Z" - }, - "__v": 0, - "image": "food_1733146348034.png" -}, -{ - "_id": { - "$oid": "6731b162c3c0100063e6df7b" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هوبی", - "description": "یک عدد دونات شکلات همراه با تکه های شکلات هوبی ", - "short_description": "", - "category": { - "$oid": "6731af5ac3c0100063e6de8c" - }, - "index": 11, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:25:22.024Z" - }, - "updated_at": { - "$date": "2025-09-03T09:44:14.909Z" - }, - "__v": 0, - "image": "food_1733146551965.png" -}, -{ - "_id": { - "$oid": "6731b174c3c0100063e6df85" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اورئو", - "description": "یک عدد دونات شکلات شیری همراه با بیسکویت اورئو و پودر بیسکویت ", - "short_description": "", - "category": { - "$oid": "6731af5ac3c0100063e6de8c" - }, - "index": 12, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:25:40.226Z" - }, - "updated_at": { - "$date": "2025-09-03T09:45:11.341Z" - }, - "__v": 0, - "image": "food_1733146582932.png" -}, -{ - "_id": { - "$oid": "6731b18cc3c0100063e6df92" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وبی", - "description": "یک عدد دونات شکلات طرح دار ", - "short_description": "", - "category": { - "$oid": "6731af6ec3c0100063e6de95" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:26:04.035Z" - }, - "updated_at": { - "$date": "2025-11-24T19:24:38.663Z" - }, - "__v": 0, - "image": "food_1733180029406.png" -}, -{ - "_id": { - "$oid": "6731b4dcc3c0100063e6dfbd" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپیرال", - "description": "یک عدد دونات شیری طرح دار ", - "short_description": "", - "category": { - "$oid": "6731af6ec3c0100063e6de95" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:40:12.540Z" - }, - "updated_at": { - "$date": "2025-11-24T19:24:24.804Z" - }, - "__v": 0, - "image": "food_1733180052223.png" -}, -{ - "_id": { - "$oid": "6731b4f3c3c0100063e6dfc7" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "استریپی", - "description": "یک عدد دونات شکلات طرح دار ", - "short_description": "", - "category": { - "$oid": "6731af6ec3c0100063e6de95" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:40:35.045Z" - }, - "updated_at": { - "$date": "2025-11-24T19:24:07.894Z" - }, - "__v": 0, - "image": "food_1733180073573.png" -}, -{ - "_id": { - "$oid": "6731b516c3c0100063e6dfd1" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "زبرا", - "description": "یک عدد دونات شکلات طرح دار ", - "short_description": "", - "category": { - "$oid": "6731af6ec3c0100063e6de95" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:41:10.448Z" - }, - "updated_at": { - "$date": "2025-11-24T19:23:57.145Z" - }, - "__v": 0, - "image": "food_1733180093424.png" -}, -{ - "_id": { - "$oid": "6731b525c3c0100063e6dfdb" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رابی", - "description": "یک عدد دونات شکلات طرح دار ", - "short_description": "", - "category": { - "$oid": "6731af6ec3c0100063e6de95" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:41:25.682Z" - }, - "updated_at": { - "$date": "2025-11-24T19:23:43.181Z" - }, - "__v": 0, - "image": "food_1733180179189.png" -}, -{ - "_id": { - "$oid": "6731b537c3c0100063e6dfe5" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رزتا", - "description": "یک عدد دونات شکلات طرح دار ", - "short_description": "", - "category": { - "$oid": "6731af6ec3c0100063e6de95" - }, - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:41:43.768Z" - }, - "updated_at": { - "$date": "2025-11-24T19:23:22.598Z" - }, - "__v": 0, - "image": "food_1733180161432.png" -}, -{ - "_id": { - "$oid": "6731b559c3c0100063e6dfef" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مینیون", - "description": "یک عدد دونات موزی طرح دار ", - "short_description": "", - "category": { - "$oid": "6731af7fc3c0100063e6de9e" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:42:17.151Z" - }, - "updated_at": { - "$date": "2025-09-03T10:30:00.035Z" - }, - "__v": 0, - "image": "food_1731576162224.png" -}, -{ - "_id": { - "$oid": "6731b56fc3c0100063e6dff9" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کافی", - "description": "یک عدد دونات شکلات شیری ، پودر نسکافه ", - "short_description": "", - "category": { - "$oid": "6731af92c3c0100063e6deb0" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:42:39.982Z" - }, - "updated_at": { - "$date": "2025-11-24T18:23:54.789Z" - }, - "__v": 0, - "image": "food_1733180206128.png" -}, -{ - "_id": { - "$oid": "6731b58bc3c0100063e6e004" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات شکلات", - "description": "یک عدد دونات با روکش شکلات شیرین", - "short_description": "", - "category": { - "$oid": "6731af92c3c0100063e6deb0" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:43:07.796Z" - }, - "updated_at": { - "$date": "2025-11-24T18:23:48.548Z" - }, - "__v": 0, - "image": "food_1733180258080.png" -}, -{ - "_id": { - "$oid": "6731b5a4c3c0100063e6e00f" - }, - "price": 960000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات توت فرنگی", - "description": "یک عدد دونات با روکش شکلات توت فرنگی ، 1 عدد توت فرنگی", - "short_description": "", - "category": { - "$oid": "6731af92c3c0100063e6deb0" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:43:32.543Z" - }, - "updated_at": { - "$date": "2025-11-24T18:25:53.025Z" - }, - "__v": 0, - "image": "food_1733180232243.png" -}, -{ - "_id": { - "$oid": "6731b66fc3c0100063e6e02b" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات دارک", - "description": "یک عدد دونات شکلات 40% ", - "short_description": "", - "category": { - "$oid": "6731af92c3c0100063e6deb0" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:46:55.149Z" - }, - "updated_at": { - "$date": "2025-11-24T18:23:37.690Z" - }, - "__v": 0, - "image": "food_1733180128527.png" -}, -{ - "_id": { - "$oid": "6731b686c3c0100063e6e035" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات شیری", - "description": "یک عدد دونات با روکش شکلات شیری ", - "short_description": "", - "category": { - "$oid": "6731af92c3c0100063e6deb0" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:47:18.923Z" - }, - "updated_at": { - "$date": "2025-11-24T18:23:30.010Z" - }, - "__v": 0, - "image": "food_1733178966498.png" -}, -{ - "_id": { - "$oid": "6731b69dc3c0100063e6e03f" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات شکری", - "description": "یک عدد دونات ساده همراه با شکر ", - "short_description": "", - "category": { - "$oid": "6731af92c3c0100063e6deb0" - }, - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:47:41.349Z" - }, - "updated_at": { - "$date": "2025-11-24T18:30:17.144Z" - }, - "__v": 0, - "image": "food_1733179002531.png" -}, -{ - "_id": { - "$oid": "6731b6bcc3c0100063e6e049" - }, - "price": 960000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات نارگیل", - "description": "یک عدد دونات شکلات شیری همراه با پودر نارگیل و شکلات اسپارک ", - "short_description": "", - "category": { - "$oid": "6731af92c3c0100063e6deb0" - }, - "index": 7, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:48:12.234Z" - }, - "updated_at": { - "$date": "2025-11-24T18:34:29.449Z" - }, - "__v": 0, - "image": "food_1733179035398.png" -}, -{ - "_id": { - "$oid": "6731b6dcc3c0100063e6e053" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات کارامل", - "description": "یک عدد دونات ساده همراه با کارامل و شکلات تکه شده نانی ", - "short_description": "", - "category": { - "$oid": "6731af92c3c0100063e6deb0" - }, - "index": 8, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:48:44.489Z" - }, - "updated_at": { - "$date": "2025-11-24T18:28:17.476Z" - }, - "__v": 0, - "image": "food_1733179058776.png" -}, -{ - "_id": { - "$oid": "6731b6f0c3c0100063e6e05d" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات دارچین", - "description": "یک عدد دونات ساده همراه با دارچین ", - "short_description": "", - "category": { - "$oid": "6731af92c3c0100063e6deb0" - }, - "index": 9, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:49:04.977Z" - }, - "updated_at": { - "$date": "2025-11-24T18:26:58.707Z" - }, - "__v": 0, - "image": "food_1733179092163.png" -}, -{ - "_id": { - "$oid": "6731b771c3c0100063e6e070" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برلینر نوتلا", - "description": "یک عدد دونات برش خورده ، شکلات نوتلا ", - "short_description": "", - "category": { - "$oid": "6731aff4c3c0100063e6decb" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:51:13.062Z" - }, - "updated_at": { - "$date": "2025-11-25T17:29:04.109Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731b7adc3c0100063e6e07d" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کره بادام زمینی عسل", - "description": "یک عدد دونات برش خورده ، کره بادام زمینی ، عسل ", - "short_description": "", - "category": { - "$oid": "6731aff4c3c0100063e6decb" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:52:13.726Z" - }, - "updated_at": { - "$date": "2025-11-25T17:29:56.422Z" - }, - "__v": 0, - "image": "food_1733143433807.png" -}, -{ - "_id": { - "$oid": "6731b7c5c3c0100063e6e087" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کرم شیر", - "description": "یک عدد دونات برش خورده ، کرم شیر ساده ", - "short_description": "", - "category": { - "$oid": "6731aff4c3c0100063e6decb" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:52:37.147Z" - }, - "updated_at": { - "$date": "2025-11-25T17:29:01.189Z" - }, - "__v": 0, - "image": "food_1733145942477.png" -}, -{ - "_id": { - "$oid": "6731b7dfc3c0100063e6e09a" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برلینر دارک", - "description": "یک عدد دونات برش خورده ، شکلات دارک 40%", - "short_description": "", - "category": { - "$oid": "6731aff4c3c0100063e6decb" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:53:03.520Z" - }, - "updated_at": { - "$date": "2025-11-25T17:28:17.795Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731b829c3c0100063e6e0c9" - }, - "price": 2950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رست نات برجی", - "description": "دو عدد دونات رست شده ، موز ، توت فرنگی ، شکلات نوتلا، کرم شیر ، خامه ", - "short_description": "", - "category": { - "$oid": "6731afdfc3c0100063e6dec2" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:54:17.987Z" - }, - "updated_at": { - "$date": "2025-11-24T19:32:17.814Z" - }, - "__v": 0, - "image": "food_1731756831421.png" -}, -{ - "_id": { - "$oid": "6731b8d9c3c0100063e6e0dd" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رست نات توت فرنگی", - "description": "یک عدد دونات رست شده ، توت فرنگی ، بستنی توت فرنگی ،خامه ،شکلات شیرین ", - "short_description": "", - "category": { - "$oid": "6731afdfc3c0100063e6dec2" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:57:13.950Z" - }, - "updated_at": { - "$date": "2025-12-12T08:44:32.523Z" - }, - "__v": 0, - "image": "food_1733179129124.png" -}, -{ - "_id": { - "$oid": "6731b8f2c3c0100063e6e0e7" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رست نات چوبی ", - "description": "یک عدد دونات رست شده ، شکلات به دلخواه ", - "short_description": "", - "category": { - "$oid": "6731afdfc3c0100063e6dec2" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:57:38.083Z" - }, - "updated_at": { - "$date": "2025-12-12T08:44:01.863Z" - }, - "__v": 0, - "image": "food_1733179150342.png" -}, -{ - "_id": { - "$oid": "6731b92ac3c0100063e6e0f1" - }, - "price": 990000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رست نات کارامل", - "description": "یک عدد دونات رست شده ، کارامل ، خلال بادام ", - "short_description": "", - "category": { - "$oid": "6731afdfc3c0100063e6dec2" - }, - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T07:58:34.095Z" - }, - "updated_at": { - "$date": "2025-09-02T19:04:44.642Z" - }, - "__v": 0, - "image": "food_1733179172451.png" -}, -{ - "_id": { - "$oid": "6731b986c3c0100063e6e10b" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رست نات موز نوتلا", - "description": "یک عدد دونات رست شده ، موز ، شکلات نوتلا", - "short_description": "", - "category": { - "$oid": "6731afdfc3c0100063e6dec2" - }, - "index": 7, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:00:06.094Z" - }, - "updated_at": { - "$date": "2025-12-12T08:43:20.132Z" - }, - "__v": 0, - "image": "food_1733179238571.png" -}, -{ - "_id": { - "$oid": "6731b9afc3c0100063e6e115" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": " رست نات فروتی نوتلا", - "description": "یک عدد دونات رست شده ، موز ، توت فرنگی ، شکلات نوتلا،خلال بادام ", - "short_description": "", - "category": { - "$oid": "6731afdfc3c0100063e6dec2" - }, - "index": 8, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:00:47.315Z" - }, - "updated_at": { - "$date": "2025-12-12T08:43:13.595Z" - }, - "__v": 0, - "image": "food_1733179754391.png" -}, -{ - "_id": { - "$oid": "6731bb29c3c0100063e6e122" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک", - "description": "یک عدد دونات شکلات همراه با تکه های کیک شکلاتی ", - "short_description": "", - "category": { - "$oid": "6731b00bc3c0100063e6ded4" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:07:05.297Z" - }, - "updated_at": { - "$date": "2025-11-24T19:11:44.015Z" - }, - "__v": 0, - "image": "food_1733179332686.png" -}, -{ - "_id": { - "$oid": "6731bb40c3c0100063e6e12c" - }, - "price": 970000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیگمنت", - "description": "یک عدد دونات شکلاتی همراه با ترافل", - "short_description": "", - "category": { - "$oid": "6731b00bc3c0100063e6ded4" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:07:28.783Z" - }, - "updated_at": { - "$date": "2025-11-24T19:10:24.211Z" - }, - "__v": 0, - "image": "food_1733179444761.png" -}, -{ - "_id": { - "$oid": "6731bb57c3c0100063e6e136" - }, - "price": 990000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسمارتین", - "description": "یک عدد دونات با روکش شکلات موز همراه با اسمارتیز", - "short_description": "", - "category": { - "$oid": "6731b00bc3c0100063e6ded4" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:07:51.634Z" - }, - "updated_at": { - "$date": "2025-11-24T19:09:46.083Z" - }, - "__v": 0, - "image": "food_1733179690846.png" -}, -{ - "_id": { - "$oid": "6731bb6dc3c0100063e6e140" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گلوبال", - "description": "", - "short_description": "", - "category": { - "$oid": "6731b00bc3c0100063e6ded4" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:08:13.127Z" - }, - "updated_at": { - "$date": "2025-09-02T19:01:51.636Z" - }, - "__v": 0, - "image": "food_1733179479179.png" -}, -{ - "_id": { - "$oid": "6731bb7dc3c0100063e6e14a" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاولی", - "description": "", - "short_description": "", - "category": { - "$oid": "6731b00bc3c0100063e6ded4" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:08:29.120Z" - }, - "updated_at": { - "$date": "2025-11-24T19:17:14.112Z" - }, - "__v": 0, - "image": "food_1733179728101.png" -}, -{ - "_id": { - "$oid": "6731bb8ec3c0100063e6e154" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیلو", - "description": "یک عدد دونات شکلات ساده همراه با کورن فلکس بالشتی ", - "short_description": "", - "category": { - "$oid": "6731b00bc3c0100063e6ded4" - }, - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:08:46.204Z" - }, - "updated_at": { - "$date": "2025-11-24T19:12:08.109Z" - }, - "__v": 0, - "image": "food_1733178577704.png" -}, -{ - "_id": { - "$oid": "6731bbaec3c0100063e6e15e" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات پسته", - "description": "یک عدد دونات با روکش شکلات شیری همراه با پودر پسته ", - "short_description": "", - "category": { - "$oid": "6731b044c3c0100063e6def2" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:09:18.668Z" - }, - "updated_at": { - "$date": "2025-11-04T11:12:04.175Z" - }, - "__v": 0, - "image": "food_1733178624247.png" -}, -{ - "_id": { - "$oid": "6731bbc4c3c0100063e6e168" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات کنجد", - "description": "یک عدد دونات شکلات ساده همراه با کنجد ", - "short_description": "", - "category": { - "$oid": "6731b044c3c0100063e6def2" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:09:40.753Z" - }, - "updated_at": { - "$date": "2025-02-02T22:23:09.699Z" - }, - "__v": 0, - "image": "food_1733178650347.png" -}, -{ - "_id": { - "$oid": "6731bbdcc3c0100063e6e172" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میکس ناتس", - "description": "یک عدد دونات شکلاتی همراه با مغزیجات", - "short_description": "", - "category": { - "$oid": "6731b044c3c0100063e6def2" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:10:04.384Z" - }, - "updated_at": { - "$date": "2025-02-02T22:24:02.770Z" - }, - "__v": 0, - "image": "food_1733178679557.png" -}, -{ - "_id": { - "$oid": "6731bbf2c3c0100063e6e17c" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بادام هندی", - "description": "یک عدد دونات شکلات ، بادام هندی ", - "short_description": "", - "category": { - "$oid": "6731b044c3c0100063e6def2" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:10:26.307Z" - }, - "updated_at": { - "$date": "2024-12-02T22:31:48.362Z" - }, - "__v": 0, - "image": "food_1733178707024.png" -}, -{ - "_id": { - "$oid": "6731bc0fc3c0100063e6e186" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "فندق", - "description": "یک عدد دونات شکلات ، فندوق تکه شده", - "short_description": "", - "category": { - "$oid": "6731b044c3c0100063e6def2" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:10:55.642Z" - }, - "updated_at": { - "$date": "2025-09-02T18:56:02.062Z" - }, - "__v": 0, - "image": "food_1733178735904.png" -}, -{ - "_id": { - "$oid": "6731bc1fc3c0100063e6e190" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گردو", - "description": "یک عدد دونات شکلا ساده همراه با گردو ", - "short_description": "", - "category": { - "$oid": "6731b044c3c0100063e6def2" - }, - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:11:11.788Z" - }, - "updated_at": { - "$date": "2025-09-02T18:53:48.124Z" - }, - "__v": 0, - "image": "food_1733178755505.png" -}, -{ - "_id": { - "$oid": "6731bc2ec3c0100063e6e19a" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بادام", - "description": "یک عدد دونات شکلات ساده همراه با خلال بادام ", - "short_description": "", - "category": { - "$oid": "6731b044c3c0100063e6def2" - }, - "index": 7, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:11:26.745Z" - }, - "updated_at": { - "$date": "2025-02-02T22:22:10.808Z" - }, - "__v": 0, - "image": "food_1733178778940.png" -}, -{ - "_id": { - "$oid": "6731bc44c3c0100063e6e1a4" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لوتوس", - "description": "یک عدد دونات برش خورده ، شکلات شیری ، بیسکویت لوتوس خورد شده و کامل ", - "short_description": "", - "category": { - "$oid": "6731b01ac3c0100063e6dedd" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:11:48.193Z" - }, - "updated_at": { - "$date": "2025-09-02T18:49:44.021Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731bccbc3c0100063e6e1be" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوتونی", - "description": "یک‌ عدد دونات برش خورده ۸ تکه همراه با خامه و سس شکلات", - "short_description": "", - "category": { - "$oid": "6731b01ac3c0100063e6dedd" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:14:03.341Z" - }, - "updated_at": { - "$date": "2025-02-02T22:34:08.582Z" - }, - "__v": 0, - "image": "food_1733178810557.png" -}, -{ - "_id": { - "$oid": "6731bce3c3c0100063e6e1c8" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شوکوفال", - "description": "یک عدد دونات برش خورده 8 تکه ، شات شکلات شیرین ، شات خامه ، شات ژله ، شات اسمارتیز", - "short_description": "", - "category": { - "$oid": "6731b01ac3c0100063e6dedd" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:14:27.228Z" - }, - "updated_at": { - "$date": "2025-09-02T18:51:08.455Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731bcfcc3c0100063e6e1d5" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فروتی نوتلا", - "description": "یک عدد دونات برش خورده 8 تکه ، موز ، توت فرنگی ، شکلات نوتلا ", - "short_description": "", - "category": { - "$oid": "6731b01ac3c0100063e6dedd" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:14:52.249Z" - }, - "updated_at": { - "$date": "2025-09-02T18:52:27.906Z" - }, - "__v": 0, - "image": "food_1733178833313.png" -}, -{ - "_id": { - "$oid": "6731bd15c3c0100063e6e1df" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل", - "description": "یک عدد دونات برش خورده ، کارامل ، خلال بادام ", - "short_description": "", - "category": { - "$oid": "6731b01ac3c0100063e6dedd" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:15:17.465Z" - }, - "updated_at": { - "$date": "2025-09-02T18:47:48.871Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731bd49c3c0100063e6e1f3" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شکلات پسته", - "description": "یک عدد دونات برش خورده ،شکلات شیرین، پودر پسته ", - "short_description": "", - "category": { - "$oid": "6731b030c3c0100063e6dee6" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:16:09.572Z" - }, - "updated_at": { - "$date": "2025-11-04T11:13:08.980Z" - }, - "__v": 0, - "image": "food_1733211567462.png" -}, -{ - "_id": { - "$oid": "6731bd68c3c0100063e6e1fd" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل فندق", - "description": "یک عدد دونات برش خورده ، کارامل ، فندوق آسیاب شده ", - "short_description": "", - "category": { - "$oid": "6731b030c3c0100063e6dee6" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:16:40.041Z" - }, - "updated_at": { - "$date": "2025-02-02T22:44:16.062Z" - }, - "__v": 0, - "image": "food_1733179996739.png" -}, -{ - "_id": { - "$oid": "6731bd82c3c0100063e6e207" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تگرال", - "description": "یک عدد دونات برش خورده ، شکلات شیری ، کیک شکلاتی پودر شده", - "short_description": "", - "category": { - "$oid": "6731b030c3c0100063e6dee6" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:17:06.370Z" - }, - "updated_at": { - "$date": "2025-02-02T22:38:19.492Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6731bd96c3c0100063e6e211" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فروت", - "description": "یک عدد دونات برش خورده ، موز ، توت فرنگی ، شکلات شیرین", - "short_description": "", - "category": { - "$oid": "6731b030c3c0100063e6dee6" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-11T08:17:26.261Z" - }, - "updated_at": { - "$date": "2025-04-12T17:05:02.944Z" - }, - "__v": 0, - "image": "food_1733179971176.png" -}, -{ - "_id": { - "$oid": "67333d51c3c0100063e70823" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا استیک", - "description": "ﻓﯿﻠﻪ \u0000گوﺳﺎﻟﻪ \u0000گرﯾﻞ ﺷﺪه", - "short_description": "", - "category": { - "$oid": "673338bec3c0100063e706d0" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731411277692.png", - "created_at": { - "$date": "2024-11-12T11:34:41.379Z" - }, - "updated_at": { - "$date": "2025-08-01T09:27:16.023Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67333eb8c3c0100063e70866" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "673338bec3c0100063e706d0" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731411636704.png", - "created_at": { - "$date": "2024-11-12T11:40:40.809Z" - }, - "updated_at": { - "$date": "2025-08-01T09:27:00.916Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67333f00c3c0100063e70870" - }, - "price": 2900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "673338bec3c0100063e706d0" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:41:52.856Z" - }, - "updated_at": { - "$date": "2025-08-01T09:26:34.090Z" - }, - "__v": 0, - "image": "food_1731411735773.png" -}, -{ - "_id": { - "$oid": "67333f75c3c0100063e7088d" - }, - "price": 3400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا تاکو", - "description": "", - "short_description": "", - "category": { - "$oid": "673338bec3c0100063e706d0" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731411826143.png", - "created_at": { - "$date": "2024-11-12T11:43:49.342Z" - }, - "updated_at": { - "$date": "2025-08-01T09:24:03.366Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67333fc5c3c0100063e7089a" - }, - "price": 2400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا سبزیجات", - "description": "", - "short_description": "", - "category": { - "$oid": "673338bec3c0100063e706d0" - }, - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731411906820.png", - "created_at": { - "$date": "2024-11-12T11:45:09.863Z" - }, - "updated_at": { - "$date": "2025-08-01T09:23:42.981Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67334019c3c0100063e708a7" - }, - "price": 2900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا پپرونی", - "description": "", - "short_description": "", - "category": { - "$oid": "673338bec3c0100063e706d0" - }, - "index": 6, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731411990084.png", - "created_at": { - "$date": "2024-11-12T11:46:33.951Z" - }, - "updated_at": { - "$date": "2025-08-01T09:23:20.299Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6733407fc3c0100063e708cd" - }, - "price": 2950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلاسیک برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "673338dbc3c0100063e706e2" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731412092522.png", - "created_at": { - "$date": "2024-11-12T11:48:15.902Z" - }, - "updated_at": { - "$date": "2025-08-01T09:30:14.533Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673340b5c3c0100063e708e6" - }, - "price": 3300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قارچ برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "673338dbc3c0100063e706e2" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731412145634.png", - "created_at": { - "$date": "2024-11-12T11:49:09.593Z" - }, - "updated_at": { - "$date": "2025-08-01T09:29:54.477Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67334103c3c0100063e708f3" - }, - "price": 4350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دوبل برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "673338dbc3c0100063e706e2" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731412222935.png", - "created_at": { - "$date": "2024-11-12T11:50:27.326Z" - }, - "updated_at": { - "$date": "2025-08-01T09:29:29.126Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6733414bc3c0100063e7090b" - }, - "price": 3100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیزبرگر", - "description": "", - "short_description": "", - "category": { - "$oid": "673338dbc3c0100063e706e2" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731412297126.png", - "created_at": { - "$date": "2024-11-12T11:51:39.815Z" - }, - "updated_at": { - "$date": "2025-08-01T09:29:05.858Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67334183c3c0100063e70915" - }, - "price": 3600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رویال برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "673338dbc3c0100063e706e2" - }, - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:52:35.073Z" - }, - "updated_at": { - "$date": "2025-08-01T09:28:19.021Z" - }, - "__v": 0, - "image": "food_1731412378414.png" -}, -{ - "_id": { - "$oid": "67334216c3c0100063e7092f" - }, - "price": 2350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "673338dbc3c0100063e706e2" - }, - "index": 6, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731412496429.png", - "created_at": { - "$date": "2024-11-12T11:55:02.134Z" - }, - "updated_at": { - "$date": "2025-08-01T09:27:59.429Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6733423cc3c0100063e7093c" - }, - "price": 2650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن برگر با قارچ و پنیر", - "description": "", - "short_description": "", - "category": { - "$oid": "673338dbc3c0100063e706e2" - }, - "index": 7, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:55:40.556Z" - }, - "updated_at": { - "$date": "2025-08-01T09:27:39.095Z" - }, - "__v": 0, - "image": "food_1731412559712.png" -}, -{ - "_id": { - "$oid": "67334295c3c0100063e70956" - }, - "price": 2900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا پنه آلفردو", - "description": "", - "short_description": "", - "category": { - "$oid": "67333909c3c0100063e706f7" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:57:09.991Z" - }, - "updated_at": { - "$date": "2025-08-01T09:31:00.374Z" - }, - "__v": 0, - "image": "food_1731412728968.png" -}, -{ - "_id": { - "$oid": "673342b6c3c0100063e70965" - }, - "price": 2470000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "پاستا آرابیتا", - "description": "", - "short_description": "", - "category": { - "$oid": "67333909c3c0100063e706f7" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T11:57:42.269Z" - }, - "updated_at": { - "$date": "2025-04-18T17:39:21.938Z" - }, - "__v": 0, - "image": "food_1731412794164.png" -}, -{ - "_id": { - "$oid": "6733451cc3c0100063e70a01" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی ساده", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T12:07:56.577Z" - }, - "updated_at": { - "$date": "2025-08-05T17:50:39.708Z" - }, - "__v": 0, - "image": "food_1732981239945.png" -}, -{ - "_id": { - "$oid": "67334563c3c0100063e70a1f" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب با قارچ و پنیر", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731413339741.png", - "created_at": { - "$date": "2024-11-12T12:09:07.373Z" - }, - "updated_at": { - "$date": "2025-08-05T17:51:25.867Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673345a3c3c0100063e70a35" - }, - "price": 2800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی ویژه", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731413407048.png", - "created_at": { - "$date": "2024-11-12T12:10:11.918Z" - }, - "updated_at": { - "$date": "2025-08-05T17:51:53.654Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673345e3c3c0100063e70a50" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی با سس الفردو", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731413473719.png", - "created_at": { - "$date": "2024-11-12T12:11:15.638Z" - }, - "updated_at": { - "$date": "2025-08-01T09:32:33.114Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6733461fc3c0100063e70a5a" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی با سس چدار", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731413532205.png", - "created_at": { - "$date": "2024-11-12T12:12:15.879Z" - }, - "updated_at": { - "$date": "2025-04-18T17:21:36.645Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6733464bc3c0100063e70a75" - }, - "price": 2900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 6, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T12:12:59.210Z" - }, - "updated_at": { - "$date": "2025-08-01T09:31:56.196Z" - }, - "__v": 0, - "image": "food_1732981174286.png" -}, -{ - "_id": { - "$oid": "67334681c3c0100063e70a85" - }, - "price": 550000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "سالاد کلم ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 7, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731413627560.png", - "created_at": { - "$date": "2024-11-12T12:13:53.671Z" - }, - "updated_at": { - "$date": "2025-04-17T17:08:04.259Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673346e5c3c0100063e70aae" - }, - "price": 3400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد شف", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 8, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-12T12:15:33.085Z" - }, - "updated_at": { - "$date": "2025-08-05T17:53:19.940Z" - }, - "__v": 0, - "image": "food_1732980912025.png" -}, -{ - "_id": { - "$oid": "67334712c3c0100063e70ab8" - }, - "price": 385000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد فصل", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 9, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731413776749.png", - "created_at": { - "$date": "2024-11-12T12:16:18.731Z" - }, - "updated_at": { - "$date": "2025-04-18T17:17:55.093Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67334754c3c0100063e70ada" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماست موسیر", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 10, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731413843112.png", - "created_at": { - "$date": "2024-11-12T12:17:24.714Z" - }, - "updated_at": { - "$date": "2025-04-18T17:20:10.090Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67334783c3c0100063e70ae7" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "زیتون شور", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 11, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731413888957.png", - "created_at": { - "$date": "2024-11-12T12:18:11.570Z" - }, - "updated_at": { - "$date": "2025-04-18T17:17:26.123Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673347a6c3c0100063e70af1" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "زیتون پرورده", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 12, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731413923790.png", - "created_at": { - "$date": "2024-11-12T12:18:46.005Z" - }, - "updated_at": { - "$date": "2025-04-17T17:11:29.537Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673347c9c3c0100063e70afb" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ژله بستنی ۴نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 13, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731413957375.png", - "created_at": { - "$date": "2024-11-12T12:19:21.999Z" - }, - "updated_at": { - "$date": "2024-11-30T19:11:15.532Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673347f0c3c0100063e70b05" - }, - "price": 440000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ژله بستنی تک نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 14, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731413996457.png", - "created_at": { - "$date": "2024-11-12T12:20:00.113Z" - }, - "updated_at": { - "$date": "2025-04-17T17:04:58.222Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673348b3c3c0100063e70b18" - }, - "price": 428000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکا قوطی", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414193558.png", - "created_at": { - "$date": "2024-11-12T12:23:15.186Z" - }, - "updated_at": { - "$date": "2025-08-05T18:00:56.139Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673348c8c3c0100063e70b22" - }, - "price": 428000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فانتا قوطی", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414213873.png", - "created_at": { - "$date": "2024-11-12T12:23:36.584Z" - }, - "updated_at": { - "$date": "2025-08-05T18:01:11.442Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673348e4c3c0100063e70b2c" - }, - "price": 428000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرایت قوطی", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414243110.png", - "created_at": { - "$date": "2024-11-12T12:24:04.735Z" - }, - "updated_at": { - "$date": "2025-08-05T18:01:29.249Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673348fcc3c0100063e70b36" - }, - "price": 428000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "زیرو قوطی", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414267628.png", - "created_at": { - "$date": "2024-11-12T12:24:28.699Z" - }, - "updated_at": { - "$date": "2025-08-05T18:01:55.333Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67334913c3c0100063e70b40" - }, - "price": 221000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکا بطری", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414291175.png", - "created_at": { - "$date": "2024-11-12T12:24:51.663Z" - }, - "updated_at": { - "$date": "2025-08-05T18:02:40.715Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67334928c3c0100063e70b4a" - }, - "price": 221000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فانتا بطری", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 6, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414311705.png", - "created_at": { - "$date": "2024-11-12T12:25:12.662Z" - }, - "updated_at": { - "$date": "2025-08-05T18:04:27.067Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67334940c3c0100063e70b54" - }, - "price": 221000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرایت بطری", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 7, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414334741.png", - "created_at": { - "$date": "2024-11-12T12:25:36.221Z" - }, - "updated_at": { - "$date": "2025-08-05T18:03:15.934Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67334959c3c0100063e70b5e" - }, - "price": 313000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دلستر هلو قوطی", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 8, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414358764.png", - "created_at": { - "$date": "2024-11-12T12:26:01.159Z" - }, - "updated_at": { - "$date": "2025-04-18T17:32:01.245Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67334972c3c0100063e70b68" - }, - "price": 344000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دلستر قوطی لیمو", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 9, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414383446.png", - "created_at": { - "$date": "2024-11-12T12:26:26.494Z" - }, - "updated_at": { - "$date": "2025-04-18T17:31:28.997Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67334992c3c0100063e70b72" - }, - "price": 344000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دلستر قوطی استوایی", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 10, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414416539.png", - "created_at": { - "$date": "2024-11-12T12:26:58.608Z" - }, - "updated_at": { - "$date": "2025-04-18T17:31:05.069Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673349a9c3c0100063e70b7c" - }, - "price": 240000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دلستر قوطی اناناس", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 11, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414437905.png", - "created_at": { - "$date": "2024-11-12T12:27:21.629Z" - }, - "updated_at": { - "$date": "2024-11-30T19:29:59.577Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673349bfc3c0100063e70b86" - }, - "price": 340000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد شیشه ای", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 12, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414461946.png", - "created_at": { - "$date": "2024-11-12T12:27:43.718Z" - }, - "updated_at": { - "$date": "2025-08-05T17:59:00.743Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673349ecc3c0100063e70b90" - }, - "price": 270000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دوغ سنتی", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 13, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414507415.png", - "created_at": { - "$date": "2024-11-12T12:28:28.686Z" - }, - "updated_at": { - "$date": "2025-08-05T17:58:35.296Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67334a00c3c0100063e70b9a" - }, - "price": 100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اب معدنی کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 14, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414527513.png", - "created_at": { - "$date": "2024-11-12T12:28:48.483Z" - }, - "updated_at": { - "$date": "2025-08-05T17:57:48.425Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67334a16c3c0100063e70ba4" - }, - "price": 160000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اب معدنی بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "6733394bc3c0100063e7070f" - }, - "index": 15, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731414548792.png", - "created_at": { - "$date": "2024-11-12T12:29:10.455Z" - }, - "updated_at": { - "$date": "2025-08-05T17:57:31.904Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67337949c3c0100063e70efc" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ماسالا ", - "description": "", - "short_description": "", - "category": { - "$oid": "644e450498ff3c7414411176" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "image": "food_1731426631526.png", - "created_at": { - "$date": "2024-11-12T15:50:33.708Z" - }, - "updated_at": { - "$date": "2025-09-29T11:00:49.820Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67387217c3c0100063e7af26" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس چاکلت ", - "description": "شیر ، پودر شکلات ، یخ ، سیروپ نعنا ", - "short_description": "", - "category": { - "$oid": "67305938c3c0100063e6bcc0" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T10:21:11.239Z" - }, - "updated_at": { - "$date": "2025-11-24T18:46:24.071Z" - }, - "__v": 0, - "image": "food_1731756734489.png" -}, -{ - "_id": { - "$oid": "673872aec3c0100063e7af37" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لته فندق ", - "description": "شیر،اسپرسو 50/50 ، یخ ، سیروپ فندق ", - "short_description": "", - "category": { - "$oid": "67305938c3c0100063e6bcc0" - }, - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T10:23:42.923Z" - }, - "updated_at": { - "$date": "2025-11-24T18:46:54.327Z" - }, - "__v": 0, - "image": "food_1731760524883.png" -}, -{ - "_id": { - "$oid": "67387defc3c0100063e7b139" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رست نات نوتلا", - "description": "یک عدد دونات رست شده ، موز ، نوتلا ، پودر فندق", - "short_description": "", - "category": { - "$oid": "6731afdfc3c0100063e6dec2" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T11:11:43.462Z" - }, - "updated_at": { - "$date": "2025-12-12T08:42:05.702Z" - }, - "__v": 0, - "image": "food_1733178896471.png" -}, -{ - "_id": { - "$oid": "67387e3ec3c0100063e7b15e" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات لوتوس", - "description": "یک عدد دونات شیری ، بیسکویت لوتوس", - "short_description": "", - "category": { - "$oid": "6731af5ac3c0100063e6de8c" - }, - "index": 13, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T11:13:02.514Z" - }, - "updated_at": { - "$date": "2025-11-24T18:33:57.822Z" - }, - "__v": 0, - "image": "food_1731757253386.png" -}, -{ - "_id": { - "$oid": "67387e7ac3c0100063e7b16c" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات دبل چاکلت", - "description": "یک عدد دونات تمام شکلات", - "short_description": "", - "category": { - "$oid": "6731af92c3c0100063e6deb0" - }, - "index": 10, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T11:14:02.850Z" - }, - "updated_at": { - "$date": "2025-11-24T18:24:08.865Z" - }, - "__v": 0, - "image": "food_1733180317775.png" -}, -{ - "_id": { - "$oid": "67387ea9c3c0100063e7b176" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات موز", - "description": "یک عدد دونات با روکش شکلات موزی", - "short_description": "", - "category": { - "$oid": "6731af92c3c0100063e6deb0" - }, - "index": 11, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T11:14:49.713Z" - }, - "updated_at": { - "$date": "2025-11-24T18:22:42.288Z" - }, - "__v": 0, - "image": "food_1731757165838.png" -}, -{ - "_id": { - "$oid": "67387f0ac3c0100063e7b183" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیسکو بستنی", - "description": "بستنی وانیل ، پودر بیسکویت لوتوس ، خامه", - "short_description": "", - "category": { - "$oid": "673058c5c3c0100063e6bca5" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T11:16:26.890Z" - }, - "updated_at": { - "$date": "2025-11-25T17:33:15.660Z" - }, - "__v": 0, - "image": "food_1731785589735.png" -}, -{ - "_id": { - "$oid": "67387fdac3c0100063e7b19c" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات موکا", - "description": "یک عدد دونات دارک ، پودر قهوه فوری ", - "short_description": "", - "category": { - "$oid": "6731af92c3c0100063e6deb0" - }, - "index": 12, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T11:19:54.683Z" - }, - "updated_at": { - "$date": "2025-11-24T18:22:00.280Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67387ffec3c0100063e7b1a9" - }, - "price": 960000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شوکودونات", - "description": "یک عدد دونات شکلات ، شوکورول", - "short_description": "", - "category": { - "$oid": "6731af92c3c0100063e6deb0" - }, - "index": 13, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T11:20:30.868Z" - }, - "updated_at": { - "$date": "2025-11-24T18:21:16.052Z" - }, - "__v": 0, - "image": "food_1731756902912.png" -}, -{ - "_id": { - "$oid": "6738803bc3c0100063e7b1b3" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا", - "description": "شیرپرچرب ، سیروپ شکلات ، اسپرسو 50/50", - "short_description": "", - "category": { - "$oid": "67306405c3c0100063e6bf3f" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T11:21:31.708Z" - }, - "updated_at": { - "$date": "2025-09-02T18:39:36.282Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6738806dc3c0100063e7b1c1" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو عربیکا", - "description": "یک شات اسپرسو ۱۰۰ درصد عربیکا ", - "short_description": "", - "category": { - "$oid": "67306405c3c0100063e6bf3f" - }, - "index": 9, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T11:22:21.239Z" - }, - "updated_at": { - "$date": "2025-09-02T18:37:04.941Z" - }, - "__v": 0, - "image": "food_1733178537171.png" -}, -{ - "_id": { - "$oid": "67388436c3c0100063e7b288" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک لوتوس", - "description": "3اسکوپ بستنی وانیل ، شیر پرچرب ، کرم لوتوس ", - "short_description": "", - "category": { - "$oid": "67305804c3c0100063e6bc62" - }, - "index": 9, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "image": "food_1731757109397.png", - "created_at": { - "$date": "2024-11-16T11:38:30.533Z" - }, - "updated_at": { - "$date": "2025-12-12T08:35:38.821Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67388ccdc3c0100063e7b327" - }, - "price": 2450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لقمه کره بادام زمینی همراه با آیس کافی ", - "description": "۲ جفت ، نان جو‌، کره بادام زمینی مرغوب ،موز، آیس کافی (دلخواه)", - "short_description": "", - "category": { - "$oid": "67388c44c3c0100063e7b31a" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "image": "food_1731759308900.png", - "created_at": { - "$date": "2024-11-16T12:15:09.751Z" - }, - "updated_at": { - "$date": "2025-11-09T12:32:47.784Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67388d0dc3c0100063e7b334" - }, - "price": 2450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لقمه نوتلا همراه با آیس کافی", - "description": "۲ جفت ، نان جو‌، نوتلا ،موز، آیس کافی (دلخواه)", - "short_description": "", - "category": { - "$oid": "67388c44c3c0100063e7b31a" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "image": "food_1731759372412.png", - "created_at": { - "$date": "2024-11-16T12:16:13.359Z" - }, - "updated_at": { - "$date": "2025-11-09T12:32:20.696Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67388ebbc3c0100063e7b3c9" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برلینر خامه", - "description": "یک عدد دونات برش خورده ، خامه قنادی", - "short_description": "", - "category": { - "$oid": "6731aff4c3c0100063e6decb" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T12:23:23.807Z" - }, - "updated_at": { - "$date": "2025-11-25T17:29:26.098Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6738f301c3c0100063e7c4cd" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک‌ موز کارامل", - "description": "۳ اسکوپ بستنی وانیل ، موز تازه ، کارامل", - "short_description": "", - "category": { - "$oid": "67305804c3c0100063e6bc62" - }, - "index": 10, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T19:31:13.676Z" - }, - "updated_at": { - "$date": "2025-12-12T08:34:59.451Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6738f44fc3c0100063e7c53f" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برلینر بستنی", - "description": "دونات برش خورده ، بستنی شکلاتی ، سس شکلات", - "short_description": "", - "category": { - "$oid": "6731aff4c3c0100063e6decb" - }, - "index": 6, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T19:36:47.516Z" - }, - "updated_at": { - "$date": "2025-11-25T17:28:00.619Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6738f491c3c0100063e7c54c" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برلینر بستنی لوتوس", - "description": "دونات برش خورده ، بستنی لوتوس ، بیسکویت لوتوس", - "short_description": "", - "category": { - "$oid": "6731aff4c3c0100063e6decb" - }, - "index": 7, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T19:37:53.456Z" - }, - "updated_at": { - "$date": "2025-11-25T17:26:04.549Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6738f4d1c3c0100063e7c559" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کندی دونات", - "description": "یک عدد دونات شکلات ، آبنبات چوبی ", - "short_description": "", - "category": { - "$oid": "6731af7fc3c0100063e6de9e" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-16T19:38:57.623Z" - }, - "updated_at": { - "$date": "2025-02-04T09:34:08.323Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739ac8cc3c0100063e7ceb3" - }, - "price": 880000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس آمریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "673339e4c3c0100063e70769" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-17T08:42:52.971Z" - }, - "updated_at": { - "$date": "2025-04-19T16:19:06.919Z" - }, - "__v": 0, - "image": "food_1731839915863.png" -}, -{ - "_id": { - "$oid": "6739acb2c3c0100063e7cebd" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لته", - "description": "", - "short_description": "", - "category": { - "$oid": "673339e4c3c0100063e70769" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-17T08:43:30.429Z" - }, - "updated_at": { - "$date": "2025-04-19T16:18:47.858Z" - }, - "__v": 0, - "image": "food_1731839980535.png" -}, -{ - "_id": { - "$oid": "6739acf0c3c0100063e7ced4" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "673339e4c3c0100063e70769" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-17T08:44:32.207Z" - }, - "updated_at": { - "$date": "2025-04-19T16:18:27.672Z" - }, - "__v": 0, - "image": "food_1731840146230.png" -}, -{ - "_id": { - "$oid": "6739ad35c3c0100063e7cede" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس کارامل ماکیاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "673339e4c3c0100063e70769" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-17T08:45:41.250Z" - }, - "updated_at": { - "$date": "2025-04-19T16:17:55.730Z" - }, - "__v": 0, - "image": "food_1731840047857.png" -}, -{ - "_id": { - "$oid": "6739ad5cc3c0100063e7cee8" - }, - "price": 1340000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "بابل آیس لته کاراملی", - "description": "", - "short_description": "", - "category": { - "$oid": "673339e4c3c0100063e70769" - }, - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-17T08:46:20.492Z" - }, - "updated_at": { - "$date": "2025-04-19T16:17:31.359Z" - }, - "__v": 0, - "image": "food_1731840082007.png" -}, -{ - "_id": { - "$oid": "6739ad80c3c0100063e7cef2" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کافه گلاسه", - "description": "", - "short_description": "", - "category": { - "$oid": "673339e4c3c0100063e70769" - }, - "index": 6, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-17T08:46:56.362Z" - }, - "updated_at": { - "$date": "2024-11-17T10:41:55.371Z" - }, - "__v": 0, - "image": "food_1731840114012.png" -}, -{ - "_id": { - "$oid": "6739adacc3c0100063e7cefc" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس ماچا لته", - "description": "", - "short_description": "", - "category": { - "$oid": "673339e4c3c0100063e70769" - }, - "index": 7, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-17T08:47:40.453Z" - }, - "updated_at": { - "$date": "2025-04-19T16:16:52.680Z" - }, - "__v": 0, - "image": "food_1731840179642.png" -}, -{ - "_id": { - "$oid": "6739adcec3c0100063e7cf0f" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفوگاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "673339e4c3c0100063e70769" - }, - "index": 8, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-17T08:48:14.350Z" - }, - "updated_at": { - "$date": "2025-04-19T16:16:25.040Z" - }, - "__v": 0, - "image": "food_1731840216807.png" -}, -{ - "_id": { - "$oid": "6739d1d4c3c0100063e7d381" - }, - "price": 880000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "67333983c3c0100063e7072e" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731842514051.png", - "created_at": { - "$date": "2024-11-17T11:21:56.024Z" - }, - "updated_at": { - "$date": "2025-08-01T08:28:40.023Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d21dc3c0100063e7d3a1" - }, - "price": 780000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "67333983c3c0100063e7072e" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731842589131.png", - "created_at": { - "$date": "2024-11-17T11:23:09.894Z" - }, - "updated_at": { - "$date": "2024-11-17T11:23:09.894Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d26cc3c0100063e7d3b8" - }, - "price": 820000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "67333983c3c0100063e7072e" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731842666471.png", - "created_at": { - "$date": "2024-11-17T11:24:28.322Z" - }, - "updated_at": { - "$date": "2024-11-17T11:24:28.322Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d2a4c3c0100063e7d3c5" - }, - "price": 840000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لته", - "description": "", - "short_description": "", - "category": { - "$oid": "67333983c3c0100063e7072e" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731842722244.png", - "created_at": { - "$date": "2024-11-17T11:25:24.220Z" - }, - "updated_at": { - "$date": "2024-11-17T11:25:24.220Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d327c3c0100063e7d3d8" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "67333983c3c0100063e7072e" - }, - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731842854030.png", - "created_at": { - "$date": "2024-11-17T11:27:35.686Z" - }, - "updated_at": { - "$date": "2024-11-17T11:27:35.686Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d4a3c3c0100063e7d3e8" - }, - "price": 1190001, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "67333983c3c0100063e7072e" - }, - "index": 6, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731843233734.png", - "created_at": { - "$date": "2024-11-17T11:33:55.558Z" - }, - "updated_at": { - "$date": "2025-04-19T16:25:35.140Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d4d4c3c0100063e7d3f2" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قهوه دمی", - "description": "", - "short_description": "", - "category": { - "$oid": "67333983c3c0100063e7072e" - }, - "index": 7, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731843283042.png", - "created_at": { - "$date": "2024-11-17T11:34:44.662Z" - }, - "updated_at": { - "$date": "2025-04-19T16:24:54.225Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d5e3c3c0100063e7d412" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نسکافه", - "description": "", - "short_description": "", - "category": { - "$oid": "67333983c3c0100063e7072e" - }, - "index": 8, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731843554862.png", - "created_at": { - "$date": "2024-11-17T11:39:15.892Z" - }, - "updated_at": { - "$date": "2025-08-01T08:29:49.893Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d73ec3c0100063e7d444" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیروپ اضافه(نارگیل- وانیل- آیریش- فندق- کارامل- شکلات)", - "description": "", - "short_description": "", - "category": { - "$oid": "6739d6d7c3c0100063e7d422" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731843901508.png", - "created_at": { - "$date": "2024-11-17T11:45:02.675Z" - }, - "updated_at": { - "$date": "2024-11-17T11:45:02.675Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d7aac3c0100063e7d451" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر غیر لبنی( بادام- فندق- سویا- گاومیش- بدون لاکتوز)", - "description": "", - "short_description": "", - "category": { - "$oid": "6739d6d7c3c0100063e7d422" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844009732.png", - "created_at": { - "$date": "2024-11-17T11:46:50.835Z" - }, - "updated_at": { - "$date": "2024-11-17T11:46:50.835Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d800c3c0100063e7d464" - }, - "price": 880000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قهوه ۱۰۰ عربیکا", - "description": "", - "short_description": "", - "category": { - "$oid": "67333983c3c0100063e7072e" - }, - "index": 9, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844095978.png", - "created_at": { - "$date": "2024-11-17T11:48:16.575Z" - }, - "updated_at": { - "$date": "2025-04-19T16:23:46.164Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d82ec3c0100063e7d471" - }, - "price": 1100000, - "stock": 0, - "static_discount": 0, - "active": false, - "name": "قهوه بدون کافئین", - "description": "", - "short_description": "", - "category": { - "$oid": "67333983c3c0100063e7072e" - }, - "index": 10, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844139530.png", - "created_at": { - "$date": "2024-11-17T11:49:02.327Z" - }, - "updated_at": { - "$date": "2025-08-01T08:28:03.155Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d93bc3c0100063e7d49c" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قوری چای تی بگ دو نفره+ نبات", - "description": "", - "short_description": "", - "category": { - "$oid": "67333964c3c0100063e7071c" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844409966.png", - "created_at": { - "$date": "2024-11-17T11:53:31.806Z" - }, - "updated_at": { - "$date": "2024-11-30T19:08:45.163Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d960c3c0100063e7d4a6" - }, - "price": 250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قوری چای تی بگ دو نفره + قند", - "description": "", - "short_description": "", - "category": { - "$oid": "67333964c3c0100063e7071c" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844447354.png", - "created_at": { - "$date": "2024-11-17T11:54:08.973Z" - }, - "updated_at": { - "$date": "2024-11-30T19:08:17.292Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d98fc3c0100063e7d4bc" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قوری چای دمی تک نفره ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333964c3c0100063e7071c" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844493317.png", - "created_at": { - "$date": "2024-11-17T11:54:55.093Z" - }, - "updated_at": { - "$date": "2025-04-19T16:21:40.467Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d9aec3c0100063e7d4c9" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "قوری چای دمی دو نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "67333964c3c0100063e7071c" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844524655.png", - "created_at": { - "$date": "2024-11-17T11:55:26.226Z" - }, - "updated_at": { - "$date": "2025-04-19T16:21:22.564Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739d9dec3c0100063e7d4d3" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز تک نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "67333964c3c0100063e7071c" - }, - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844572185.png", - "created_at": { - "$date": "2024-11-17T11:56:14.589Z" - }, - "updated_at": { - "$date": "2024-11-17T11:56:14.589Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739da03c3c0100063e7d4dd" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز دو نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "67333964c3c0100063e7071c" - }, - "index": 6, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844608662.png", - "created_at": { - "$date": "2024-11-17T11:56:51.016Z" - }, - "updated_at": { - "$date": "2024-11-17T11:56:51.016Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739da24c3c0100063e7d4e7" - }, - "price": 590000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای کرک", - "description": "", - "short_description": "", - "category": { - "$oid": "67333964c3c0100063e7071c" - }, - "index": 7, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844642144.png", - "created_at": { - "$date": "2024-11-17T11:57:24.063Z" - }, - "updated_at": { - "$date": "2024-11-17T11:57:24.063Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739da47c3c0100063e7d4f4" - }, - "price": 570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "67333964c3c0100063e7071c" - }, - "index": 8, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844677728.png", - "created_at": { - "$date": "2024-11-17T11:57:59.833Z" - }, - "updated_at": { - "$date": "2024-11-17T11:57:59.833Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739da6fc3c0100063e7d50a" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش میوه های ترش تک نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "67333964c3c0100063e7071c" - }, - "index": 9, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844716456.png", - "created_at": { - "$date": "2024-11-17T11:58:39.298Z" - }, - "updated_at": { - "$date": "2024-11-17T11:58:39.298Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739da97c3c0100063e7d514" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش میوه های ترش دونفره ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333964c3c0100063e7071c" - }, - "index": 10, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844756865.png", - "created_at": { - "$date": "2024-11-17T11:59:19.671Z" - }, - "updated_at": { - "$date": "2024-11-17T11:59:19.671Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739dabbc3c0100063e7d51e" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش میوه های شیرین تک نفره ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333964c3c0100063e7071c" - }, - "index": 11, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844791962.png", - "created_at": { - "$date": "2024-11-17T11:59:55.754Z" - }, - "updated_at": { - "$date": "2024-11-17T11:59:55.754Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739daebc3c0100063e7d534" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش میوه های شیرین دونفره", - "description": "", - "short_description": "", - "category": { - "$oid": "67333964c3c0100063e7071c" - }, - "index": 12, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844840101.png", - "created_at": { - "$date": "2024-11-17T12:00:43.440Z" - }, - "updated_at": { - "$date": "2025-04-19T16:20:25.476Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739db0dc3c0100063e7d53e" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333964c3c0100063e7071c" - }, - "index": 13, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844875467.png", - "created_at": { - "$date": "2024-11-17T12:01:17.433Z" - }, - "updated_at": { - "$date": "2025-04-19T16:19:56.658Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739db2cc3c0100063e7d548" - }, - "price": 720000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "67333964c3c0100063e7071c" - }, - "index": 14, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731844907633.png", - "created_at": { - "$date": "2024-11-17T12:01:48.144Z" - }, - "updated_at": { - "$date": "2025-04-19T16:19:39.189Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739dd96c3c0100063e7d5a9" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "673339afc3c0100063e7074b" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731845522341.png", - "created_at": { - "$date": "2024-11-17T12:12:06.657Z" - }, - "updated_at": { - "$date": "2025-08-05T17:55:43.978Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739ddfac3c0100063e7d5e4" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد ", - "description": "", - "short_description": "", - "category": { - "$oid": "673339afc3c0100063e7074b" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731845623466.png", - "created_at": { - "$date": "2024-11-17T12:13:46.769Z" - }, - "updated_at": { - "$date": "2025-08-05T17:55:26.094Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739de1ac3c0100063e7d5f1" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شربت بهار نارنج ", - "description": "", - "short_description": "", - "category": { - "$oid": "673339afc3c0100063e7074b" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731845654713.png", - "created_at": { - "$date": "2024-11-17T12:14:18.582Z" - }, - "updated_at": { - "$date": "2025-08-05T17:55:08.568Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739de3cc3c0100063e7d5fb" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "673339afc3c0100063e7074b" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731845691173.png", - "created_at": { - "$date": "2024-11-17T12:14:52.834Z" - }, - "updated_at": { - "$date": "2025-08-05T17:54:21.753Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739dec5c3c0100063e7d613" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اب هویج بستنی", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a14c3c0100063e70775" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731845826747.png", - "created_at": { - "$date": "2024-11-17T12:17:09.928Z" - }, - "updated_at": { - "$date": "2025-08-05T18:20:08.006Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739dee5c3c0100063e7d61d" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "طالبی بستنی", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a14c3c0100063e70775" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731845859178.png", - "created_at": { - "$date": "2024-11-17T12:17:41.172Z" - }, - "updated_at": { - "$date": "2025-08-05T18:19:42.438Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739df04c3c0100063e7d62a" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "انبه بستنی", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a14c3c0100063e70775" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731845890478.png", - "created_at": { - "$date": "2024-11-17T12:18:12.008Z" - }, - "updated_at": { - "$date": "2025-08-05T18:19:06.136Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739df23c3c0100063e7d63d" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "توت بستنی", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a14c3c0100063e70775" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731845921498.png", - "created_at": { - "$date": "2024-11-17T12:18:43.142Z" - }, - "updated_at": { - "$date": "2025-08-05T18:17:49.645Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739df50c3c0100063e7d64d" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شاتوت بستنی", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a14c3c0100063e70775" - }, - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731845967183.png", - "created_at": { - "$date": "2024-11-17T12:19:28.151Z" - }, - "updated_at": { - "$date": "2025-08-05T18:05:17.039Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739e01ac3c0100063e7d657" - }, - "price": 100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر موز", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a30c3c0100063e70787" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731846168393.png", - "created_at": { - "$date": "2024-11-17T12:22:50.613Z" - }, - "updated_at": { - "$date": "2025-08-05T18:35:58.989Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739e0a1c3c0100063e7d661" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر انبه", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a30c3c0100063e70787" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731846303557.png", - "created_at": { - "$date": "2024-11-17T12:25:05.052Z" - }, - "updated_at": { - "$date": "2025-08-05T18:35:17.143Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739e0f2c3c0100063e7d66b" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر پسته", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a30c3c0100063e70787" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731846384825.png", - "created_at": { - "$date": "2024-11-17T12:26:26.576Z" - }, - "updated_at": { - "$date": "2025-08-05T18:33:46.053Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739e148c3c0100063e7d675" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر موز انبه", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a30c3c0100063e70787" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731846470584.png", - "created_at": { - "$date": "2024-11-17T12:27:52.719Z" - }, - "updated_at": { - "$date": "2025-08-05T18:33:24.889Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739e171c3c0100063e7d682" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر موز خرما", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a30c3c0100063e70787" - }, - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731846511022.png", - "created_at": { - "$date": "2024-11-17T12:28:33.341Z" - }, - "updated_at": { - "$date": "2025-08-05T18:21:40.772Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739e1b7c3c0100063e7d68c" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر موز شکلات ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a30c3c0100063e70787" - }, - "index": 6, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731846579935.png", - "created_at": { - "$date": "2024-11-17T12:29:43.207Z" - }, - "updated_at": { - "$date": "2025-08-05T18:21:18.409Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6739e1fac3c0100063e7d69c" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر موز قهوه ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a30c3c0100063e70787" - }, - "index": 7, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1731846648318.png", - "created_at": { - "$date": "2024-11-17T12:30:50.630Z" - }, - "updated_at": { - "$date": "2025-08-05T18:20:38.697Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673c9cb5c3c0100063e81e5d" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک جوجه", - "description": "", - "short_description": "", - "category": { - "$oid": "6693d234136cc10070469538" - }, - "index": 9, - "storeId": { - "$oid": "6693d0cc136cc10070469510" - }, - "created_at": { - "$date": "2024-11-19T14:12:05.984Z" - }, - "updated_at": { - "$date": "2025-07-19T16:21:22.669Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673d9664c3c0100063e8383c" - }, - "price": 400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آب هویج", - "description": "", - "short_description": "", - "category": { - "$oid": "67333bbfc3c0100063e707cc" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732089438973.png", - "created_at": { - "$date": "2024-11-20T07:57:24.086Z" - }, - "updated_at": { - "$date": "2025-04-18T18:22:09.552Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673d9697c3c0100063e8384c" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اب طالبی", - "description": "", - "short_description": "", - "category": { - "$oid": "67333bbfc3c0100063e707cc" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732089491149.png", - "created_at": { - "$date": "2024-11-20T07:58:15.175Z" - }, - "updated_at": { - "$date": "2024-11-20T07:58:15.175Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673d96cbc3c0100063e83856" - }, - "price": 440000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "اب هندوانه ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333bbfc3c0100063e707cc" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732089545598.png", - "created_at": { - "$date": "2024-11-20T07:59:07.843Z" - }, - "updated_at": { - "$date": "2025-04-18T18:20:57.290Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673d9aeac3c0100063e8389f" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اب پرتقال", - "description": "", - "short_description": "", - "category": { - "$oid": "67333bbfc3c0100063e707cc" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732090599736.png", - "created_at": { - "$date": "2024-11-20T08:16:42.344Z" - }, - "updated_at": { - "$date": "2025-04-18T18:20:01.443Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673d9b19c3c0100063e838af" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اب انار", - "description": "", - "short_description": "", - "category": { - "$oid": "67333bbfc3c0100063e707cc" - }, - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732090646560.png", - "created_at": { - "$date": "2024-11-20T08:17:29.490Z" - }, - "updated_at": { - "$date": "2025-04-18T18:19:40.669Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673d9b60c3c0100063e838bc" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اب اناناس ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333bbfc3c0100063e707cc" - }, - "index": 6, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732090716302.png", - "created_at": { - "$date": "2024-11-20T08:18:40.227Z" - }, - "updated_at": { - "$date": "2025-08-05T18:48:23.040Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673d9b92c3c0100063e838d2" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اب توت فرنگی", - "description": "", - "short_description": "", - "category": { - "$oid": "67333bbfc3c0100063e707cc" - }, - "index": 7, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732090768365.png", - "created_at": { - "$date": "2024-11-20T08:19:30.176Z" - }, - "updated_at": { - "$date": "2025-08-05T18:48:03.069Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673d9dbfc3c0100063e83942" - }, - "price": 100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اب شاتوت ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333bbfc3c0100063e707cc" - }, - "index": 8, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732091322530.png", - "created_at": { - "$date": "2024-11-20T08:28:47.448Z" - }, - "updated_at": { - "$date": "2025-08-05T18:46:43.287Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673d9dfac3c0100063e8394c" - }, - "price": 880000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "اب سیب", - "description": "", - "short_description": "", - "category": { - "$oid": "67333bbfc3c0100063e707cc" - }, - "index": 9, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732091384413.png", - "created_at": { - "$date": "2024-11-20T08:29:46.457Z" - }, - "updated_at": { - "$date": "2025-04-19T15:48:43.697Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673d9e37c3c0100063e83962" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "انبه اناناس", - "description": "", - "short_description": "", - "category": { - "$oid": "67333c39c3c0100063e707d5" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732091444892.png", - "created_at": { - "$date": "2024-11-20T08:30:47.489Z" - }, - "updated_at": { - "$date": "2025-04-19T16:15:29.781Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673d9fd2c3c0100063e83984" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موز انبه", - "description": "", - "short_description": "", - "category": { - "$oid": "67333c39c3c0100063e707d5" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732091854953.png", - "created_at": { - "$date": "2024-11-20T08:37:38.133Z" - }, - "updated_at": { - "$date": "2025-04-19T16:15:06.672Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da01ec3c0100063e83991" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پرتقال انار", - "description": "", - "short_description": "", - "category": { - "$oid": "67333c39c3c0100063e707d5" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732091930952.png", - "created_at": { - "$date": "2024-11-20T08:38:54.653Z" - }, - "updated_at": { - "$date": "2024-11-20T08:38:54.653Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da042c3c0100063e8399e" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "توت شاتوت ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333c39c3c0100063e707d5" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732091967969.png", - "created_at": { - "$date": "2024-11-20T08:39:30.449Z" - }, - "updated_at": { - "$date": "2024-11-20T08:39:30.449Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da075c3c0100063e839a8" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اب انبه ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333c39c3c0100063e707d5" - }, - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732092020362.png", - "created_at": { - "$date": "2024-11-20T08:40:21.829Z" - }, - "updated_at": { - "$date": "2025-04-19T16:14:32.184Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da0a6c3c0100063e839bb" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پرتقال انبه", - "description": "", - "short_description": "", - "category": { - "$oid": "67333c39c3c0100063e707d5" - }, - "index": 6, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732092066831.png", - "created_at": { - "$date": "2024-11-20T08:41:10.642Z" - }, - "updated_at": { - "$date": "2024-11-20T08:41:10.642Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da0fbc3c0100063e839d7" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a53c3c0100063e70790" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732092152836.png", - "created_at": { - "$date": "2024-11-20T08:42:35.564Z" - }, - "updated_at": { - "$date": "2025-08-05T18:45:34.789Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da14cc3c0100063e839e8" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک توت فرنگی", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a53c3c0100063e70790" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732092233333.png", - "created_at": { - "$date": "2024-11-20T08:43:56.873Z" - }, - "updated_at": { - "$date": "2025-08-05T18:45:09.312Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da283c3c0100063e83a24" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک لوتوس ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a53c3c0100063e70790" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732092544878.png", - "created_at": { - "$date": "2024-11-20T08:49:07.676Z" - }, - "updated_at": { - "$date": "2025-08-05T18:44:38.979Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da2a7c3c0100063e83a2e" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک اورئو", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a53c3c0100063e70790" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732092580168.png", - "created_at": { - "$date": "2024-11-20T08:49:43.138Z" - }, - "updated_at": { - "$date": "2025-08-05T18:37:30.909Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da2d8c3c0100063e83a38" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک انبه", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a53c3c0100063e70790" - }, - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732092629927.png", - "created_at": { - "$date": "2024-11-20T08:50:32.227Z" - }, - "updated_at": { - "$date": "2025-08-05T18:36:51.638Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da334c3c0100063e83a5d" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس پک ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333a53c3c0100063e70790" - }, - "index": 6, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732092722313.png", - "created_at": { - "$date": "2024-11-20T08:52:05.020Z" - }, - "updated_at": { - "$date": "2025-08-05T18:36:25.671Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da480c3c0100063e83ac5" - }, - "price": 100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "673da3fbc3c0100063e83a7a" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T08:57:36.307Z" - }, - "updated_at": { - "$date": "2025-08-05T17:49:20.270Z" - }, - "__v": 0, - "image": "food_1732980656070.png" -}, -{ - "_id": { - "$oid": "673da4a1c3c0100063e83ae4" - }, - "price": 950000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "چیز کیک شکلاتی دو نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "673da3fbc3c0100063e83a7a" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T08:58:09.940Z" - }, - "updated_at": { - "$date": "2025-04-17T16:57:44.077Z" - }, - "__v": 0, - "image": "food_1732980434978.png" -}, -{ - "_id": { - "$oid": "673da4bbc3c0100063e83afa" - }, - "price": 950000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "چیز کیک لوتوس دو نفره", - "description": "", - "short_description": "", - "category": { - "$oid": "673da3fbc3c0100063e83a7a" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T08:58:35.720Z" - }, - "updated_at": { - "$date": "2025-04-17T16:57:30.916Z" - }, - "__v": 0, - "image": "food_1732979733603.png" -}, -{ - "_id": { - "$oid": "673da873c3c0100063e83bf8" - }, - "price": 4650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک چنجه ", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:14:27.006Z" - }, - "updated_at": { - "$date": "2025-08-01T09:22:50.016Z" - }, - "__v": 0, - "image": "food_1732979580830.png" -}, -{ - "_id": { - "$oid": "673da8a9c3c0100063e83c05" - }, - "price": 4450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک برگ", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732094118572.png", - "created_at": { - "$date": "2024-11-20T09:15:21.939Z" - }, - "updated_at": { - "$date": "2025-08-01T09:22:16.193Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da8d2c3c0100063e83c0f" - }, - "price": 5500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک سلطانی", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732094158201.png", - "created_at": { - "$date": "2024-11-20T09:16:02.346Z" - }, - "updated_at": { - "$date": "2025-08-01T09:21:31.099Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da8f8c3c0100063e83c2b" - }, - "price": 3450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک بختیاری", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732094195105.png", - "created_at": { - "$date": "2024-11-20T09:16:40.324Z" - }, - "updated_at": { - "$date": "2025-08-01T09:21:00.459Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da91cc3c0100063e83c3b" - }, - "price": 4800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک کباب ترش", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732094233214.png", - "created_at": { - "$date": "2024-11-20T09:17:16.042Z" - }, - "updated_at": { - "$date": "2025-08-01T09:20:34.366Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673da95dc3c0100063e83c59" - }, - "price": 3300000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "خوراک کباب نگینی", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 6, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:18:21.257Z" - }, - "updated_at": { - "$date": "2025-08-01T09:20:07.035Z" - }, - "__v": 0, - "image": "food_1732974433427.png" -}, -{ - "_id": { - "$oid": "673da9a3c3c0100063e83c66" - }, - "price": 2500000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "خوراک کباب لبنانی", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 7, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:19:31.367Z" - }, - "updated_at": { - "$date": "2025-08-01T09:19:40.258Z" - }, - "__v": 0, - "image": "food_1732974297311.png" -}, -{ - "_id": { - "$oid": "673da9c4c3c0100063e83c70" - }, - "price": 2250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک کوبیده", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 8, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:20:04.980Z" - }, - "updated_at": { - "$date": "2025-08-01T09:19:09.740Z" - }, - "__v": 0, - "image": "food_1732974212826.png" -}, -{ - "_id": { - "$oid": "673da9e8c3c0100063e83c80" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک کباب تک سیخ", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 9, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732094438499.png", - "created_at": { - "$date": "2024-11-20T09:20:40.661Z" - }, - "updated_at": { - "$date": "2025-08-01T09:18:46.840Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673daa13c3c0100063e83c96" - }, - "price": 3350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک کباب سه سیخ", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 10, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:21:23.653Z" - }, - "updated_at": { - "$date": "2025-08-01T09:18:23.009Z" - }, - "__v": 0, - "image": "food_1732362637401.png" -}, -{ - "_id": { - "$oid": "673daa3dc3c0100063e83ca6" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک میکس ساده", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 11, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732094523215.png", - "created_at": { - "$date": "2024-11-20T09:22:05.540Z" - }, - "updated_at": { - "$date": "2025-08-01T09:17:43.403Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673daa63c3c0100063e83cc5" - }, - "price": 3100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک میکس مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 12, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732094560339.png", - "created_at": { - "$date": "2024-11-20T09:22:43.532Z" - }, - "updated_at": { - "$date": "2025-08-01T09:17:08.754Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673daa8ec3c0100063e83cd8" - }, - "price": 8250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک شیشلیک", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 13, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732094603053.png", - "created_at": { - "$date": "2024-11-20T09:23:26.458Z" - }, - "updated_at": { - "$date": "2025-08-01T09:16:33.737Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673daaa3c3c0100063e83ce5" - }, - "price": 2050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک جوجه", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 14, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:23:47.706Z" - }, - "updated_at": { - "$date": "2025-08-01T09:15:49.653Z" - }, - "__v": 0, - "image": "food_1732726476100.png" -}, -{ - "_id": { - "$oid": "673daabbc3c0100063e83cef" - }, - "price": 2250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک جوجه ترش", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 15, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:24:11.827Z" - }, - "updated_at": { - "$date": "2025-08-01T09:15:18.979Z" - }, - "__v": 0, - "image": "food_1732726584156.png" -}, -{ - "_id": { - "$oid": "673daae5c3c0100063e83cf9" - }, - "price": 2350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک جوجه حلزونی", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 16, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732094690877.png", - "created_at": { - "$date": "2024-11-20T09:24:53.136Z" - }, - "updated_at": { - "$date": "2025-08-01T09:14:55.301Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dab05c3c0100063e83d03" - }, - "price": 2450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک جوجه نارسیس", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 17, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:25:25.266Z" - }, - "updated_at": { - "$date": "2025-08-01T09:14:34.027Z" - }, - "__v": 0, - "image": "food_1732727015511.png" -}, -{ - "_id": { - "$oid": "673dab2bc3c0100063e83d1d" - }, - "price": 2750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک جوجه نگینی", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 18, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:26:03.556Z" - }, - "updated_at": { - "$date": "2025-08-01T09:14:01.768Z" - }, - "__v": 0, - "image": "food_1732727091606.png" -}, -{ - "_id": { - "$oid": "673dab4bc3c0100063e83d39" - }, - "price": 2850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک ماهی کباب", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 19, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732094792449.png", - "created_at": { - "$date": "2024-11-20T09:26:35.913Z" - }, - "updated_at": { - "$date": "2025-08-01T09:13:22.187Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dab6dc3c0100063e83d52" - }, - "price": 3250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک کباب شالتو", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 20, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:27:09.763Z" - }, - "updated_at": { - "$date": "2025-08-01T09:12:52.035Z" - }, - "__v": 0, - "image": "food_1732973739516.png" -}, -{ - "_id": { - "$oid": "673dab8ac3c0100063e83d5c" - }, - "price": 5550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک کباب مصری", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 21, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:27:38.946Z" - }, - "updated_at": { - "$date": "2025-08-01T09:12:31.139Z" - }, - "__v": 0, - "image": "food_1732973812554.png" -}, -{ - "_id": { - "$oid": "673dabb8c3c0100063e83d72" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کتف و بال زعفرانی", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 22, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:28:24.574Z" - }, - "updated_at": { - "$date": "2025-08-01T09:11:39.188Z" - }, - "__v": 0, - "image": "food_1732973881136.png" -}, -{ - "_id": { - "$oid": "673dabdcc3c0100063e83d7c" - }, - "price": 3100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک جوجه با استخوان", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 23, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:29:00.866Z" - }, - "updated_at": { - "$date": "2025-08-01T09:11:18.067Z" - }, - "__v": 0, - "image": "food_1732726005132.png" -}, -{ - "_id": { - "$oid": "673dabf7c3c0100063e83d89" - }, - "price": 7300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک ماهیچه", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 24, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:29:27.334Z" - }, - "updated_at": { - "$date": "2025-08-01T09:10:53.041Z" - }, - "__v": 0, - "image": "food_1732363269121.png" -}, -{ - "_id": { - "$oid": "673dac1bc3c0100063e83d9f" - }, - "price": 7700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک گردن", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 25, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:30:03.712Z" - }, - "updated_at": { - "$date": "2025-08-01T09:10:19.219Z" - }, - "__v": 0, - "image": "food_1732099406737.png" -}, -{ - "_id": { - "$oid": "673dac45c3c0100063e83dac" - }, - "price": 6000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک گوشت", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 26, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:30:45.277Z" - }, - "updated_at": { - "$date": "2025-08-01T09:09:54.851Z" - }, - "__v": 0, - "image": "food_1732099369819.png" -}, -{ - "_id": { - "$oid": "673dac74c3c0100063e83db9" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 27, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:31:32.583Z" - }, - "updated_at": { - "$date": "2025-08-01T09:09:14.936Z" - }, - "__v": 0, - "image": "food_1732363192936.png" -}, -{ - "_id": { - "$oid": "673dac92c3c0100063e83dc3" - }, - "price": 2550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جوجه چینی ۲۰۰گرم فیله", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 28, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T09:32:02.723Z" - }, - "updated_at": { - "$date": "2025-08-01T09:08:37.989Z" - }, - "__v": 0, - "image": "food_1732362915343.png" -}, -{ - "_id": { - "$oid": "673db2ecc3c0100063e83ead" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک موز‌ نوتلا", - "description": "بستنی وانیل ، شیر پرچرب ، موز ، نوتلا ", - "short_description": "", - "category": { - "$oid": "67305804c3c0100063e6bc62" - }, - "index": 11, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2024-11-20T09:59:08.236Z" - }, - "updated_at": { - "$date": "2025-12-12T08:34:16.579Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dbbcec3c0100063e8400f" - }, - "price": 2580000, - "stock": 0, - "static_discount": 0, - "active": false, - "name": "ماهی سوخاری", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 29, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T10:37:02.906Z" - }, - "updated_at": { - "$date": "2025-08-01T09:07:58.447Z" - }, - "__v": 0, - "image": "food_1732099328269.png" -}, -{ - "_id": { - "$oid": "673dbc06c3c0100063e84029" - }, - "price": 2950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک اکبرجوجه", - "description": "", - "short_description": "", - "category": { - "$oid": "673da786c3c0100063e83bb8" - }, - "index": 30, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T10:37:58.958Z" - }, - "updated_at": { - "$date": "2025-08-01T09:07:43.638Z" - }, - "__v": 0, - "image": "food_1732362466605.png" -}, -{ - "_id": { - "$oid": "673dbc47c3c0100063e84051" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "زرشک پلو", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 31, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732099137172.png", - "created_at": { - "$date": "2024-11-20T10:39:03.029Z" - }, - "updated_at": { - "$date": "2025-08-01T09:07:15.113Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dbc7ec3c0100063e84080" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برنج ساده ایرانی", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 32, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732099192345.png", - "created_at": { - "$date": "2024-11-20T10:39:58.495Z" - }, - "updated_at": { - "$date": "2025-08-01T09:06:55.163Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dbcadc3c0100063e840a4" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "باقالی پلو", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 33, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732099243481.png", - "created_at": { - "$date": "2024-11-20T10:40:45.861Z" - }, - "updated_at": { - "$date": "2025-08-01T09:06:11.098Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dbda4c3c0100063e840ef" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوپ", - "description": "", - "short_description": "", - "category": { - "$oid": "67333928c3c0100063e70706" - }, - "index": 34, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T10:44:52.144Z" - }, - "updated_at": { - "$date": "2025-08-01T09:05:56.541Z" - }, - "__v": 0, - "image": "food_1732362358247.png" -}, -{ - "_id": { - "$oid": "673dc085c3c0100063e8417d" - }, - "price": 3950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شوید پلو با ماهی", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 1, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732100319064.png", - "created_at": { - "$date": "2024-11-20T10:57:09.943Z" - }, - "updated_at": { - "$date": "2025-08-01T09:05:36.594Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dc0cec3c0100063e84190" - }, - "price": 2950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "باقالی پلو با مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 2, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732100297076.png", - "created_at": { - "$date": "2024-11-20T10:58:22.332Z" - }, - "updated_at": { - "$date": "2025-08-01T09:04:23.880Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dc118c3c0100063e841b4" - }, - "price": 2850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "زرشک پلو با مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 3, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732100371100.png", - "created_at": { - "$date": "2024-11-20T10:59:36.580Z" - }, - "updated_at": { - "$date": "2025-08-01T09:04:06.272Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dc146c3c0100063e841cd" - }, - "price": 8500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "باقالی پلو با ماهیچه", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 4, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732100418501.png", - "created_at": { - "$date": "2024-11-20T11:00:22.598Z" - }, - "updated_at": { - "$date": "2025-08-01T09:02:27.314Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dc169c3c0100063e841e6" - }, - "price": 8300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چلو ماهیچه", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 5, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732100453301.png", - "created_at": { - "$date": "2024-11-20T11:00:57.152Z" - }, - "updated_at": { - "$date": "2025-08-01T09:02:06.954Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dc19ac3c0100063e841f3" - }, - "price": 7000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چلو گوشت", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 6, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732100504110.png", - "created_at": { - "$date": "2024-11-20T11:01:46.984Z" - }, - "updated_at": { - "$date": "2025-08-01T09:01:52.557Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dc1d6c3c0100063e841fd" - }, - "price": 3050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چلو جوجه", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 7, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732100561534.png", - "created_at": { - "$date": "2024-11-20T11:02:46.713Z" - }, - "updated_at": { - "$date": "2025-08-01T09:01:30.471Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dc1f8c3c0100063e8420a" - }, - "price": 3700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چلو میکس ساده", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 8, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732100596151.png", - "created_at": { - "$date": "2024-11-20T11:03:20.951Z" - }, - "updated_at": { - "$date": "2025-08-01T09:00:59.009Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dc221c3c0100063e8421f" - }, - "price": 3250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چلو کباب", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 9, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732100637568.png", - "created_at": { - "$date": "2024-11-20T11:04:01.159Z" - }, - "updated_at": { - "$date": "2025-08-01T09:00:41.746Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dc245c3c0100063e84235" - }, - "price": 6500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چلو سلطانی", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 10, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732100674202.png", - "created_at": { - "$date": "2024-11-20T11:04:37.968Z" - }, - "updated_at": { - "$date": "2025-08-01T09:00:14.017Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dc26ac3c0100063e84242" - }, - "price": 5450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چلو برگ", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 11, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732100709573.png", - "created_at": { - "$date": "2024-11-20T11:05:14.324Z" - }, - "updated_at": { - "$date": "2025-08-01T08:59:43.754Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dc28ec3c0100063e84252" - }, - "price": 5650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چلو چنجه", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 12, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732100746067.png", - "created_at": { - "$date": "2024-11-20T11:05:50.568Z" - }, - "updated_at": { - "$date": "2025-08-01T08:59:17.511Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dc2d4c3c0100063e8425c" - }, - "price": 8900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "باقالی پلو با گردن", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 13, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "image": "food_1732100816942.png", - "created_at": { - "$date": "2024-11-20T11:07:00.633Z" - }, - "updated_at": { - "$date": "2025-08-01T08:58:52.787Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "673dc30ac3c0100063e84272" - }, - "price": 8700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چلو گردن", - "description": "", - "short_description": "", - "category": { - "$oid": "673dc024c3c0100063e84164" - }, - "index": 14, - "storeId": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "created_at": { - "$date": "2024-11-20T11:07:54.744Z" - }, - "updated_at": { - "$date": "2025-08-01T08:58:37.069Z" - }, - "__v": 0, - "image": "food_1732361682177.png" -}, -{ - "_id": { - "$oid": "674d78a2a4463c0057df134e" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب تنوری", - "description": "سیب تنوری، قارچ، ژامبون اسلایس، پنیر پیتزا، سس مخصوص", - "short_description": "", - "category": { - "$oid": "64b4e68898ff3c741448df04" - }, - "index": 0, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2024-12-02T09:06:42.496Z" - }, - "updated_at": { - "$date": "2025-08-27T15:11:56.984Z" - }, - "__v": 0, - "image": "food_1733222900831.png" -}, -{ - "_id": { - "$oid": "674d7a45a4463c0057df1392" - }, - "price": 4900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فانتوم", - "description": "گوشت رست بیف، مرغ طعم دار شده، پنیر گودا، پنیر پیتزا، قارچ، زیتون اسلایس", - "short_description": "", - "category": { - "$oid": "64edb2bb59383e8d754ef59b" - }, - "index": 0, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2024-12-02T09:13:41.489Z" - }, - "updated_at": { - "$date": "2025-08-27T15:11:16.347Z" - }, - "__v": 0, - "image": "food_1733221708079.png" -}, -{ - "_id": { - "$oid": "674d7affa4463c0057df13bb" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رد موهیتو طبیعی", - "description": "", - "short_description": "", - "category": { - "$oid": "64edb2e659383e8d754ef5a4" - }, - "index": 0, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2024-12-02T09:16:47.486Z" - }, - "updated_at": { - "$date": "2025-08-27T15:10:22.776Z" - }, - "__v": 0, - "image": "food_1733222939222.png" -}, -{ - "_id": { - "$oid": "674dac61a4463c0057df1b01" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برلینر موز نوتلا", - "description": "دونات برش خورده ، نوتلا ، موز ، خامه ", - "short_description": "", - "category": { - "$oid": "6731aff4c3c0100063e6decb" - }, - "index": 8, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "image": "food_1733143644676.png", - "created_at": { - "$date": "2024-12-02T12:47:29.452Z" - }, - "updated_at": { - "$date": "2025-11-25T17:23:46.138Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "674daceba4463c0057df1b34" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "برلینر خامه توت فرنگی", - "description": "دونات برش خورده ، توت فرنگی تازه ، خامه ، شکلات توت فرنگی", - "short_description": "", - "category": { - "$oid": "6731aff4c3c0100063e6decb" - }, - "index": 9, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "image": "food_1733143785931.png", - "created_at": { - "$date": "2024-12-02T12:49:47.756Z" - }, - "updated_at": { - "$date": "2024-12-02T12:49:47.756Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6750bbaca4463c0057df7207" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز کیک روز ", - "description": "یک اسلایس چیز کیک شکلاتی روز ", - "short_description": "", - "category": { - "$oid": "645215c898ff3c74144161bc" - }, - "index": 2, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2024-12-04T20:29:32.709Z" - }, - "updated_at": { - "$date": "2024-12-04T20:36:04.715Z" - }, - "__v": 0, - "image": "food_1733344545667.png" -}, -{ - "_id": { - "$oid": "6751c253a4463c0057df8852" - }, - "price": 800000, - "stock": 0, - "static_discount": 0, - "active": true, - "name": "کیک اسنیکرز روز ", - "description": "یک اسلایس کیک اسنیکرز روز", - "short_description": "", - "category": { - "$oid": "645215c898ff3c74144161bc" - }, - "index": 3, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "image": "food_1733411402579.png", - "created_at": { - "$date": "2024-12-05T15:10:11.826Z" - }, - "updated_at": { - "$date": "2024-12-05T15:10:11.826Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6751c7cda4463c0057df8aa2" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویج کالباس سرد ", - "description": " نان ساندویچ، ورق کالباس، برگ کاهو، خیارشور و...", - "short_description": "", - "category": { - "$oid": "673e2e4ec3c0100063e85693" - }, - "index": 1, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2024-12-05T15:33:33.071Z" - }, - "updated_at": { - "$date": "2024-12-05T18:38:31.332Z" - }, - "__v": 0, - "image": "food_1733423443280.png" -}, -{ - "_id": { - "$oid": "67521241a4463c0057dfa41b" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفوگاتو", - "description": "اسپرسو، یک اسکوپ بستنی ", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 6, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "image": "food_1733431869244.png", - "created_at": { - "$date": "2024-12-05T20:51:13.292Z" - }, - "updated_at": { - "$date": "2025-01-12T17:48:27.310Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "675212aca4463c0057dfa421" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مارتینی", - "description": "اسپرسو، وانیل، دارچین، یخ", - "short_description": "", - "category": { - "$oid": "67686ca8a4463c0057e1d2b4" - }, - "index": 7, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2024-12-05T20:53:00.634Z" - }, - "updated_at": { - "$date": "2025-01-12T17:48:07.636Z" - }, - "__v": 0, - "image": "food_1733433123133.png" -}, -{ - "_id": { - "$oid": "6752189da4463c0057dfa46a" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پینک چاکلت ", - "description": "توت فرنگی، شکلات سفید و شیر", - "short_description": "", - "category": { - "$oid": "6783ffa2a4463c0057e4a32b" - }, - "index": 4, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2024-12-05T21:18:21.436Z" - }, - "updated_at": { - "$date": "2025-01-12T17:47:23.918Z" - }, - "__v": 0, - "image": "food_1733433539453.png" -}, -{ - "_id": { - "$oid": "67521a65a4463c0057dfa4a5" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت ", - "description": "شیر، تکه‌های شکلات سفید، وانیل", - "short_description": "", - "category": { - "$oid": "6783ffa2a4463c0057e4a32b" - }, - "index": 5, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "image": "food_1733434215353.png", - "created_at": { - "$date": "2024-12-05T21:25:57.042Z" - }, - "updated_at": { - "$date": "2025-01-12T17:47:11.334Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67521d58a4463c0057dfa4cb" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دارک چاکلت ", - "description": "شیر، شکلات تلخ", - "short_description": "", - "category": { - "$oid": "6783ffa2a4463c0057e4a32b" - }, - "index": 6, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "image": "food_1733434710098.png", - "created_at": { - "$date": "2024-12-05T21:38:32.316Z" - }, - "updated_at": { - "$date": "2025-01-12T17:46:58.016Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d27cca4463c0057e3e554" - }, - "price": 1880000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وگن پلیت", - "description": "سبزیجات فصل ساته شده با سس صدف مش پوتیتو ", - "short_description": "", - "category": { - "$oid": "651971c059383e8d7551df47" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T13:10:36.380Z" - }, - "updated_at": { - "$date": "2025-01-07T13:10:36.380Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d299aa4463c0057e3e60a" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای زعفران", - "description": "", - "short_description": "", - "category": { - "$oid": "65226e2d59383e8d75527b6a" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T13:18:18.868Z" - }, - "updated_at": { - "$date": "2025-01-07T13:18:18.868Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d2c52a4463c0057e3e785" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیروپ نارگیل", - "description": "نارگیل فندوق ایریش ", - "short_description": "", - "category": { - "$oid": "651ee00e59383e8d75523c4e" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T13:29:54.881Z" - }, - "updated_at": { - "$date": "2025-04-12T18:02:02.523Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d2d73a4463c0057e3e7fd" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای کرک", - "description": "", - "short_description": "", - "category": { - "$oid": "65226e2d59383e8d75527b6a" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T13:34:43.396Z" - }, - "updated_at": { - "$date": "2025-01-07T13:34:43.396Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d2d8ca4463c0057e3e80f" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته با شیر گیاهی", - "description": "قهوه-شیر گیاهی فندوق یا بادام", - "short_description": "", - "category": { - "$oid": "652a450f59383e8d75530491" - }, - "index": 12, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-07T13:35:08.562Z" - }, - "updated_at": { - "$date": "2025-01-07T13:35:08.562Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d2dbda4463c0057e3e828" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای هل", - "description": "", - "short_description": "", - "category": { - "$oid": "65226e2d59383e8d75527b6a" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T13:35:57.718Z" - }, - "updated_at": { - "$date": "2025-01-07T13:35:57.718Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d2edaa4463c0057e3e89d" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماچالاته", - "description": "ماچا دم شده-شیر", - "short_description": "", - "category": { - "$oid": "652a46a959383e8d7553049a" - }, - "index": 3, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-07T13:40:42.137Z" - }, - "updated_at": { - "$date": "2025-01-07T13:40:42.137Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d2f3ca4463c0057e3e8bd" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای کرک", - "description": "هل- زعفران-گل محمدی-دارچین-شیر", - "short_description": "", - "category": { - "$oid": "652a46a959383e8d7553049a" - }, - "index": 9, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-07T13:42:20.431Z" - }, - "updated_at": { - "$date": "2025-01-07T13:42:20.431Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d2f50a4463c0057e3e8c6" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لمون گرس", - "description": "امیزه ای از علف لیمو نعنا زنجبیل", - "short_description": "", - "category": { - "$oid": "65226e2d59383e8d75527b6a" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T13:42:40.646Z" - }, - "updated_at": { - "$date": "2025-01-07T13:42:40.646Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d2f7ca4463c0057e3e8d4" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش سرماخوردگی ", - "description": "", - "short_description": "", - "category": { - "$oid": "65226e2d59383e8d75527b6a" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T13:43:24.575Z" - }, - "updated_at": { - "$date": "2025-01-07T13:43:24.575Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d2fa0a4463c0057e3e8e0" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ارام بخش", - "description": "", - "short_description": "", - "category": { - "$oid": "65226e2d59383e8d75527b6a" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T13:44:00.851Z" - }, - "updated_at": { - "$date": "2025-01-07T13:44:00.851Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d303fa4463c0057e3e90f" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دیاموند", - "description": "به خشک شده , برگ گل محمدی , زعفران", - "short_description": "", - "category": { - "$oid": "65226e2d59383e8d75527b6a" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T13:46:39.893Z" - }, - "updated_at": { - "$date": "2025-01-07T13:46:39.893Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d3076a4463c0057e3e916" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بری سودا", - "description": "", - "short_description": "", - "category": { - "$oid": "652a475659383e8d755304c6" - }, - "index": 2, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-07T13:47:34.654Z" - }, - "updated_at": { - "$date": "2025-01-07T13:47:34.654Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d30aba4463c0057e3e942" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بلو سودا", - "description": "", - "short_description": "", - "category": { - "$oid": "652a475659383e8d755304c6" - }, - "index": 3, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-07T13:48:27.833Z" - }, - "updated_at": { - "$date": "2025-01-07T13:48:27.833Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d30cca4463c0057e3e961" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سان فروت", - "description": "", - "short_description": "", - "category": { - "$oid": "652a475659383e8d755304c6" - }, - "index": 4, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-07T13:49:00.633Z" - }, - "updated_at": { - "$date": "2025-01-07T13:49:00.633Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d33eaa4463c0057e3eaea" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک شکلاتی ", - "description": "", - "short_description": "", - "category": { - "$oid": "651eff7759383e8d75524961" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T14:02:18.917Z" - }, - "updated_at": { - "$date": "2025-01-07T14:02:18.917Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d3412a4463c0057e3eafd" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک روز", - "description": "", - "short_description": "", - "category": { - "$oid": "651eff7759383e8d75524961" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T14:02:58.745Z" - }, - "updated_at": { - "$date": "2025-01-07T14:02:58.745Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d3813a4463c0057e3ebf5" - }, - "price": 2800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد والدروف", - "description": "کاهو رسمی , سینه مرغ پخته شدهبه همراه سیب و کرفس, گوجه گیلاسی , گردو کاراملایز , انگور , پارمزان سس ماست و ترخون", - "short_description": "", - "category": { - "$oid": "6519730759383e8d7551df92" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T14:20:03.335Z" - }, - "updated_at": { - "$date": "2025-01-07T14:20:03.335Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d38b8a4463c0057e3ec38" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اکسترا فیلت", - "description": "120 گرم فیله گوساله", - "short_description": "", - "category": { - "$oid": "6519730759383e8d7551df92" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T14:22:48.149Z" - }, - "updated_at": { - "$date": "2025-01-07T14:22:48.149Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d3910a4463c0057e3ec59" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اکسترا فیله", - "description": "یک عدد فیله مرغ سوخاری شده", - "short_description": "", - "category": { - "$oid": "65219db959383e8d75527683" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T14:24:16.872Z" - }, - "updated_at": { - "$date": "2025-01-07T14:24:16.872Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d3deea4463c0057e3ee49" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس اووکادو هات", - "description": "", - "short_description": "", - "category": { - "$oid": "6519819c59383e8d7551e1be" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T14:45:02.594Z" - }, - "updated_at": { - "$date": "2025-01-07T14:45:02.594Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d3e24a4463c0057e3ee55" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس انتراکوت", - "description": "", - "short_description": "", - "category": { - "$oid": "6519819c59383e8d7551e1be" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T14:45:56.564Z" - }, - "updated_at": { - "$date": "2025-03-31T14:35:52.382Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "677d3e3ca4463c0057e3ee5f" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سس سزار", - "description": "", - "short_description": "", - "category": { - "$oid": "6519819c59383e8d7551e1be" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-01-07T14:46:20.191Z" - }, - "updated_at": { - "$date": "2025-03-31T14:35:37.618Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "678136faa4463c0057e455f6" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پن چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 1, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:04:26.081Z" - }, - "updated_at": { - "$date": "2025-01-10T15:04:26.081Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67813718a4463c0057e45603" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کروسان", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:04:56.644Z" - }, - "updated_at": { - "$date": "2025-01-10T15:04:56.644Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6781376fa4463c0057e45616" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیوب کروسان", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:06:23.529Z" - }, - "updated_at": { - "$date": "2025-01-10T15:06:23.529Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "678137e0a4463c0057e45628" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "image": "food_1736521695625.png", - "created_at": { - "$date": "2025-01-10T15:08:16.789Z" - }, - "updated_at": { - "$date": "2025-01-10T15:08:16.789Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6781391da4463c0057e4567e" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی شکلات فندق", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:13:33.382Z" - }, - "updated_at": { - "$date": "2025-01-10T15:13:33.382Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67813942a4463c0057e4569d" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تیرامیسو لیدی فینگر", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:14:10.167Z" - }, - "updated_at": { - "$date": "2025-01-10T15:14:10.167Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67813961a4463c0057e456aa" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز کیک نیویورکی", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:14:41.203Z" - }, - "updated_at": { - "$date": "2025-01-10T15:14:41.203Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67813992a4463c0057e456b7" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز کیک نوتلا", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:15:30.807Z" - }, - "updated_at": { - "$date": "2025-01-10T15:15:30.807Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "678139bca4463c0057e456d3" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز کیک شکلاتی", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:16:12.033Z" - }, - "updated_at": { - "$date": "2025-01-10T15:16:12.033Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "678139e2a4463c0057e456e6" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:16:50.105Z" - }, - "updated_at": { - "$date": "2025-01-10T15:16:50.105Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67813a21a4463c0057e4571d" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رول دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:17:53.748Z" - }, - "updated_at": { - "$date": "2025-01-10T15:17:53.748Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67813a46a4463c0057e45739" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب دارچین گردو", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:18:30.318Z" - }, - "updated_at": { - "$date": "2025-01-10T15:18:30.318Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67813ae8a4463c0057e4576d" - }, - "price": 170000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی کره گردو", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:21:12.380Z" - }, - "updated_at": { - "$date": "2025-01-10T15:21:12.380Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67813b17a4463c0057e45795" - }, - "price": 170000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:21:59.928Z" - }, - "updated_at": { - "$date": "2025-01-10T15:31:53.029Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67813c2da4463c0057e45880" - }, - "price": 190000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی رد ولوت", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:26:37.840Z" - }, - "updated_at": { - "$date": "2025-01-10T15:26:37.840Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67813d09a4463c0057e458d3" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لوف شکلات فندق", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:30:17.160Z" - }, - "updated_at": { - "$date": "2025-01-10T15:30:17.160Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67813d24a4463c0057e458dd" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لوف اسنیکرز", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:30:44.292Z" - }, - "updated_at": { - "$date": "2025-01-10T15:30:44.292Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67813d4ba4463c0057e458e7" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی جاینت پسته", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:31:23.622Z" - }, - "updated_at": { - "$date": "2025-01-10T15:31:23.622Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67813db0a4463c0057e45923" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موچی", - "description": "", - "short_description": "", - "category": { - "$oid": "652a55ae59383e8d75530781" - }, - "index": 0, - "storeId": { - "$oid": "651ad03159383e8d7551f3be" - }, - "created_at": { - "$date": "2025-01-10T15:33:04.333Z" - }, - "updated_at": { - "$date": "2025-01-10T15:33:04.333Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "678416baa4463c0057e4aa07" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکاچیلو", - "description": "", - "short_description": "", - "category": { - "$oid": "6783ffeea4463c0057e4a367" - }, - "index": 3, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-12T19:23:38.329Z" - }, - "updated_at": { - "$date": "2025-01-12T19:31:05.357Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67841716a4463c0057e4aa11" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیلوشکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "6783ffeea4463c0057e4a367" - }, - "index": 4, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-12T19:25:10.704Z" - }, - "updated_at": { - "$date": "2025-01-12T19:32:13.980Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67841747a4463c0057e4aa1b" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیلوماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "6783ffeea4463c0057e4a367" - }, - "index": 5, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-12T19:25:59.946Z" - }, - "updated_at": { - "$date": "2025-01-12T19:27:20.514Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67841784a4463c0057e4aa28" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک بادام زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "6783ffeea4463c0057e4a367" - }, - "index": 6, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-12T19:27:00.374Z" - }, - "updated_at": { - "$date": "2025-01-12T19:27:31.861Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "678417c1a4463c0057e4aa4c" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس استوایی", - "description": "", - "short_description": "", - "category": { - "$oid": "6783ffeea4463c0057e4a367" - }, - "index": 7, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-12T19:28:01.084Z" - }, - "updated_at": { - "$date": "2025-01-12T19:34:09.587Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "678417f7a4463c0057e4aa59" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس اوشن", - "description": "", - "short_description": "", - "category": { - "$oid": "6783ffeea4463c0057e4a367" - }, - "index": 8, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-12T19:28:55.931Z" - }, - "updated_at": { - "$date": "2025-01-12T19:34:25.422Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6784181ba4463c0057e4aa63" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس بری", - "description": "", - "short_description": "", - "category": { - "$oid": "6783ffeea4463c0057e4a367" - }, - "index": 9, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-12T19:29:31.412Z" - }, - "updated_at": { - "$date": "2025-01-12T19:34:37.190Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6786fddda4463c0057e4f4c9" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "غذا نداریم فعلا", - "description": "", - "short_description": "", - "category": { - "$oid": "6786fbfaa4463c0057e4f482" - }, - "index": 0, - "storeId": { - "$oid": "6786f8aba4463c0057e4f42d" - }, - "image": "food_1736900058889.png", - "created_at": { - "$date": "2025-01-15T00:14:21.017Z" - }, - "updated_at": { - "$date": "2025-01-15T00:14:21.017Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6788fb4ca4463c0057e52637" - }, - "price": 3800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد کرن بری بامرغ", - "description": "کرن بری /کاهو تازه فصل/میوه های تازه فصل /گردو /پنیر فتا /سس کره بادام زمینی /مرغ گریل شده", - "short_description": "", - "category": { - "$oid": "61ac606626d2e0e4fbd9b45a" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "image": "food_1737030471416.png", - "created_at": { - "$date": "2025-01-16T12:27:56.153Z" - }, - "updated_at": { - "$date": "2025-12-04T11:53:39.298Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "678cf71ea4463c0057e59a6b" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای زعفران", - "description": "چای ایرانی دمی ، زعفران دم شده ", - "short_description": "", - "category": { - "$oid": "67306494c3c0100063e6bf64" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "image": "food_1737291548706.png", - "created_at": { - "$date": "2025-01-19T12:59:10.883Z" - }, - "updated_at": { - "$date": "2025-02-04T09:31:43.698Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6794ff9ca4463c0057e67b1c" - }, - "price": 5150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ گود بیف new", - "description": "نان چیاباتا،فیله گوساله،فلفل دلمه ای،گوجه،کاهو،خیارشور،پیاز،پنیردیپ چدار،قارچ،سیب زمینی،سس مخصوص", - "short_description": "", - "category": { - "$oid": "6207a2681ee4b0270db4c429" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2025-01-25T15:13:32.238Z" - }, - "updated_at": { - "$date": "2025-12-25T12:38:37.986Z" - }, - "__v": 0, - "image": "food_1739469717534.png" -}, -{ - "_id": { - "$oid": "6795019da4463c0057e67b9c" - }, - "price": 3990000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لازانیا new", - "description": "خمیر،گوشت چرخ کرده،قارچ،فلفل دلمه ای،پنیر میکس", - "short_description": "", - "category": { - "$oid": "6207a2421ee4b0270db4c40b" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2025-01-25T15:22:05.965Z" - }, - "updated_at": { - "$date": "2025-12-25T12:38:47.979Z" - }, - "__v": 0, - "image": "food_1739469613044.png" -}, -{ - "_id": { - "$oid": "67951037a4463c0057e67ddf" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماچا", - "description": "چایی سبز ژاپنی که یکی از غنی‌ترین منابع آنتی‌اکسیدان به‌شمار می‌آید. ", - "short_description": "", - "category": { - "$oid": "6783ff4fa4463c0057e4a31f" - }, - "index": 1, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-25T16:24:23.315Z" - }, - "updated_at": { - "$date": "2025-01-25T16:29:36.413Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795107aa4463c0057e67e01" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماچالاته ", - "description": "چای ماچا و شیر", - "short_description": "", - "category": { - "$oid": "6783ff4fa4463c0057e4a31f" - }, - "index": 2, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-25T16:25:30.953Z" - }, - "updated_at": { - "$date": "2025-01-25T16:25:30.953Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67951164a4463c0057e67e32" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماچالاته سرد", - "description": "چای ماچا، شیر، یخ", - "short_description": "", - "category": { - "$oid": "6783ff4fa4463c0057e4a31f" - }, - "index": 3, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-25T16:29:24.825Z" - }, - "updated_at": { - "$date": "2025-01-25T16:44:55.437Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679511cda4463c0057e67e58" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماچا کاتو", - "description": "چای ماچا،یه اسکوپ بستنی", - "short_description": "", - "category": { - "$oid": "6783ff4fa4463c0057e4a31f" - }, - "index": 4, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-25T16:31:09.459Z" - }, - "updated_at": { - "$date": "2025-01-25T16:31:09.459Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67951282a4463c0057e67e87" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک ماچا", - "description": "چای ماچا، بستنی شیک شده", - "short_description": "", - "category": { - "$oid": "6783ff4fa4463c0057e4a31f" - }, - "index": 5, - "storeId": { - "$oid": "6450d97a98ff3c7414414999" - }, - "created_at": { - "$date": "2025-01-25T16:34:10.809Z" - }, - "updated_at": { - "$date": "2025-01-25T16:34:10.809Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795ed31a4463c0057e68e12" - }, - "price": 1940000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ماچا", - "description": "", - "short_description": "", - "category": { - "$oid": "679615c6a4463c0057e695b4" - }, - "index": 3, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:07:13.784Z" - }, - "updated_at": { - "$date": "2025-12-23T13:39:11.089Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795edd9a4463c0057e68e3d" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس آمریکانو ۷۰/۳۰", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9c5a4463c0057e68d28" - }, - "index": 1, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:10:01.954Z" - }, - "updated_at": { - "$date": "2025-12-22T20:11:14.742Z" - }, - "__v": 0, - "image": "food_1741624882952.png" -}, -{ - "_id": { - "$oid": "6795ee0ca4463c0057e68e47" - }, - "price": 2140000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته ۷۰/۳۰", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9c5a4463c0057e68d28" - }, - "index": 2, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:10:52.055Z" - }, - "updated_at": { - "$date": "2025-12-22T20:12:23.956Z" - }, - "__v": 0, - "image": "food_1741624761374.png" -}, -{ - "_id": { - "$oid": "6795ee43a4463c0057e68e53" - }, - "price": 2230000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس ماچا لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9c5a4463c0057e68d28" - }, - "index": 5, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:11:47.347Z" - }, - "updated_at": { - "$date": "2025-12-23T13:41:03.902Z" - }, - "__v": 0, - "image": "food_1741624724783.png" -}, -{ - "_id": { - "$oid": "6795ee66a4463c0057e68e5d" - }, - "price": 2800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراپاچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9c5a4463c0057e68d28" - }, - "index": 7, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:12:22.760Z" - }, - "updated_at": { - "$date": "2025-12-23T13:41:59.548Z" - }, - "__v": 0, - "image": "food_1741624675083.png" -}, -{ - "_id": { - "$oid": "6795ee8ea4463c0057e68e67" - }, - "price": 2430000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس ماچا بری", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9c5a4463c0057e68d28" - }, - "index": 10, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:13:02.369Z" - }, - "updated_at": { - "$date": "2025-12-23T13:43:06.260Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795eeb4a4463c0057e68e71" - }, - "price": 2560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکو آیس لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9c5a4463c0057e68d28" - }, - "index": 11, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:13:40.426Z" - }, - "updated_at": { - "$date": "2025-12-23T13:43:36.868Z" - }, - "__v": 0, - "image": "food_1741718046900.png" -}, -{ - "_id": { - "$oid": "6795eed6a4463c0057e68e7b" - }, - "price": 2550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکو آیس ماچا", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9c5a4463c0057e68d28" - }, - "index": 12, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:14:14.247Z" - }, - "updated_at": { - "$date": "2025-12-23T13:44:08.251Z" - }, - "__v": 0, - "image": "food_1741718020809.png" -}, -{ - "_id": { - "$oid": "6795ef01a4463c0057e68e85" - }, - "price": 2780000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "V60 کلمبیا هانی گیشا", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9f3a4463c0057e68d31" - }, - "index": 1, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:14:57.754Z" - }, - "updated_at": { - "$date": "2025-12-09T12:52:51.081Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795ef2aa4463c0057e68e8f" - }, - "price": 1280000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکا دست ساز", - "description": "سیروپ کوکا، لیمو، سودا", - "short_description": "", - "category": { - "$oid": "6795ea3aa4463c0057e68d3a" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:15:38.426Z" - }, - "updated_at": { - "$date": "2025-08-24T10:49:17.502Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795ef46a4463c0057e68e9c" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد", - "description": "لیمو، سوئیت اند ساور، سودا", - "short_description": "", - "category": { - "$oid": "6795ea3aa4463c0057e68d3a" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:16:06.109Z" - }, - "updated_at": { - "$date": "2025-08-24T10:48:55.871Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795ef62a4463c0057e68ea6" - }, - "price": 1490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "لیمو، نعنا، سوئیت اند ساور، سودا", - "short_description": "", - "category": { - "$oid": "6795ea3aa4463c0057e68d3a" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:16:34.385Z" - }, - "updated_at": { - "$date": "2025-08-24T10:48:38.504Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795efefa4463c0057e68ece" - }, - "price": 1880000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سینرجی", - "description": "پرتقال، زنجبیل، زردچوبه، عسل", - "short_description": "", - "category": { - "$oid": "6795ea3aa4463c0057e68d3a" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:18:55.408Z" - }, - "updated_at": { - "$date": "2025-08-24T10:49:39.955Z" - }, - "__v": 0, - "image": "food_1741624348642.png" -}, -{ - "_id": { - "$oid": "6795f073a4463c0057e68eff" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "یونیتی", - "description": "اسپرولینا، توت‌فرنگی، نارگیل، هلو", - "short_description": "", - "category": { - "$oid": "6795ea56a4463c0057e68d43" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:21:07.413Z" - }, - "updated_at": { - "$date": "2025-12-23T13:58:44.476Z" - }, - "__v": 0, - "image": "food_1741623784133.png" -}, -{ - "_id": { - "$oid": "6795f09aa4463c0057e68f09" - }, - "price": 2400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیید فلو", - "description": "شیر بادام، تخم کدو، انبه، موز", - "short_description": "", - "category": { - "$oid": "6795ea56a4463c0057e68d43" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:21:46.319Z" - }, - "updated_at": { - "$date": "2025-12-23T13:59:04.780Z" - }, - "__v": 0, - "image": "food_1741623681207.png" -}, -{ - "_id": { - "$oid": "6795f0b9a4463c0057e68f13" - }, - "price": 2760000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میدنایت", - "description": "انجیر، گاناش، شاتوت، شیر", - "short_description": "", - "category": { - "$oid": "6795ea56a4463c0057e68d43" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:22:17.660Z" - }, - "updated_at": { - "$date": "2025-12-23T13:59:25.439Z" - }, - "__v": 0, - "image": "food_1741623638099.png" -}, -{ - "_id": { - "$oid": "6795f0f2a4463c0057e68f27" - }, - "price": 2740000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ناتی بری", - "description": "توت‌فرنگی، شاتوت، میکس بری، شیر بادام", - "short_description": "", - "category": { - "$oid": "6795ea56a4463c0057e68d43" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:23:14.256Z" - }, - "updated_at": { - "$date": "2025-12-23T13:59:49.944Z" - }, - "__v": 0, - "image": "food_1741623561027.png" -}, -{ - "_id": { - "$oid": "6795f1e0a4463c0057e68f52" - }, - "price": 1610000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6795eaa0a4463c0057e68d58" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:27:12.539Z" - }, - "updated_at": { - "$date": "2025-05-22T08:17:08.254Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795f1f9a4463c0057e68f5c" - }, - "price": 1670000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6795eaa0a4463c0057e68d58" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:27:37.749Z" - }, - "updated_at": { - "$date": "2025-05-22T08:16:45.186Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795f213a4463c0057e68f66" - }, - "price": 1770000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بری چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6795eaa0a4463c0057e68d58" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:28:03.992Z" - }, - "updated_at": { - "$date": "2025-05-22T08:16:21.305Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795f22ba4463c0057e68f70" - }, - "price": 1610000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا اسپایسی", - "description": "", - "short_description": "", - "category": { - "$oid": "6795eaa0a4463c0057e68d58" - }, - "index": 12, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:28:27.695Z" - }, - "updated_at": { - "$date": "2025-11-15T14:15:53.973Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795f247a4463c0057e68f7a" - }, - "price": 1710000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفوگاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9c5a4463c0057e68d28" - }, - "index": 81, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:28:55.625Z" - }, - "updated_at": { - "$date": "2025-05-22T13:15:48.963Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6795f270a4463c0057e68f84" - }, - "price": 4930000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ بیکن و پیاز کاراملی", - "description": "بیکن، پیاز کاراملی، پنیر چدار", - "short_description": "", - "category": { - "$oid": "6795eae6a4463c0057e68d61" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:29:36.711Z" - }, - "updated_at": { - "$date": "2025-12-23T14:13:22.642Z" - }, - "__v": 0, - "image": "food_1741622808905.png" -}, -{ - "_id": { - "$oid": "6795f290a4463c0057e68f8e" - }, - "price": 4830000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ سوسیس و خردل", - "description": "سوسیس، سس خردل، پیکل پیاز", - "short_description": "", - "category": { - "$oid": "6795eae6a4463c0057e68d61" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:30:08.356Z" - }, - "updated_at": { - "$date": "2025-12-23T14:14:15.154Z" - }, - "__v": 0, - "image": "food_1741622646582.png" -}, -{ - "_id": { - "$oid": "6795f2b5a4463c0057e68f98" - }, - "price": 3770000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ چیکن پارمسان", - "description": "مرغ، سس پارمسان، چیپس، گوجه مزه‌دار شده", - "short_description": "", - "category": { - "$oid": "6795eae6a4463c0057e68d61" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:30:45.459Z" - }, - "updated_at": { - "$date": "2025-12-23T14:15:25.261Z" - }, - "__v": 0, - "image": "food_1741622576851.png" -}, -{ - "_id": { - "$oid": "6795f2d1a4463c0057e68fa2" - }, - "price": 2930000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ سبزیجات", - "description": "بادمجان گریل، پاپریکا کبابی، اسفناج، کدو گریل، قارچ مزه‌دار شده، سس پنیر، گلیز بالزامیک", - "short_description": "", - "category": { - "$oid": "6795eae6a4463c0057e68d61" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:31:13.838Z" - }, - "updated_at": { - "$date": "2025-12-23T14:15:44.706Z" - }, - "__v": 0, - "image": "food_1741622410069.png" -}, -{ - "_id": { - "$oid": "6795f2f7a4463c0057e68fac" - }, - "price": 3570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ چیکن ملانزانا", - "description": "مرغ، بادمجان گریل، روکولا، گلیز بالزامیک، پستو روسو", - "short_description": "", - "category": { - "$oid": "6795eae6a4463c0057e68d61" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:31:51.318Z" - }, - "updated_at": { - "$date": "2025-12-23T14:16:07.614Z" - }, - "__v": 0, - "image": "food_1741622230110.png" -}, -{ - "_id": { - "$oid": "6795f31da4463c0057e68fb6" - }, - "price": 3550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ چیکن پستو", - "description": "مرغ، سس پستو ریحان، گوجه مزه‌دار شده، سس پنیر", - "short_description": "", - "category": { - "$oid": "6795eb06a4463c0057e68d76" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:32:29.272Z" - }, - "updated_at": { - "$date": "2025-12-23T14:17:07.585Z" - }, - "__v": 0, - "image": "food_1741622155566.png" -}, -{ - "_id": { - "$oid": "6795f3a7a4463c0057e68fd5" - }, - "price": 2630000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ چیکن هالوپینو", - "description": "مرغ، سس هالوپینو، گوجه مزه‌دار، پیازچه", - "short_description": "", - "category": { - "$oid": "6795eb06a4463c0057e68d76" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T08:34:47.277Z" - }, - "updated_at": { - "$date": "2025-10-18T12:38:23.981Z" - }, - "__v": 0, - "image": "food_1741621934158.png" -}, -{ - "_id": { - "$oid": "679616c0a4463c0057e695fa" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه", - "description": "", - "short_description": "", - "category": { - "$oid": "679615c6a4463c0057e695b4" - }, - "index": 1, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T11:04:32.508Z" - }, - "updated_at": { - "$date": "2025-10-27T14:22:18.569Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679616faa4463c0057e6960a" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز", - "description": "", - "short_description": "", - "category": { - "$oid": "679615c6a4463c0057e695b4" - }, - "index": 2, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T11:05:30.603Z" - }, - "updated_at": { - "$date": "2025-10-27T14:22:37.638Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67961828a4463c0057e6962e" - }, - "price": 1320000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس تی کوکو گرین", - "description": "چای سبز سرددم، سیروپ نارگیل", - "short_description": "", - "category": { - "$oid": "679615c6a4463c0057e695b4" - }, - "index": 11, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T11:10:32.662Z" - }, - "updated_at": { - "$date": "2025-10-27T14:21:58.908Z" - }, - "__v": 0, - "image": "food_1741621829898.png" -}, -{ - "_id": { - "$oid": "67961913a4463c0057e69666" - }, - "price": 1930000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کرم بروله", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T11:14:27.016Z" - }, - "updated_at": { - "$date": "2025-12-23T13:57:21.591Z" - }, - "__v": 0, - "image": "food_1741621763441.png" -}, -{ - "_id": { - "$oid": "67961988a4463c0057e69670" - }, - "price": 2210000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موس شکلات و پرتقال", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 0, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T11:16:24.528Z" - }, - "updated_at": { - "$date": "2025-12-23T13:57:43.785Z" - }, - "__v": 0, - "image": "food_1741621732851.png" -}, -{ - "_id": { - "$oid": "67962c26a4463c0057e6998c" - }, - "price": 2020000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته سیروپ", - "description": "سیروپ انتخابی (کارامل/شکلات/نارگیل/فندوق/وانیل/لوتوس)", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 9, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-26T12:35:50.787Z" - }, - "updated_at": { - "$date": "2025-05-22T08:00:47.171Z" - }, - "__v": 0, - "image": "food_1741717242990.png" -}, -{ - "_id": { - "$oid": "6796d07aa4463c0057e6ab59" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات دوبی", - "description": "یک عدد دونات شکلات ، یک عدد (تکه ای) شکلات دوبی", - "short_description": "", - "category": { - "$oid": "6796cfa4a4463c0057e6ab4c" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-01-27T00:16:58.244Z" - }, - "updated_at": { - "$date": "2025-08-14T23:31:22.362Z" - }, - "__v": 0, - "image": "food_1743526505742.png" -}, -{ - "_id": { - "$oid": "6796d0c6a4463c0057e6ab6f" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات پسته دوبی ", - "description": "یک عدد دونات شکلات ، یک عدد ( تکه ای ) شکلات دوبی ، پودر پسته", - "short_description": "", - "category": { - "$oid": "6796cfa4a4463c0057e6ab4c" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-01-27T00:18:14.970Z" - }, - "updated_at": { - "$date": "2025-08-14T23:30:57.644Z" - }, - "__v": 0, - "image": "food_1738534628614.png" -}, -{ - "_id": { - "$oid": "67988fb8a4463c0057e6dabf" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ۷۰/۳۰", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 3, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-28T08:05:12.082Z" - }, - "updated_at": { - "$date": "2025-12-22T20:03:47.246Z" - }, - "__v": 0, - "image": "food_1741717154499.png" -}, -{ - "_id": { - "$oid": "67988ff5a4463c0057e6dad2" - }, - "price": 1740000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ماکیاتو ۷۰/۳۰", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 4, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-28T08:06:13.151Z" - }, - "updated_at": { - "$date": "2025-12-22T20:04:15.929Z" - }, - "__v": 0, - "image": "food_1741716889953.png" -}, -{ - "_id": { - "$oid": "67989025a4463c0057e6dae8" - }, - "price": 1860000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو پیکولو ۷۰/۳۰", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 5, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-28T08:07:01.707Z" - }, - "updated_at": { - "$date": "2025-12-22T20:04:42.220Z" - }, - "__v": 0, - "image": "food_1741716997525.png" -}, -{ - "_id": { - "$oid": "6798904ba4463c0057e6dafb" - }, - "price": 1960000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو کورتادو ۷۰/۳۰", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 6, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-28T08:07:39.555Z" - }, - "updated_at": { - "$date": "2025-12-22T20:06:19.259Z" - }, - "__v": 0, - "image": "food_1741716966384.png" -}, -{ - "_id": { - "$oid": "67989070a4463c0057e6db05" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو ۷۰/۳۰", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 7, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-28T08:08:16.573Z" - }, - "updated_at": { - "$date": "2025-12-22T20:08:35.486Z" - }, - "__v": 0, - "image": "food_1741632315585.png" -}, -{ - "_id": { - "$oid": "67989091a4463c0057e6db0f" - }, - "price": 2140000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته ۷۰/۳۰", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 8, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-28T08:08:49.987Z" - }, - "updated_at": { - "$date": "2025-12-22T20:10:43.002Z" - }, - "__v": 0, - "image": "food_1741716779814.png" -}, -{ - "_id": { - "$oid": "679890d8a4463c0057e6db29" - }, - "price": 2080000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو ۷۰/۳۰", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 10, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-28T08:10:00.361Z" - }, - "updated_at": { - "$date": "2025-12-22T20:09:08.839Z" - }, - "__v": 0, - "image": "food_1741716756922.png" -}, -{ - "_id": { - "$oid": "679890faa4463c0057e6db33" - }, - "price": 2080000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فلت وایت ۷۰/۳۰", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 11, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-28T08:10:34.912Z" - }, - "updated_at": { - "$date": "2025-12-22T20:09:57.964Z" - }, - "__v": 0, - "image": "food_1741716693388.png" -}, -{ - "_id": { - "$oid": "67989124a4463c0057e6db3d" - }, - "price": 2230000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماچا لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 16, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-28T08:11:16.384Z" - }, - "updated_at": { - "$date": "2025-12-23T13:38:51.595Z" - }, - "__v": 0, - "image": "food_1741716616701.png" -}, -{ - "_id": { - "$oid": "6798914aa4463c0057e6db47" - }, - "price": 2560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکو لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 17, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-28T08:11:54.311Z" - }, - "updated_at": { - "$date": "2025-12-23T13:40:29.742Z" - }, - "__v": 0, - "image": "food_1741716569208.png" -}, -{ - "_id": { - "$oid": "67989168a4463c0057e6db51" - }, - "price": 2550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکو ماچا لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 14, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-28T08:12:24.316Z" - }, - "updated_at": { - "$date": "2025-12-23T13:39:33.778Z" - }, - "__v": 0, - "image": "food_1741716528276.png" -}, -{ - "_id": { - "$oid": "679893a5a4463c0057e6dc89" - }, - "price": 2640000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته سیروپ", - "description": "سیروپ انتخابی (کارامل/شکلات/نارگیل/فندوق/وانیل/لوتوس)", - "short_description": "", - "category": { - "$oid": "6795e9c5a4463c0057e68d28" - }, - "index": 3, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-28T08:21:57.880Z" - }, - "updated_at": { - "$date": "2025-12-22T20:11:49.419Z" - }, - "__v": 0, - "image": "food_1741717568965.png" -}, -{ - "_id": { - "$oid": "6798e559bd2ce20057144cb3" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک روز", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1e0fc1eece3d762639b" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-01-28T14:10:33.811Z" - }, - "updated_at": { - "$date": "2025-04-21T09:29:52.397Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6799d309bd2ce20057146af8" - }, - "price": 3010000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته بابل تی", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9c5a4463c0057e68d28" - }, - "index": 4, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-29T07:04:41.427Z" - }, - "updated_at": { - "$date": "2025-12-23T13:44:54.666Z" - }, - "__v": 0, - "image": "food_1741717726294.png" -}, -{ - "_id": { - "$oid": "6799d353bd2ce20057146b18" - }, - "price": 2400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس ماچا بابل تی", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9c5a4463c0057e68d28" - }, - "index": 6, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-29T07:05:55.787Z" - }, - "updated_at": { - "$date": "2025-12-23T13:47:05.907Z" - }, - "__v": 0, - "image": "food_1741717765520.png" -}, -{ - "_id": { - "$oid": "6799d3bdbd2ce20057146b46" - }, - "price": 3300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراپاچینو سیروپ", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9c5a4463c0057e68d28" - }, - "index": 8, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-29T07:07:41.167Z" - }, - "updated_at": { - "$date": "2025-12-23T13:42:22.735Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6799d3e5bd2ce20057146b50" - }, - "price": 3040000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراپاچینو بابل تی", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9c5a4463c0057e68d28" - }, - "index": 9, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-29T07:08:21.331Z" - }, - "updated_at": { - "$date": "2025-12-23T13:47:25.823Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a5ed3bd2ce20057147eb6" - }, - "price": 640000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو عربیکا", - "description": "عصاره دان قهوه عربیکا + شکلات + اب", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 1, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:01:07.018Z" - }, - "updated_at": { - "$date": "2025-01-29T17:01:51.167Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a5f5dbd2ce20057147f06" - }, - "price": 490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو کامرشیال", - "description": "عصاره دان قهوه ربوستا + شکلات + اب", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 2, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:03:25.055Z" - }, - "updated_at": { - "$date": "2025-01-29T17:03:25.055Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a600cbd2ce20057147f79" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ماکیاتو عربیکا", - "description": "عصاره دان قهوه عربیکا +فوم شیر+ شکلات + اب", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 3, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:06:20.426Z" - }, - "updated_at": { - "$date": "2025-01-29T17:06:20.426Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a608cbd2ce20057147fc8" - }, - "price": 490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ماکیاتو کامرشیال", - "description": "عصاره دان قهوه ربوستا +فوم شیر+ شکلات + اب", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 4, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:08:28.483Z" - }, - "updated_at": { - "$date": "2025-01-29T17:08:28.483Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a611ebd2ce20057148027" - }, - "price": 830000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کن پانا عربیکا", - "description": "عصاره دان قهوه عربیکا +خامه+ شکلات + اب", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 5, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:10:54.597Z" - }, - "updated_at": { - "$date": "2025-01-29T17:10:54.597Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a6258bd2ce2005714811b" - }, - "price": 730000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کن پانا کامرشیال", - "description": "عصاره دان قهوه ربوستا +خامه+ شکلات + اب", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 6, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:16:08.757Z" - }, - "updated_at": { - "$date": "2025-01-29T17:16:08.757Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a62cabd2ce2005714814f" - }, - "price": 670000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "امریکانو عربیکا", - "description": "عصاره دان قهوه عربیکا +اب جوش+ شکلات", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 7, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:18:02.578Z" - }, - "updated_at": { - "$date": "2025-01-29T17:18:02.578Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a6332bd2ce2005714816b" - }, - "price": 510000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "امریکانو کامرشیال", - "description": "عصاره دان قهوه ربوستا +اب جوش + شکلات ", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 8, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:19:46.667Z" - }, - "updated_at": { - "$date": "2025-01-29T17:19:46.667Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a638abd2ce200571481ab" - }, - "price": 890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته عربیکا", - "description": "عصاره دان قهوه عربیکا +شیر", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 9, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:21:14.765Z" - }, - "updated_at": { - "$date": "2025-01-29T17:21:14.765Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a63d4bd2ce200571481c7" - }, - "price": 790000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته کامرشیال", - "description": "عصاره دان قهوه ربوستا+شیر", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 10, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:22:28.443Z" - }, - "updated_at": { - "$date": "2025-01-29T17:22:28.443Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a642ebd2ce200571481fe" - }, - "price": 890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فلت وایت عربیکا", - "description": "عصاره قهوه عربیکا +شیر فوم", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 11, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:23:58.311Z" - }, - "updated_at": { - "$date": "2025-01-29T17:35:49.824Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a6539bd2ce20057148270" - }, - "price": 790000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فلت وایت کامرشیال", - "description": "عصاره قهوه ربوستا+ شیر فوم", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 12, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:28:25.459Z" - }, - "updated_at": { - "$date": "2025-01-29T17:28:25.459Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a678fbd2ce20057148391" - }, - "price": 890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو عربیکا", - "description": "عصاره قهوه عربیکا +شیر فوم", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 13, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:38:23.100Z" - }, - "updated_at": { - "$date": "2025-01-29T17:38:23.100Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a682dbd2ce20057148445" - }, - "price": 790000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو کامرشیال", - "description": "عصاره قهوه ربوستا+شیر فوم", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 14, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:41:01.551Z" - }, - "updated_at": { - "$date": "2025-01-29T17:41:01.551Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a68aabd2ce20057148479" - }, - "price": 1090000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو عربیکا", - "description": "عصاره قهوه عربیکا +شیر فوم + سس کارامل + سیروپ کارامل", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 15, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:43:06.152Z" - }, - "updated_at": { - "$date": "2025-01-29T17:43:06.152Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a691dbd2ce2005714849a" - }, - "price": 1010000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو کامرشیال", - "description": "عصاره قهوه ربوستا +شیر فوم + سس کارامل + سیروپ کارامل", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 16, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:45:01.721Z" - }, - "updated_at": { - "$date": "2025-01-29T17:45:01.721Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a6976bd2ce200571484d6" - }, - "price": 1090000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا عربیکا", - "description": "عصاره قهوه عربیکا +شیر فوم + سس شکلات", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 17, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:46:30.976Z" - }, - "updated_at": { - "$date": "2025-01-29T17:46:30.976Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679a69b3bd2ce200571484f8" - }, - "price": 1010000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا کامرشیال", - "description": "عصاره قهوه ربوستا +شیر فوم + سس شکلات", - "short_description": "", - "category": { - "$oid": "6798e8fabd2ce20057144d97" - }, - "index": 18, - "storeId": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "created_at": { - "$date": "2025-01-29T17:47:31.239Z" - }, - "updated_at": { - "$date": "2025-01-29T17:47:31.239Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679b5246bd2ce2005714936b" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمی دستگاهی", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9f3a4463c0057e68d31" - }, - "index": 4, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-30T10:19:50.739Z" - }, - "updated_at": { - "$date": "2025-12-23T14:20:24.589Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679b52afbd2ce20057149391" - }, - "price": 1680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلدبرو کلاسیک", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9f3a4463c0057e68d31" - }, - "index": 10, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-30T10:21:35.835Z" - }, - "updated_at": { - "$date": "2025-12-09T12:50:13.378Z" - }, - "__v": 0, - "image": "food_1741615796962.png" -}, -{ - "_id": { - "$oid": "679b52ccbd2ce200571493a4" - }, - "price": 1680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلدبرو پرشین", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9f3a4463c0057e68d31" - }, - "index": 9, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-30T10:22:04.566Z" - }, - "updated_at": { - "$date": "2025-12-09T12:55:43.534Z" - }, - "__v": 0, - "image": "food_1741615745223.png" -}, -{ - "_id": { - "$oid": "679b52ebbd2ce200571493ba" - }, - "price": 1780000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلدبرو کوکو آچری", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9f3a4463c0057e68d31" - }, - "index": 5, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-30T10:22:35.650Z" - }, - "updated_at": { - "$date": "2025-10-20T19:22:12.325Z" - }, - "__v": 0, - "image": "food_1741615718530.png" -}, -{ - "_id": { - "$oid": "679b5307bd2ce200571493c4" - }, - "price": 1680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلدبرو آیریش", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9f3a4463c0057e68d31" - }, - "index": 6, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-30T10:23:03.596Z" - }, - "updated_at": { - "$date": "2025-10-20T19:21:50.305Z" - }, - "__v": 0, - "image": "food_1741615672755.png" -}, -{ - "_id": { - "$oid": "679b5496bd2ce2005714943a" - }, - "price": 2580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تست اسفناج و قارچ", - "description": "نان خمیر ترش، اسفناج، قارچ کره‌ای، تخم مرغ(همراه با قهوه دمي/چای)", - "short_description": "", - "category": { - "$oid": "679b535bbd2ce200571493da" - }, - "index": 3, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-30T10:29:42.674Z" - }, - "updated_at": { - "$date": "2025-10-18T12:44:28.482Z" - }, - "__v": 0, - "image": "food_1741615541780.png" -}, -{ - "_id": { - "$oid": "679b5517bd2ce20057149468" - }, - "price": 3350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیکن و نیمرو", - "description": "نان بریوش، قارچ، بیکن، نیمرو(همراه با قهوه دمي/چای)", - "short_description": "", - "category": { - "$oid": "679b535bbd2ce200571493da" - }, - "index": 4, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-30T10:31:51.834Z" - }, - "updated_at": { - "$date": "2025-10-18T12:45:12.649Z" - }, - "__v": 0, - "image": "food_1741615479089.png" -}, -{ - "_id": { - "$oid": "679b5558bd2ce20057149496" - }, - "price": 3510000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوسیس و اسکرامبل", - "description": "نان بریوش، سوسیس، سس خردل، اسکرامبل(همراه با قهوه دمي/چای)", - "short_description": "", - "category": { - "$oid": "679b535bbd2ce200571493da" - }, - "index": 5, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-30T10:32:56.256Z" - }, - "updated_at": { - "$date": "2025-05-22T09:14:23.444Z" - }, - "__v": 0, - "image": "food_1741615422472.png" -}, -{ - "_id": { - "$oid": "679b62fbbd2ce2005714963d" - }, - "price": 3230000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ مرغ و زیتون", - "description": "مرغ، زیتون، روکولا، ریحان ایتالیایی", - "short_description": "", - "category": { - "$oid": "6795eb06a4463c0057e68d76" - }, - "index": 4, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-01-30T11:31:07.410Z" - }, - "updated_at": { - "$date": "2025-12-23T14:19:05.743Z" - }, - "__v": 0, - "image": "food_1741615365988.png" -}, -{ - "_id": { - "$oid": "679b82afbd2ce20057149981" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو", - "description": "۷۰/۳۰", - "short_description": "", - "category": { - "$oid": "679b8217bd2ce20057149938" - }, - "index": 1, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-01-30T13:46:23.154Z" - }, - "updated_at": { - "$date": "2025-09-06T22:48:40.767Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679dfca6bd2ce2005714eb43" - }, - "price": 2250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاناکوتا انجیر", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 2, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-02-01T10:51:18.542Z" - }, - "updated_at": { - "$date": "2025-12-23T13:58:01.547Z" - }, - "__v": 0, - "image": "food_1741608384524.png" -}, -{ - "_id": { - "$oid": "679f689cbd2ce20057150871" - }, - "price": 3850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "زینگر new", - "description": "نان برگر ،2عدد فیله سوخاری ،سس مخصوص،کاهو لوتوس،گوجه فرنگی،رلیش خیار، ساید سالاد و سیب زمینی(سرو سالن)", - "short_description": "", - "category": { - "$oid": "6207a2681ee4b0270db4c429" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2025-02-02T12:44:12.708Z" - }, - "updated_at": { - "$date": "2025-12-25T12:38:59.352Z" - }, - "__v": 0, - "image": "food_1739469537281.png" -}, -{ - "_id": { - "$oid": "679fed0ebd2ce20057151eaa" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "معجون نوتلا", - "description": "بستنی معجون ، موز ، گردو ، پسته ، فندوق ، بادام هندی ، پودر نارگیل و پسته ، نوتلا (از هر مغز ۳ تا ۴ عدد)", - "short_description": "", - "category": { - "$oid": "673064fdc3c0100063e6bf7f" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "image": "food_1738534156977.png", - "created_at": { - "$date": "2025-02-02T22:09:18.699Z" - }, - "updated_at": { - "$date": "2025-02-02T22:09:18.699Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679fee92bd2ce20057151f1f" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسنک ژامبون مرغ", - "description": "یک جفت، ژامبون مرغ 90 درصد، فلفل دلمه ای، قارچ، پنیر پیتزا (مخلوط کاله و مطهر)، سس و ادویه مخصوص، همراه با سالاد کاهو", - "short_description": "", - "category": { - "$oid": "673db4bac3c0100063e83ef2" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "image": "food_1738534544438.png", - "created_at": { - "$date": "2025-02-02T22:15:46.405Z" - }, - "updated_at": { - "$date": "2025-11-24T18:17:14.195Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679fef4fbd2ce20057151f43" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسنک پپرونی", - "description": "‎یک جفت، کالباس پپیرونی ، فلفل دلمه ای، قارچ، پنیر پیتزا (مخلوط کاله و مطهر)، سس و ادویه مخصوص، همراه با سالاد کاهو", - "short_description": "", - "category": { - "$oid": "673db4bac3c0100063e83ef2" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "image": "food_1738534733565.png", - "created_at": { - "$date": "2025-02-02T22:18:55.487Z" - }, - "updated_at": { - "$date": "2025-11-24T18:16:46.502Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "679fef98bd2ce20057151f56" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسنک ژامبون گوشت ", - "description": "‎یک جفت، ژامبون گوشت ۹۰ درصد ، فلفل دلمه ای، قارچ، پنیر پیتزا (مخلوط کاله و مطهر)، سس و ادویه مخصوص، همراه با سالاد کاهو", - "short_description": "", - "category": { - "$oid": "673db4bac3c0100063e83ef2" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "image": "food_1738534806343.png", - "created_at": { - "$date": "2025-02-02T22:20:08.295Z" - }, - "updated_at": { - "$date": "2025-11-24T18:16:23.064Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a0a839bd2ce200571529de" - }, - "price": 1120000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی شکلات پرتقال", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 10, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-02-03T11:27:53.079Z" - }, - "updated_at": { - "$date": "2025-12-23T13:53:42.578Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a0a872bd2ce200571529f2" - }, - "price": 1120000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی چاکلت چیپسی", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 12, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-02-03T11:28:50.849Z" - }, - "updated_at": { - "$date": "2025-12-23T13:53:16.210Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5b7a1bd2ce20057159458" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو", - "description": "آب + اسپرسو", - "short_description": "", - "category": { - "$oid": "679b8217bd2ce20057149938" - }, - "index": 2, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T07:34:57.656Z" - }, - "updated_at": { - "$date": "2025-04-13T18:24:42.582Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5b7ecbd2ce20057159462" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کورتادو", - "description": "نسبت مساوی شیر و قهوه", - "short_description": "", - "category": { - "$oid": "679b8217bd2ce20057149938" - }, - "index": 3, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T07:36:12.267Z" - }, - "updated_at": { - "$date": "2025-04-13T18:24:56.696Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5b85abd2ce20057159482" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته", - "description": "قهوه و شیر", - "short_description": "", - "category": { - "$oid": "679b8217bd2ce20057149938" - }, - "index": 4, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T07:38:02.158Z" - }, - "updated_at": { - "$date": "2025-04-13T18:24:13.432Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5b8c7bd2ce20057159492" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیسکولاته", - "description": "کرم لوتوس شیر و اسپرسو", - "short_description": "", - "category": { - "$oid": "679b8217bd2ce20057149938" - }, - "index": 5, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T07:39:51.561Z" - }, - "updated_at": { - "$date": "2025-04-13T18:23:20.185Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5b992bd2ce200571594a8" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا", - "description": "شکلات اسپرسو شیر", - "short_description": "", - "category": { - "$oid": "679b8217bd2ce20057149938" - }, - "index": 6, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T07:43:14.849Z" - }, - "updated_at": { - "$date": "2025-04-13T18:25:15.225Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5b9edbd2ce200571594b5" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو", - "description": "سیروپ کارامل شیر اسپرسو ", - "short_description": "", - "category": { - "$oid": "679b8217bd2ce20057149938" - }, - "index": 7, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T07:44:45.409Z" - }, - "updated_at": { - "$date": "2025-05-27T08:14:34.977Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5bb0cbd2ce20057159509" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نسکافه", - "description": "پودر نسکافه شیر", - "short_description": "", - "category": { - "$oid": "679b8217bd2ce20057149938" - }, - "index": 8, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T07:49:32.053Z" - }, - "updated_at": { - "$date": "2025-04-13T18:26:05.901Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5bb51bd2ce20057159513" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "شیر اسپرسو", - "short_description": "", - "category": { - "$oid": "679b8217bd2ce20057149938" - }, - "index": 9, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T07:50:41.085Z" - }, - "updated_at": { - "$date": "2025-04-13T18:26:19.854Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5bc21bd2ce2005715957f" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کن هیلو ", - "description": "اسپرسو یخ", - "short_description": "", - "category": { - "$oid": "67a5bba6bd2ce20057159539" - }, - "index": 1, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T07:54:09.801Z" - }, - "updated_at": { - "$date": "2025-04-13T18:35:17.474Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5bc68bd2ce2005715958f" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس امریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "67a5bba6bd2ce20057159539" - }, - "index": 2, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T07:55:20.452Z" - }, - "updated_at": { - "$date": "2025-04-13T18:26:56.188Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5bcaebd2ce200571595a2" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس موکا", - "description": "شکلات اسپرسو شیر یخ", - "short_description": "", - "category": { - "$oid": "67a5bba6bd2ce20057159539" - }, - "index": 3, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T07:56:30.075Z" - }, - "updated_at": { - "$date": "2025-04-13T18:27:27.894Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5bcf7bd2ce200571595ae" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس لاته", - "description": "شیر اسپرسو یخ", - "short_description": "", - "category": { - "$oid": "67a5bba6bd2ce20057159539" - }, - "index": 4, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T07:57:43.249Z" - }, - "updated_at": { - "$date": "2025-04-13T18:22:38.294Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5bd86bd2ce200571595c5" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس کارامل ماکیاتو", - "description": "سیروپ کارامل اسپرسو شیر یخ", - "short_description": "", - "category": { - "$oid": "67a5bba6bd2ce20057159539" - }, - "index": 5, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T08:00:06.715Z" - }, - "updated_at": { - "$date": "2025-05-26T15:46:39.769Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5bdf2bd2ce200571595e7" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آفوگاتو", - "description": "بستنی وانیل اسپرسو", - "short_description": "", - "category": { - "$oid": "67a5bba6bd2ce20057159539" - }, - "index": 6, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T08:01:54.935Z" - }, - "updated_at": { - "$date": "2025-08-12T14:02:15.963Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5be54bd2ce2005715960b" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس کوکولاته", - "description": "سیروپ نارگیل اسپرسو شیر یخ", - "short_description": "", - "category": { - "$oid": "67a5bba6bd2ce20057159539" - }, - "index": 7, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T08:03:32.146Z" - }, - "updated_at": { - "$date": "2025-05-27T08:13:47.755Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5bec0bd2ce20057159627" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس لاته فندوق", - "description": "سیروپ فندوق اسپرسو شیر یخ", - "short_description": "", - "category": { - "$oid": "67a5bba6bd2ce20057159539" - }, - "index": 8, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T08:05:20.099Z" - }, - "updated_at": { - "$date": "2025-05-27T08:13:31.502Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5c34dbd2ce2005715969c" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نیمرو", - "description": "", - "short_description": "", - "category": { - "$oid": "67a5c045bd2ce20057159653" - }, - "index": 1, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T08:24:45.810Z" - }, - "updated_at": { - "$date": "2025-08-12T14:12:19.087Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5c38dbd2ce200571596a6" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "املت", - "description": "", - "short_description": "", - "category": { - "$oid": "67a5c045bd2ce20057159653" - }, - "index": 2, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T08:25:49.111Z" - }, - "updated_at": { - "$date": "2025-09-06T22:47:16.384Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5c3edbd2ce200571596b0" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوسیس تخم مرغ مخصوص", - "description": "سوسیس، تخم مرغ، رب، ادویه مخصوص", - "short_description": "", - "category": { - "$oid": "67a5c045bd2ce20057159653" - }, - "index": 3, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T08:27:25.890Z" - }, - "updated_at": { - "$date": "2025-09-06T22:46:46.542Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5c4d9bd2ce200571596d0" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "املت ژامبون ", - "description": "", - "short_description": "", - "category": { - "$oid": "67a5c045bd2ce20057159653" - }, - "index": 5, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T08:31:21.727Z" - }, - "updated_at": { - "$date": "2025-08-12T14:14:59.404Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5c518bd2ce200571596da" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "املت با قارچ و پنیر", - "description": "قارچ و پنیر رب و تخم مرغ", - "short_description": "", - "category": { - "$oid": "67a5c045bd2ce20057159653" - }, - "index": 6, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T08:32:24.571Z" - }, - "updated_at": { - "$date": "2025-09-06T22:45:17.155Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5c70abd2ce2005715972a" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلاسیک فرایز", - "description": "", - "short_description": "", - "category": { - "$oid": "67a5c6b9bd2ce2005715971a" - }, - "index": 1, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T08:40:42.316Z" - }, - "updated_at": { - "$date": "2025-02-07T08:40:42.316Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5c755bd2ce20057159740" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت فرایز", - "description": "سیب زمینی سس قارچ", - "short_description": "", - "category": { - "$oid": "67a5c6b9bd2ce2005715971a" - }, - "index": 2, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T08:41:57.289Z" - }, - "updated_at": { - "$date": "2025-09-06T22:45:56.527Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5cc66bd2ce20057159820" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه ساده", - "description": "فرنچ چای نبات ", - "short_description": "", - "category": { - "$oid": "67a5cbf3bd2ce20057159807" - }, - "index": 1, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T09:03:34.464Z" - }, - "updated_at": { - "$date": "2025-09-06T22:44:45.294Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5ccc2bd2ce20057159839" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای ویژه", - "description": "هل دارچین نبات ", - "short_description": "", - "category": { - "$oid": "67a5cbf3bd2ce20057159807" - }, - "index": 2, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T09:05:06.699Z" - }, - "updated_at": { - "$date": "2025-09-06T22:44:01.614Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5cdcebd2ce2005715986c" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای نعنا", - "description": "", - "short_description": "", - "category": { - "$oid": "67a5cbf3bd2ce20057159807" - }, - "index": 3, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T09:09:34.451Z" - }, - "updated_at": { - "$date": "2025-09-06T22:43:33.749Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5cdfcbd2ce20057159876" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گل گاو زبان", - "description": "", - "short_description": "", - "category": { - "$oid": "67a5cbf3bd2ce20057159807" - }, - "index": 4, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T09:10:20.365Z" - }, - "updated_at": { - "$date": "2025-09-06T22:42:26.468Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5ce7ebd2ce200571598a7" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش آرامش", - "description": "", - "short_description": "", - "category": { - "$oid": "67a5cbf3bd2ce20057159807" - }, - "index": 6, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T09:12:30.386Z" - }, - "updated_at": { - "$date": "2025-08-12T14:06:00.447Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5ced4bd2ce200571598bb" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز", - "description": "", - "short_description": "", - "category": { - "$oid": "67a5cbf3bd2ce20057159807" - }, - "index": 8, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T09:13:56.011Z" - }, - "updated_at": { - "$date": "2025-08-12T14:08:07.882Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5ff58bd2ce2005715a00b" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیموناد", - "description": "", - "short_description": "", - "category": { - "$oid": "67a5fee4bd2ce20057159ffe" - }, - "index": 1, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T12:40:56.963Z" - }, - "updated_at": { - "$date": "2025-05-24T13:24:48.746Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a5ffcfbd2ce2005715a022" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "67a5fee4bd2ce20057159ffe" - }, - "index": 1, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T12:42:55.664Z" - }, - "updated_at": { - "$date": "2025-05-24T13:24:19.337Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a6035bbd2ce2005715a064" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بلو لایم", - "description": "آب اناناس سیب سبز پرتقال سیروپ بلو کاراسائو", - "short_description": "", - "category": { - "$oid": "67a5fee4bd2ce20057159ffe" - }, - "index": 5, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T12:58:03.290Z" - }, - "updated_at": { - "$date": "2025-09-06T19:18:30.461Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a603d9bd2ce2005715a06e" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رد پلام ", - "description": "اب الو قرمز ابلیمو جز هندی سیروپ کرن بری", - "short_description": "", - "category": { - "$oid": "67a5fee4bd2ce20057159ffe" - }, - "index": 6, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T13:00:09.191Z" - }, - "updated_at": { - "$date": "2025-09-06T19:17:36.058Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a60b6fbd2ce2005715a0fb" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک وانیل ", - "description": "", - "short_description": "", - "category": { - "$oid": "67a60565bd2ce2005715a0b6" - }, - "index": 1, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T13:32:31.590Z" - }, - "updated_at": { - "$date": "2025-09-06T19:16:24.745Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a60baabd2ce2005715a105" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک شکلات ", - "description": "", - "short_description": "", - "category": { - "$oid": "67a60565bd2ce2005715a0b6" - }, - "index": 2, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T13:33:30.504Z" - }, - "updated_at": { - "$date": "2025-09-06T19:15:37.408Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a60c11bd2ce2005715a115" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک لوتوس ", - "description": " بستنی وانیل کرم لوتوس ", - "short_description": "", - "category": { - "$oid": "67a60565bd2ce2005715a0b6" - }, - "index": 3, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T13:35:13.917Z" - }, - "updated_at": { - "$date": "2025-09-06T19:14:05.890Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a60ccabd2ce2005715a12b" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک بادام زمینی ", - "description": "بستنی کره بادام زمینی ", - "short_description": "", - "category": { - "$oid": "67a60565bd2ce2005715a0b6" - }, - "index": 4, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T13:38:18.908Z" - }, - "updated_at": { - "$date": "2025-09-06T19:13:17.524Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a60d65bd2ce2005715a164" - }, - "price": 1870000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک استرانوتلا", - "description": "بستنی توت فرنگی نوتلا ", - "short_description": "", - "category": { - "$oid": "67a60565bd2ce2005715a0b6" - }, - "index": 5, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T13:40:53.349Z" - }, - "updated_at": { - "$date": "2025-09-06T19:11:43.191Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a60e32bd2ce2005715a1b7" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک کوکو بنانا", - "description": "بستنی وانیل و شکلات نوتلا موز نارگیل ", - "short_description": "", - "category": { - "$oid": "67a60565bd2ce2005715a0b6" - }, - "index": 6, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T13:44:18.726Z" - }, - "updated_at": { - "$date": "2025-09-06T19:10:40.783Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a619f5bd2ce2005715a3f8" - }, - "price": 3000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا چیکن آلفردو", - "description": "قارچ خامه پنه 150گرم فیله مرغ", - "short_description": "", - "category": { - "$oid": "67a61944bd2ce2005715a3c7" - }, - "index": 1, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T14:34:29.062Z" - }, - "updated_at": { - "$date": "2025-09-06T19:09:03.537Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a61a68bd2ce2005715a408" - }, - "price": 3100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا بیف آلفردو ", - "description": "قارچ خامه پنه 150گرم گوشت قرمز ", - "short_description": "", - "category": { - "$oid": "67a61944bd2ce2005715a3c7" - }, - "index": 2, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T14:36:24.206Z" - }, - "updated_at": { - "$date": "2025-09-06T19:08:21.174Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a61af8bd2ce2005715a451" - }, - "price": 2400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن استراگانوف", - "description": "قارچ خامه خلال سیب زمینی 150 گرم فیله مرغ", - "short_description": "", - "category": { - "$oid": "67a61944bd2ce2005715a3c7" - }, - "index": 3, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T14:38:48.056Z" - }, - "updated_at": { - "$date": "2025-09-06T19:07:34.558Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a61c83bd2ce2005715a581" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیف استراگانوف ", - "description": "قارچ خامه خلال سیب زمینی 150 گرم گوشت قرمز ", - "short_description": "", - "category": { - "$oid": "67a61944bd2ce2005715a3c7" - }, - "index": 4, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T14:45:23.772Z" - }, - "updated_at": { - "$date": "2025-09-06T19:02:38.522Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a61de4bd2ce2005715a5c8" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "کلاسیک برگر ", - "description": "نان برگر مخصوص 150گرم برگر 90 درصد ", - "short_description": "", - "category": { - "$oid": "67a61944bd2ce2005715a3c7" - }, - "index": 5, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T14:51:16.650Z" - }, - "updated_at": { - "$date": "2025-09-06T22:41:26.150Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a61e73bd2ce2005715a5ed" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "ماشروم برگر ", - "description": "سس قارچ نان مخصوص 150 گرم برگر 90 درصد گوشت ", - "short_description": "", - "category": { - "$oid": "67a61944bd2ce2005715a3c7" - }, - "index": 6, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T14:53:39.861Z" - }, - "updated_at": { - "$date": "2025-09-06T22:41:08.036Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67a61fa2bd2ce2005715a63c" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "چیز برگر ", - "description": "نان مخصوص پنیر گودا پنیر کاراملی 150 گرم برگر 90 درصد گوشت ", - "short_description": "", - "category": { - "$oid": "67a61944bd2ce2005715a3c7" - }, - "index": 7, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-07T14:58:42.326Z" - }, - "updated_at": { - "$date": "2025-09-06T22:40:38.572Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67b2538853628200621fd90e" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "هات چاکلت ", - "description": "", - "short_description": "", - "category": { - "$oid": "67b2531153628200621fd8f7" - }, - "index": 1, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-16T21:07:20.442Z" - }, - "updated_at": { - "$date": "2025-08-12T14:20:27.549Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67b253c453628200621fd924" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "هات کوکونات", - "description": "", - "short_description": "", - "category": { - "$oid": "67b2531153628200621fd8f7" - }, - "index": 2, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-16T21:08:20.166Z" - }, - "updated_at": { - "$date": "2025-08-12T14:19:51.256Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67b253f853628200621fd92e" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "هات فندق", - "description": "", - "short_description": "", - "category": { - "$oid": "67b2531153628200621fd8f7" - }, - "index": 3, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-16T21:09:12.488Z" - }, - "updated_at": { - "$date": "2025-08-12T14:19:27.565Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67b2542653628200621fd938" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "دارک چاکلت ", - "description": "", - "short_description": "", - "category": { - "$oid": "67b2531153628200621fd8f7" - }, - "index": 4, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-16T21:09:58.238Z" - }, - "updated_at": { - "$date": "2025-08-12T14:20:57.422Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67b2549c53628200621fd942" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پینک چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "67b2531153628200621fd8f7" - }, - "index": 5, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-16T21:11:56.703Z" - }, - "updated_at": { - "$date": "2025-08-12T14:21:25.251Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67b254c953628200621fd94c" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "67b2531153628200621fd8f7" - }, - "index": 6, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-16T21:12:41.584Z" - }, - "updated_at": { - "$date": "2025-08-12T14:22:49.306Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67b254f453628200621fd95f" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیسکو ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "67b2531153628200621fd8f7" - }, - "index": 7, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-16T21:13:24.702Z" - }, - "updated_at": { - "$date": "2025-08-12T14:22:24.796Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67b2558053628200621fd984" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ناتی ماسالا", - "description": "کره بادام زمینی ماسالا", - "short_description": "", - "category": { - "$oid": "67b2531153628200621fd8f7" - }, - "index": 8, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-16T21:15:44.290Z" - }, - "updated_at": { - "$date": "2025-08-12T14:22:00.253Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67b255b553628200621fd99a" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "67b2531153628200621fd8f7" - }, - "index": 9, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-16T21:16:37.410Z" - }, - "updated_at": { - "$date": "2025-09-06T22:24:02.214Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67b25b8b53628200621fda08" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیروپ ", - "description": "", - "short_description": "", - "category": { - "$oid": "679b8217bd2ce20057149938" - }, - "index": 11, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-16T21:41:31.242Z" - }, - "updated_at": { - "$date": "2025-05-24T13:27:05.662Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67b25be753628200621fda12" - }, - "price": 100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نبات اضافه", - "description": "", - "short_description": "", - "category": { - "$oid": "67a5cbf3bd2ce20057159807" - }, - "index": 11, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-16T21:43:03.598Z" - }, - "updated_at": { - "$date": "2025-09-06T19:00:58.872Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67b36e9753628200621fed63" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "ساندویچ ویژه", - "description": "هات‌داگ مجاری، سس قارچ، ژامبون تنوری، نان چارکی", - "short_description": "", - "category": { - "$oid": "67a61944bd2ce2005715a3c7" - }, - "index": 9, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-02-17T17:15:03.915Z" - }, - "updated_at": { - "$date": "2025-09-06T22:22:40.678Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67bdaf85536282006220e4ba" - }, - "price": 1690000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت لاگون", - "description": "آرمای دارچین در کنار طراوت میوه های استوایی", - "short_description": "", - "category": { - "$oid": "6208a9671ee4b0270db4c72b" - }, - "index": 1, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2025-02-25T11:54:45.869Z" - }, - "updated_at": { - "$date": "2025-09-27T11:18:34.259Z" - }, - "__v": 0, - "image": "food_1740650953725.png" -}, -{ - "_id": { - "$oid": "67d31649536282006222b2b0" - }, - "price": 1580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی رژیمی آجیلی", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 11, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-03-13T17:30:49.869Z" - }, - "updated_at": { - "$date": "2025-12-23T13:54:31.834Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67d83ce353628200622319f2" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماءالشعیرمخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "61ac60cdabb1b20239abe5bd" - }, - "index": 1, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "image": "food_1742224608597.png", - "created_at": { - "$date": "2025-03-17T15:16:51.311Z" - }, - "updated_at": { - "$date": "2025-10-02T16:35:07.528Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e97fc9536282006224d17e" - }, - "price": 2550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بشقاب وافل بستنی", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1e0fc1eece3d762639b" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "image": "food_1743355847058.png", - "created_at": { - "$date": "2025-03-30T17:30:49.162Z" - }, - "updated_at": { - "$date": "2025-03-30T17:30:49.162Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a0c6536282006224de64" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو70/30عربیکا", - "description": "", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 1, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743364293564.png", - "created_at": { - "$date": "2025-03-30T19:51:34.565Z" - }, - "updated_at": { - "$date": "2025-12-02T14:26:54.445Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a0f9536282006224de79" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "امریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 11, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743364344906.png", - "created_at": { - "$date": "2025-03-30T19:52:25.877Z" - }, - "updated_at": { - "$date": "2025-12-07T10:03:35.884Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a134536282006224de88" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 3, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743364403723.png", - "created_at": { - "$date": "2025-03-30T19:53:24.969Z" - }, - "updated_at": { - "$date": "2025-12-02T14:27:27.193Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a172536282006224de92" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کورتادو", - "description": "", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 10, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743364465048.png", - "created_at": { - "$date": "2025-03-30T19:54:26.095Z" - }, - "updated_at": { - "$date": "2025-12-07T09:37:24.554Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a199536282006224de9c" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 5, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743364504072.png", - "created_at": { - "$date": "2025-03-30T19:55:05.376Z" - }, - "updated_at": { - "$date": "2025-12-07T09:36:30.893Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a1b8536282006224dea9" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 6, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743364535455.png", - "created_at": { - "$date": "2025-03-30T19:55:36.681Z" - }, - "updated_at": { - "$date": "2025-12-02T14:28:22.325Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a1ea536282006224deb3" - }, - "price": 1360000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاپوچینو", - "description": "شیر . قهوه 50/50", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 7, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743364584676.png", - "created_at": { - "$date": "2025-03-30T19:56:26.012Z" - }, - "updated_at": { - "$date": "2025-12-02T14:29:33.142Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a241536282006224debd" - }, - "price": 1580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تیرامیسو", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 1, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743364671908.png", - "created_at": { - "$date": "2025-03-30T19:57:53.069Z" - }, - "updated_at": { - "$date": "2025-12-22T14:43:28.347Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a26f536282006224deca" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سه شیر شکلاتی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 2, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743364718345.png", - "created_at": { - "$date": "2025-03-30T19:58:39.411Z" - }, - "updated_at": { - "$date": "2025-12-22T14:40:18.531Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a2f3536282006224deda" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تارت وانیل توت فرنگی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 3, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1745075465530.png", - "created_at": { - "$date": "2025-03-30T20:00:51.274Z" - }, - "updated_at": { - "$date": "2025-09-30T11:34:36.734Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a312536282006224deea" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تارت شکلات توت فرنگی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 4, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T20:01:22.980Z" - }, - "updated_at": { - "$date": "2025-11-03T10:09:49.039Z" - }, - "__v": 0, - "image": "food_1745075559489.png" -}, -{ - "_id": { - "$oid": "67e9a336536282006224def4" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تارت شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 5, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T20:01:58.568Z" - }, - "updated_at": { - "$date": "2025-10-04T14:23:31.114Z" - }, - "__v": 0, - "image": "food_1745075535367.png" -}, -{ - "_id": { - "$oid": "67e9a367536282006224df01" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسنیکرز", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 6, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1745075435287.png", - "created_at": { - "$date": "2025-03-30T20:02:47.544Z" - }, - "updated_at": { - "$date": "2025-12-22T14:42:35.279Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a39e536282006224df0b" - }, - "price": 1070000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیزکیک نیویورکی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 7, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1745075502061.png", - "created_at": { - "$date": "2025-03-30T20:03:42.314Z" - }, - "updated_at": { - "$date": "2025-06-05T12:41:46.516Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a3d2536282006224df15" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیزکیک لوتوس", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 8, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743365073647.png", - "created_at": { - "$date": "2025-03-30T20:04:34.961Z" - }, - "updated_at": { - "$date": "2025-09-24T14:11:54.536Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a3fe536282006224df25" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیزکیک سن سباستین", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 9, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T20:05:18.137Z" - }, - "updated_at": { - "$date": "2025-12-22T14:37:30.486Z" - }, - "__v": 0, - "image": "food_1745075798711.png" -}, -{ - "_id": { - "$oid": "67e9a43c536282006224df3d" - }, - "price": 1030000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک شکلاتی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 11, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T20:06:20.492Z" - }, - "updated_at": { - "$date": "2025-06-05T12:40:26.873Z" - }, - "__v": 0, - "image": "food_1745075898953.png" -}, -{ - "_id": { - "$oid": "67e9a466536282006224df4a" - }, - "price": 630000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی شکلاتی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 12, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T20:07:02.071Z" - }, - "updated_at": { - "$date": "2025-12-22T14:53:10.873Z" - }, - "__v": 0, - "image": "food_1766415189898.png" -}, -{ - "_id": { - "$oid": "67e9a48f536282006224df54" - }, - "price": 680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رول دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99de8536282006224dc82" - }, - "index": 1, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T20:07:43.382Z" - }, - "updated_at": { - "$date": "2025-03-30T20:07:43.382Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a4b5536282006224df5e" - }, - "price": 790000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فلت کروسان", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99de8536282006224dc82" - }, - "index": 2, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T20:08:21.366Z" - }, - "updated_at": { - "$date": "2025-03-30T20:08:21.366Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a4e6536282006224df6b" - }, - "price": 420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوییس برد", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99de8536282006224dc82" - }, - "index": 3, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T20:09:10.593Z" - }, - "updated_at": { - "$date": "2025-03-30T20:09:10.593Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67e9a51b536282006224df78" - }, - "price": 890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نیویورک رول", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99de8536282006224dc82" - }, - "index": 4, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-30T20:10:03.511Z" - }, - "updated_at": { - "$date": "2025-03-30T20:10:03.511Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8b18536282006224ee4c" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه لاهیجان", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 1, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424279408.png", - "created_at": { - "$date": "2025-03-31T12:31:20.412Z" - }, - "updated_at": { - "$date": "2025-12-02T14:31:08.201Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8b3b536282006224ee65" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیرچای", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 2, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424314094.png", - "created_at": { - "$date": "2025-03-31T12:31:55.262Z" - }, - "updated_at": { - "$date": "2025-12-02T14:32:38.666Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8b5f536282006224ee6f" - }, - "price": 1020000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش کاسکارا", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 3, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424350103.png", - "created_at": { - "$date": "2025-03-31T12:32:31.122Z" - }, - "updated_at": { - "$date": "2025-03-31T12:32:31.122Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8b81536282006224ee7c" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش نعنای مراکشی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 4, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424384817.png", - "created_at": { - "$date": "2025-03-31T12:33:05.935Z" - }, - "updated_at": { - "$date": "2025-12-02T14:33:08.116Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8ba0536282006224ee89" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش جزمین ", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 5, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424415786.png", - "created_at": { - "$date": "2025-03-31T12:33:36.890Z" - }, - "updated_at": { - "$date": "2025-12-02T14:33:48.123Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8bc0536282006224ee93" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نوش لمون گرس", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 6, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424447389.png", - "created_at": { - "$date": "2025-03-31T12:34:08.454Z" - }, - "updated_at": { - "$date": "2025-12-02T14:34:49.966Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8bdc536282006224eeaf" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش گل گاوزبان", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 7, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424474750.png", - "created_at": { - "$date": "2025-03-31T12:34:36.046Z" - }, - "updated_at": { - "$date": "2025-12-02T14:34:21.359Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8c03536282006224eece" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش سیب دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 8, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424513858.png", - "created_at": { - "$date": "2025-03-31T12:35:15.189Z" - }, - "updated_at": { - "$date": "2025-12-02T14:35:24.052Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8c20536282006224eed8" - }, - "price": 830000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش اویشن عسل ", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 9, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424543729.png", - "created_at": { - "$date": "2025-03-31T12:35:44.936Z" - }, - "updated_at": { - "$date": "2025-12-02T14:37:01.970Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8c59536282006224eee8" - }, - "price": 760000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش میکس", - "description": "گل گاو زبان رز چینی اویشن چای سبز عسل", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 10, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424600044.png", - "created_at": { - "$date": "2025-03-31T12:36:41.203Z" - }, - "updated_at": { - "$date": "2025-12-02T14:36:34.456Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8c70536282006224eef2" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای زعفران ", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 11, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424623958.png", - "created_at": { - "$date": "2025-03-31T12:37:04.977Z" - }, - "updated_at": { - "$date": "2025-12-02T14:36:09.025Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8c8e536282006224eefc" - }, - "price": 740000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 12, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424653130.png", - "created_at": { - "$date": "2025-03-31T12:37:34.283Z" - }, - "updated_at": { - "$date": "2025-03-31T12:37:34.283Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8ca8536282006224ef06" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 13, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424679613.png", - "created_at": { - "$date": "2025-03-31T12:38:00.909Z" - }, - "updated_at": { - "$date": "2025-12-02T14:39:01.532Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8cd3536282006224ef10" - }, - "price": 1340000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس امریکانو", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 1, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424722177.png", - "created_at": { - "$date": "2025-03-31T12:38:43.275Z" - }, - "updated_at": { - "$date": "2025-10-04T13:32:47.977Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8cf7536282006224ef1d" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 2, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424758258.png", - "created_at": { - "$date": "2025-03-31T12:39:19.551Z" - }, - "updated_at": { - "$date": "2025-10-04T13:33:29.292Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8d16536282006224ef27" - }, - "price": 1770000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 3, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424789295.png", - "created_at": { - "$date": "2025-03-31T12:39:50.782Z" - }, - "updated_at": { - "$date": "2025-10-04T13:33:59.923Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8d32536282006224ef31" - }, - "price": 1770000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس کارامل ماکیاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 4, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424816575.png", - "created_at": { - "$date": "2025-03-31T12:40:18.008Z" - }, - "updated_at": { - "$date": "2025-10-04T13:34:33.811Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8d4f536282006224ef3b" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس پشن اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 5, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424845982.png", - "created_at": { - "$date": "2025-03-31T12:40:47.426Z" - }, - "updated_at": { - "$date": "2025-10-04T13:35:24.252Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8d74536282006224ef45" - }, - "price": 1160000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس چاکلت ", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 6, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424882858.png", - "created_at": { - "$date": "2025-03-31T12:41:24.013Z" - }, - "updated_at": { - "$date": "2025-09-06T14:52:33.152Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8dbd536282006224ef52" - }, - "price": 1770000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراپاچینو", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 7, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743424956422.png", - "created_at": { - "$date": "2025-03-31T12:42:37.712Z" - }, - "updated_at": { - "$date": "2025-10-04T13:35:50.858Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8e03536282006224ef62" - }, - "price": 2030000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراپاچینو بیسکوییت ", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 8, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425026117.png", - "created_at": { - "$date": "2025-03-31T12:43:47.371Z" - }, - "updated_at": { - "$date": "2025-10-04T13:36:25.324Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8e2b536282006224ef6c" - }, - "price": 1880000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراپاچینو فندق", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 9, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425066064.png", - "created_at": { - "$date": "2025-03-31T12:44:27.366Z" - }, - "updated_at": { - "$date": "2025-10-04T13:36:49.502Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8e52536282006224ef79" - }, - "price": 1860000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فراپاچینو بادام زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 10, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425105083.png", - "created_at": { - "$date": "2025-03-31T12:45:06.331Z" - }, - "updated_at": { - "$date": "2025-09-06T14:48:58.999Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8e79536282006224ef98" - }, - "price": 1680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وان پیس ", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d66536282006224dc1f" - }, - "index": 1, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425142826.png", - "created_at": { - "$date": "2025-03-31T12:45:45.221Z" - }, - "updated_at": { - "$date": "2025-07-27T10:21:04.406Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8ea1536282006224efa8" - }, - "price": 1060000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "منگوپل", - "description": "اناناس انبه سودا", - "short_description": "", - "category": { - "$oid": "67e99d66536282006224dc1f" - }, - "index": 2, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425184464.png", - "created_at": { - "$date": "2025-03-31T12:46:25.682Z" - }, - "updated_at": { - "$date": "2025-07-27T10:21:24.287Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8ed2536282006224efc4" - }, - "price": 710000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مانتیی", - "description": "کرن بری لیمو تریپل سک سودا", - "short_description": "", - "category": { - "$oid": "67e99d66536282006224dc1f" - }, - "index": 3, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425233026.png", - "created_at": { - "$date": "2025-03-31T12:47:14.438Z" - }, - "updated_at": { - "$date": "2025-07-27T10:21:59.545Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8eff536282006224efe3" - }, - "price": 1090000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مجیک مومنت", - "description": "پرتقال قرمز لیمو کرن بری تریپل سک سودا", - "short_description": "", - "category": { - "$oid": "67e99d66536282006224dc1f" - }, - "index": 4, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425278366.png", - "created_at": { - "$date": "2025-03-31T12:47:59.923Z" - }, - "updated_at": { - "$date": "2025-07-27T10:22:36.437Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8f19536282006224eff6" - }, - "price": 840000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیمو", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d66536282006224dc1f" - }, - "index": 5, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425304489.png", - "created_at": { - "$date": "2025-03-31T12:48:25.783Z" - }, - "updated_at": { - "$date": "2025-07-27T10:22:59.305Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8f3c536282006224f018" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "افوگاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d78536282006224dc28" - }, - "index": 1, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425339605.png", - "created_at": { - "$date": "2025-03-31T12:49:00.806Z" - }, - "updated_at": { - "$date": "2025-12-02T14:50:55.525Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8f5c536282006224f02e" - }, - "price": 1660000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d78536282006224dc28" - }, - "index": 2, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425371152.png", - "created_at": { - "$date": "2025-03-31T12:49:32.177Z" - }, - "updated_at": { - "$date": "2025-12-02T14:53:00.355Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8f73536282006224f038" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک وانیل ", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d78536282006224dc28" - }, - "index": 3, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425394027.png", - "created_at": { - "$date": "2025-03-31T12:49:55.447Z" - }, - "updated_at": { - "$date": "2025-12-02T14:52:23.078Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8f8f536282006224f04e" - }, - "price": 1820000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک بادام زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d78536282006224dc28" - }, - "index": 4, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425422246.png", - "created_at": { - "$date": "2025-03-31T12:50:23.928Z" - }, - "updated_at": { - "$date": "2025-12-02T14:51:48.677Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8fb6536282006224f058" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت کوچک", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d92536282006224dc4c" - }, - "index": 1, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425461105.png", - "created_at": { - "$date": "2025-03-31T12:51:02.180Z" - }, - "updated_at": { - "$date": "2025-12-02T14:37:49.363Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8fce536282006224f065" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات چاکلت بزرگ", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d92536282006224dc4c" - }, - "index": 2, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425485315.png", - "created_at": { - "$date": "2025-03-31T12:51:26.364Z" - }, - "updated_at": { - "$date": "2025-12-02T13:45:00.525Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea8fed536282006224f06f" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99dbf536282006224dc58" - }, - "index": 0, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425516799.png", - "created_at": { - "$date": "2025-03-31T12:51:57.812Z" - }, - "updated_at": { - "$date": "2025-12-02T14:42:39.971Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea900f536282006224f085" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیرعسل", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99dbf536282006224dc58" - }, - "index": 1, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425550396.png", - "created_at": { - "$date": "2025-03-31T12:52:31.468Z" - }, - "updated_at": { - "$date": "2025-12-02T14:44:50.192Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea9048536282006224f08f" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر عسل دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99dbf536282006224dc58" - }, - "index": 2, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425607248.png", - "created_at": { - "$date": "2025-03-31T12:53:28.507Z" - }, - "updated_at": { - "$date": "2025-12-02T14:46:45.849Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea90e9536282006224f0c6" - }, - "price": 1210000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلاب گوشت", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99e00536282006224dc91" - }, - "index": 1, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425767434.png", - "created_at": { - "$date": "2025-03-31T12:56:09.187Z" - }, - "updated_at": { - "$date": "2025-06-13T15:41:43.118Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea9103536282006224f0d1" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلاب مرغ ", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99e00536282006224dc91" - }, - "index": 2, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425794235.png", - "created_at": { - "$date": "2025-03-31T12:56:35.782Z" - }, - "updated_at": { - "$date": "2025-06-13T15:41:24.517Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea912b536282006224f0e9" - }, - "price": 1430000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلاب بوقلمون", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99e00536282006224dc91" - }, - "index": 3, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1743425833967.png", - "created_at": { - "$date": "2025-03-31T12:57:15.540Z" - }, - "updated_at": { - "$date": "2025-06-13T15:41:07.994Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea914c536282006224f0fc" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سیب زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99e11536282006224dc9a" - }, - "index": 1, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-31T12:57:48.647Z" - }, - "updated_at": { - "$date": "2025-03-31T12:57:48.647Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea9162536282006224f112" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد ماکارانی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99e11536282006224dc9a" - }, - "index": 2, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-31T12:58:10.061Z" - }, - "updated_at": { - "$date": "2025-03-31T12:58:10.061Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ea9e19536282006224f5a1" - }, - "price": 980000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک هویج گردو", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 13, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-31T13:52:25.374Z" - }, - "updated_at": { - "$date": "2025-12-22T14:47:47.034Z" - }, - "__v": 0, - "image": "food_1745075310765.png" -}, -{ - "_id": { - "$oid": "67ea9e33536282006224f5ab" - }, - "price": 790000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک سیب دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 14, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-03-31T13:52:51.496Z" - }, - "updated_at": { - "$date": "2025-06-05T12:37:54.119Z" - }, - "__v": 0, - "image": "food_1745075289490.png" -}, -{ - "_id": { - "$oid": "67f517f7f43a0a007b471920" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "آویشن عسل", - "description": "", - "short_description": "", - "category": { - "$oid": "67a5cbf3bd2ce20057159807" - }, - "index": 12, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-04-08T12:35:03.149Z" - }, - "updated_at": { - "$date": "2025-09-06T22:20:33.842Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faa078f43a0a007b479979" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسنک مخصوص", - "description": "یک جفت، ترکیب ژامبون مرغ و گوشت ۹۰%، پنیر پیتزا ترکیبی (مخلوط کاله و مطهر) قارچ، فلفل دلمه ای، سس مخصوص، ادویه اویشن فلفل، پنیر گودا، چیپس خلال، سالاد کاهو", - "short_description": "", - "category": { - "$oid": "673db4bac3c0100063e83ef2" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-04-12T17:18:48.396Z" - }, - "updated_at": { - "$date": "2025-11-24T18:17:48.989Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faa768f43a0a007b479b7e" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "یونانی", - "description": "", - "short_description": "", - "category": { - "$oid": "6522a77659383e8d75527f18" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "image": "food_1744480103541.png", - "created_at": { - "$date": "2025-04-12T17:48:24.897Z" - }, - "updated_at": { - "$date": "2025-04-12T18:15:44.550Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faa79df43a0a007b479ba5" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا شنی", - "description": "", - "short_description": "", - "category": { - "$oid": "6522a77659383e8d75527f18" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-04-12T17:49:17.977Z" - }, - "updated_at": { - "$date": "2025-04-12T18:14:48.623Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faa837f43a0a007b479c0e" - }, - "price": 1890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پشن لایف", - "description": "", - "short_description": "", - "category": { - "$oid": "6527fce059383e8d7552d4be" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "image": "food_1744480310105.png", - "created_at": { - "$date": "2025-04-12T17:51:51.575Z" - }, - "updated_at": { - "$date": "2025-04-12T17:58:36.652Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faa884f43a0a007b479c3f" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارابیچ", - "description": "", - "short_description": "", - "category": { - "$oid": "651ef22159383e8d75524416" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "image": "food_1744480386774.png", - "created_at": { - "$date": "2025-04-12T17:53:08.131Z" - }, - "updated_at": { - "$date": "2025-04-12T17:54:51.127Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faa8cbf43a0a007b479c5a" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کرن دریم", - "description": "", - "short_description": "", - "category": { - "$oid": "651ef22159383e8d75524416" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "image": "food_1744480458800.png", - "created_at": { - "$date": "2025-04-12T17:54:19.867Z" - }, - "updated_at": { - "$date": "2025-04-12T17:54:19.867Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faa930f43a0a007b479c7f" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گرین گاردن", - "description": "", - "short_description": "", - "category": { - "$oid": "651ef22159383e8d75524416" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "image": "food_1744480557853.png", - "created_at": { - "$date": "2025-04-12T17:56:00.420Z" - }, - "updated_at": { - "$date": "2025-04-12T17:56:00.420Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faa972f43a0a007b479c97" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بری موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "651ef22159383e8d75524416" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "image": "food_1744480625767.png", - "created_at": { - "$date": "2025-04-12T17:57:06.828Z" - }, - "updated_at": { - "$date": "2025-06-29T14:21:47.716Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faaabcf43a0a007b479d0c" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیروپ کارامل", - "description": "", - "short_description": "", - "category": { - "$oid": "651ee00e59383e8d75523c4e" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-04-12T18:02:36.911Z" - }, - "updated_at": { - "$date": "2025-04-13T16:51:45.404Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faaad6f43a0a007b479d24" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیروپ کوکی", - "description": "", - "short_description": "", - "category": { - "$oid": "651ee00e59383e8d75523c4e" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-04-12T18:03:02.907Z" - }, - "updated_at": { - "$date": "2025-04-13T16:51:26.118Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faaafff43a0a007b479d31" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیروپ پاپکورن", - "description": "", - "short_description": "", - "category": { - "$oid": "651ee00e59383e8d75523c4e" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-04-12T18:03:43.010Z" - }, - "updated_at": { - "$date": "2025-04-13T16:51:09.697Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faab1ef43a0a007b479d3e" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیروپ فندوق", - "description": "", - "short_description": "", - "category": { - "$oid": "651ee00e59383e8d75523c4e" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-04-12T18:04:14.545Z" - }, - "updated_at": { - "$date": "2025-04-13T16:50:49.684Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faaf06f43a0a007b479efc" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لیدی کیس", - "description": "", - "short_description": "", - "category": { - "$oid": "67faae25f43a0a007b479eaa" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "image": "food_1744482053233.png", - "created_at": { - "$date": "2025-04-12T18:20:54.475Z" - }, - "updated_at": { - "$date": "2025-04-12T18:20:54.475Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faaf2af43a0a007b479f0c" - }, - "price": 2990000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هوراکان", - "description": "", - "short_description": "", - "category": { - "$oid": "67faae25f43a0a007b479eaa" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "image": "food_1744482088578.png", - "created_at": { - "$date": "2025-04-12T18:21:30.846Z" - }, - "updated_at": { - "$date": "2025-04-12T18:21:30.846Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faaf54f43a0a007b479f2e" - }, - "price": 2890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "واینکا", - "description": "", - "short_description": "", - "category": { - "$oid": "67faae25f43a0a007b479eaa" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "image": "food_1744482131071.png", - "created_at": { - "$date": "2025-04-12T18:22:12.288Z" - }, - "updated_at": { - "$date": "2025-04-12T18:22:12.288Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67faaf71f43a0a007b479f38" - }, - "price": 2450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ارسیسا", - "description": "", - "short_description": "", - "category": { - "$oid": "67faae25f43a0a007b479eaa" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-04-12T18:22:41.867Z" - }, - "updated_at": { - "$date": "2025-04-12T18:22:41.867Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67fbec15c4a0d20062ba154a" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک استرابری", - "description": "", - "short_description": "", - "category": { - "$oid": "651ef0b759383e8d7552437a" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-04-13T16:53:41.186Z" - }, - "updated_at": { - "$date": "2025-04-13T16:53:41.186Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67fc02dec4a0d20062ba1e7e" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "کیک شکلات", - "description": "", - "short_description": "", - "category": { - "$oid": "67fc02bbc4a0d20062ba1e6c" - }, - "index": 1, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-04-13T18:30:54.576Z" - }, - "updated_at": { - "$date": "2025-09-06T22:22:21.187Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67fc032dc4a0d20062ba1ea6" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "سن سباستین", - "description": "", - "short_description": "", - "category": { - "$oid": "67fc02bbc4a0d20062ba1e6c" - }, - "index": 2, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-04-13T18:32:13.904Z" - }, - "updated_at": { - "$date": "2025-09-06T22:22:01.147Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67fc035ec4a0d20062ba1ebc" - }, - "price": 150000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "ترافل", - "description": "", - "short_description": "", - "category": { - "$oid": "67fc02bbc4a0d20062ba1e6c" - }, - "index": 4, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-04-13T18:33:02.828Z" - }, - "updated_at": { - "$date": "2025-09-06T22:21:46.353Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "67ffbbe7c4a0d20062ba68c1" - }, - "price": 1880000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک کوکی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d78536282006224dc28" - }, - "index": 5, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1744813029366.png", - "created_at": { - "$date": "2025-04-16T14:17:11.314Z" - }, - "updated_at": { - "$date": "2025-12-02T14:51:20.695Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6801535ac4a0d20062baa655" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ویرجین کولادا", - "description": "", - "short_description": "", - "category": { - "$oid": "651ef22159383e8d75524416" - }, - "index": 0, - "storeId": { - "$oid": "650823be59383e8d7550ccb5" - }, - "created_at": { - "$date": "2025-04-17T19:15:38.543Z" - }, - "updated_at": { - "$date": "2025-06-29T14:22:23.149Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6803bcc7c4a0d20062baeade" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سه شیر وانیلی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 17, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1745075397924.png", - "created_at": { - "$date": "2025-04-19T15:09:59.227Z" - }, - "updated_at": { - "$date": "2025-12-22T14:39:34.942Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "680610567383a10062ca101b" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کروسان", - "description": "", - "short_description": "", - "category": { - "$oid": "61b1a1e0fc1eece3d762639b" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-04-21T09:31:02.224Z" - }, - "updated_at": { - "$date": "2025-04-21T09:31:02.224Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "680818727383a10062ca4be0" - }, - "price": 100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "tetA", - "description": "tst", - "short_description": "", - "category": { - "$oid": "680816f77383a10062ca4ba5" - }, - "index": 1, - "storeId": { - "$oid": "678922c2a4463c0057e52bde" - }, - "image": "food_1745361100953.png", - "created_at": { - "$date": "2025-04-22T22:30:10.288Z" - }, - "updated_at": { - "$date": "2025-04-22T22:55:20.735Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6814fbb4f114460057d0c7a2" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس چاکلت ", - "description": "", - "short_description": "", - "category": { - "$oid": "64a6937598ff3c741447ce92" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-05-02T17:07:00.119Z" - }, - "updated_at": { - "$date": "2025-05-02T17:07:00.119Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "681730c4f114460057d0ff56" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پای سیب", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 10, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1746350274914.png", - "created_at": { - "$date": "2025-05-04T09:17:56.790Z" - }, - "updated_at": { - "$date": "2025-06-05T12:37:08.018Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "681730e6f114460057d0ff60" - }, - "price": 990000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پای توت فرنگی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 15, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1746350309090.png", - "created_at": { - "$date": "2025-05-04T09:18:30.617Z" - }, - "updated_at": { - "$date": "2025-06-05T12:36:43.603Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "681736f3f114460057d10017" - }, - "price": 5450000, - "stock": 3, - "static_discount": 0, - "active": true, - "name": "گارلیک چیکن/ Garlick chicken", - "description": "دیپ قارچ و پنیر/ترکیب پنیر معطر/تکه های مرغ مزه دار شده بر پایه سیر/فلفل دلمه ای/ریحان ایتالیایی/اورگانو", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 3, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-05-04T09:44:19.286Z" - }, - "updated_at": { - "$date": "2025-12-04T11:21:22.178Z" - }, - "__v": 0, - "image": "food_1761750232870.png" -}, -{ - "_id": { - "$oid": "6818a396f114460057d12863" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاریس برست", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 19, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1746445205213.png", - "created_at": { - "$date": "2025-05-05T11:40:06.786Z" - }, - "updated_at": { - "$date": "2025-11-03T10:12:15.109Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "682edc5ff114460057d36ab4" - }, - "price": 1820000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ۱۰۰ برزیل", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 1, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-05-22T08:12:15.852Z" - }, - "updated_at": { - "$date": "2025-12-09T13:24:27.907Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "682edc92f114460057d36abe" - }, - "price": 1980000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ۱۰۰ ال سالوادور", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 2, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-05-22T08:13:06.972Z" - }, - "updated_at": { - "$date": "2025-12-09T13:25:36.538Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "682ee1bdf114460057d36d3e" - }, - "price": 1780000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلدبرو کولا", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9f3a4463c0057e68d31" - }, - "index": 7, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-05-22T08:35:09.959Z" - }, - "updated_at": { - "$date": "2025-10-20T19:21:28.084Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "682ee2dcf114460057d36dfd" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جینجر شات انار", - "description": "آب انار، زنجبیل", - "short_description": "", - "category": { - "$oid": "6795ea3aa4463c0057e68d3a" - }, - "index": 8, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-05-22T08:39:56.523Z" - }, - "updated_at": { - "$date": "2025-10-27T19:32:31.182Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "682ee69af114460057d36f85" - }, - "price": 1120000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی شکلات گردو", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 13, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-05-22T08:55:54.293Z" - }, - "updated_at": { - "$date": "2025-12-23T13:52:32.969Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "682ee6b4f114460057d36f97" - }, - "price": 1120000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی دبل چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 14, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-05-22T08:56:20.300Z" - }, - "updated_at": { - "$date": "2025-12-23T13:48:13.082Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "682ee6d0f114460057d36fa9" - }, - "price": 1120000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی رژیمی", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 15, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-05-22T08:56:48.271Z" - }, - "updated_at": { - "$date": "2025-12-23T13:48:37.247Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "682ee6e7f114460057d36fb3" - }, - "price": 1120000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی بادام‌زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 16, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-05-22T08:57:11.143Z" - }, - "updated_at": { - "$date": "2025-12-23T13:47:55.144Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68319f98f114460057d3c836" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک بری - berry milkshake", - "description": "توت فرنگی / شاتوت / وانیل", - "short_description": "", - "category": { - "$oid": "61b1a1befc1eece3d7626390" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-05-24T10:29:44.453Z" - }, - "updated_at": { - "$date": "2025-09-29T10:53:15.483Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6831a091f114460057d3c85f" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موکا توت فرنگی - Strawberry mocha", - "description": "توت فرنگی / شکلات / قهوه / شیر", - "short_description": "", - "category": { - "$oid": "64a6937598ff3c741447ce92" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-05-24T10:33:53.881Z" - }, - "updated_at": { - "$date": "2025-05-24T10:33:53.881Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68416f60f114460057d567f3" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "یارا...yara", - "description": "بیدمشک /خاکشیر/سرددم چای ترش", - "short_description": "", - "category": { - "$oid": "663a58217d6ac20062299ee4" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-06-05T10:20:16.293Z" - }, - "updated_at": { - "$date": "2025-09-29T10:58:35.625Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68472d9df114460057d611bd" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نوشابه لیوانی ", - "description": "کوکا/فانتا/ اسپرایت/ آب سودا", - "short_description": "", - "category": { - "$oid": "61ac60cdabb1b20239abe5bd" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-06-09T18:53:17.850Z" - }, - "updated_at": { - "$date": "2025-07-29T11:29:16.437Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6847c70ef114460057d617ee" - }, - "price": 3000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا آلفردو", - "description": "پاستا تازه،سس آلفردو، قارچ بلانچ شده،پنیر پارمسان", - "short_description": "", - "category": { - "$oid": "6847c6f5f114460057d617e1" - }, - "index": 1, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-10T05:47:58.838Z" - }, - "updated_at": { - "$date": "2025-10-20T18:22:01.276Z" - }, - "__v": 0, - "image": "food_1760984472872.png" -}, -{ - "_id": { - "$oid": "68486256f114460057d626cf" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سیاه لاهیجان 3کاپ", - "description": "برگ دستچین شده مزارع لاهیجان،همراه با تاپینگ دارچین، زعفران یا هل", - "short_description": "", - "category": { - "$oid": "6207a2ee1ee4b0270db4c44f" - }, - "index": 2, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "image": "food_1749574230701.png", - "created_at": { - "$date": "2025-06-10T16:50:31.006Z" - }, - "updated_at": { - "$date": "2025-11-13T11:51:46.384Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "684ad37bf114460057d65c12" - }, - "price": 2600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک استرابلا", - "description": "بستنی، شیر، نوتلا، توت‌فرنگی، پوره‌ی توت‌فرنگی", - "short_description": "", - "category": { - "$oid": "684ad2a6f114460057d65be3" - }, - "index": 1, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-06-12T13:17:47.913Z" - }, - "updated_at": { - "$date": "2025-12-23T14:00:10.472Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "684ad3acf114460057d65c1d" - }, - "price": 2110000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک پیناتی", - "description": "بستنی، شیر، موز، بادام‌زمینی، سس کارامل‌نمکی", - "short_description": "", - "category": { - "$oid": "684ad2a6f114460057d65be3" - }, - "index": 2, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-06-12T13:18:36.897Z" - }, - "updated_at": { - "$date": "2025-12-23T14:00:37.176Z" - }, - "__v": 0, - "image": "food_1753793881494.png" -}, -{ - "_id": { - "$oid": "684ad3d5f114460057d65c29" - }, - "price": 2060000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک فروتی", - "description": "بستنی، شیر، شاتوت، توت‌فرنگی", - "short_description": "", - "category": { - "$oid": "684ad2a6f114460057d65be3" - }, - "index": 3, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-06-12T13:19:17.768Z" - }, - "updated_at": { - "$date": "2025-12-23T14:09:59.427Z" - }, - "__v": 0, - "image": "food_1753793899891.png" -}, -{ - "_id": { - "$oid": "684ad409f114460057d65c33" - }, - "price": 2510000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک ماچانگو", - "description": "بستنی، شیر نارگیل، سیروپ نارگیل، انبه، ماچا", - "short_description": "", - "category": { - "$oid": "684ad2a6f114460057d65be3" - }, - "index": 4, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-06-12T13:20:09.211Z" - }, - "updated_at": { - "$date": "2025-12-23T14:10:17.756Z" - }, - "__v": 0, - "image": "food_1753793935719.png" -}, -{ - "_id": { - "$oid": "684be542f114460057d67a53" - }, - "price": 3290000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا ریحان و پسته ", - "description": "پاستا تازه ،سس کرم ریحان، مغز پسته،پنیر پارمسان،سیر", - "short_description": "", - "category": { - "$oid": "6847c6f5f114460057d617e1" - }, - "index": 2, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:45:54.803Z" - }, - "updated_at": { - "$date": "2025-10-20T17:39:41.356Z" - }, - "__v": 0, - "image": "food_1760981977562.png" -}, -{ - "_id": { - "$oid": "684be570f114460057d67a60" - }, - "price": 3480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا گود کرما‌‌", - "description": "پاستا تازه ، سس گود کرما(ترکیب خامه و پنیر گودا)،مغز گردو ، پنیر پارمسان", - "short_description": "", - "category": { - "$oid": "6847c6f5f114460057d617e1" - }, - "index": 3, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:46:40.644Z" - }, - "updated_at": { - "$date": "2025-10-20T17:36:58.247Z" - }, - "__v": 0, - "image": "food_1760981814392.png" -}, -{ - "_id": { - "$oid": "684be5adf114460057d67a80" - }, - "price": 3490000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا چدارلا", - "description": "پاستا تازه،سس چدار ،پنیر موزارلا،مغز بادام هندی", - "short_description": "", - "category": { - "$oid": "6847c6f5f114460057d617e1" - }, - "index": 4, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:47:41.781Z" - }, - "updated_at": { - "$date": "2025-10-20T17:35:54.637Z" - }, - "__v": 0, - "image": "food_1760981750380.png" -}, -{ - "_id": { - "$oid": "684be5f0f114460057d67a92" - }, - "price": 2600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاساتا پلاس", - "description": "پاستا تازه،سس تمیتو فرش، گوجه گیلاسی،سبزیجات معطر،پنیر ،بادام هندی و گردو،پارمسان", - "short_description": "", - "category": { - "$oid": "6847c6f5f114460057d617e1" - }, - "index": 5, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:48:48.452Z" - }, - "updated_at": { - "$date": "2025-10-20T17:31:09.118Z" - }, - "__v": 0, - "image": "food_1760981465649.png" -}, -{ - "_id": { - "$oid": "684be62ff114460057d67ab5" - }, - "price": 2550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هاتینو پاستا(تند)", - "description": "پاستا تازه، سس چیلی ،فلفل،گوجه گیلاسی، سبزیجات معطر، پنیر پارمسان", - "short_description": "", - "category": { - "$oid": "6847c6f5f114460057d617e1" - }, - "index": 6, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:49:51.894Z" - }, - "updated_at": { - "$date": "2025-10-20T17:29:56.383Z" - }, - "__v": 0, - "image": "food_1760981392033.png" -}, -{ - "_id": { - "$oid": "684be667f114460057d67abf" - }, - "price": 3800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "راویولی‌ پنیر و مرغ ( روزهای دوشنبه و سه شنبه )", - "description": "پاستای تازه ،مرغ طعم دار شده ،پنیر ،بلوچیز‌،سیر، سس ماشروم کرم", - "short_description": "", - "category": { - "$oid": "684be3cff114460057d679ed" - }, - "index": 1, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:50:47.312Z" - }, - "updated_at": { - "$date": "2025-10-19T16:58:42.336Z" - }, - "__v": 0, - "image": "food_1760893100067.png" -}, -{ - "_id": { - "$oid": "684be7b9f114460057d67adb" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "راگو", - "description": "گوشت گردن گوساله آرام پز شده،سس باربیکی", - "short_description": "", - "category": { - "$oid": "684be3fdf114460057d679fd" - }, - "index": 1, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:56:25.348Z" - }, - "updated_at": { - "$date": "2025-10-19T16:56:09.553Z" - }, - "__v": 0, - "image": "food_1760892964603.png" -}, -{ - "_id": { - "$oid": "684be7dff114460057d67ae5" - }, - "price": 990000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن", - "description": "۱۵۰ گرم فیله مرغ طعم دار شده", - "short_description": "", - "category": { - "$oid": "684be3fdf114460057d679fd" - }, - "index": 2, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:57:03.221Z" - }, - "updated_at": { - "$date": "2025-10-19T16:54:28.986Z" - }, - "__v": 0, - "image": "food_1760892860513.png" -}, -{ - "_id": { - "$oid": "684be7fff114460057d67aef" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میگو", - "description": "میگو طعم دار شده،سس سس‌ گامباس،سبزیجات معطر", - "short_description": "", - "category": { - "$oid": "684be3fdf114460057d679fd" - }, - "index": 3, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:57:35.647Z" - }, - "updated_at": { - "$date": "2025-10-19T16:53:20.644Z" - }, - "__v": 0, - "image": "food_1760892744593.png" -}, -{ - "_id": { - "$oid": "684be822f114460057d67af9" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن استیک", - "description": "۱۵۰ گرم فیله مرغ طعم دار شده با سس ماشروم کرم", - "short_description": "", - "category": { - "$oid": "684be3fdf114460057d679fd" - }, - "index": 4, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:58:10.376Z" - }, - "updated_at": { - "$date": "2025-10-19T16:51:12.506Z" - }, - "__v": 0, - "image": "food_1760892668573.png" -}, -{ - "_id": { - "$oid": "684be83df114460057d67b03" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیکن گوشت و مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "684be3fdf114460057d679fd" - }, - "index": 5, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:58:37.694Z" - }, - "updated_at": { - "$date": "2025-10-19T17:16:35.416Z" - }, - "__v": 0, - "image": "food_1760892529571.png" -}, -{ - "_id": { - "$oid": "684be85af114460057d67b0d" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بادمجان", - "description": " بادمجان سرخ شده", - "short_description": "", - "category": { - "$oid": "684be3fdf114460057d679fd" - }, - "index": 6, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T08:59:06.371Z" - }, - "updated_at": { - "$date": "2025-10-19T16:47:13.848Z" - }, - "__v": 0, - "image": "food_1760892427936.png" -}, -{ - "_id": { - "$oid": "684be984f114460057d67b35" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیاز کاراملی", - "description": "پیاز سفید ، کره ", - "short_description": "", - "category": { - "$oid": "684be3fdf114460057d679fd" - }, - "index": 7, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T09:04:04.551Z" - }, - "updated_at": { - "$date": "2025-10-19T16:43:48.646Z" - }, - "__v": 0, - "image": "food_1760892187306.png" -}, -{ - "_id": { - "$oid": "684be9b0f114460057d67b3f" - }, - "price": 890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وگن استار", - "description": "بادمجان ، گوجه گیلاسی، ذرت، قارچ", - "short_description": "", - "category": { - "$oid": "684be3fdf114460057d679fd" - }, - "index": 8, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T09:04:48.598Z" - }, - "updated_at": { - "$date": "2025-10-19T16:41:37.175Z" - }, - "__v": 0, - "image": "food_1760892091585.png" -}, -{ - "_id": { - "$oid": "684be9def114460057d67b55" - }, - "price": 4190000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "راگوسفردو", - "description": "نان چیاباتا،گوشت گردن آرام پز شده ، سس ماشروم کرم ،پیاز کاراملی،وجه", - "short_description": "", - "category": { - "$oid": "684be428f114460057d67a06" - }, - "index": 1, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T09:05:34.189Z" - }, - "updated_at": { - "$date": "2025-10-20T18:01:59.938Z" - }, - "__v": 0, - "image": "food_1760983316509.png" -}, -{ - "_id": { - "$oid": "684be9fff114460057d67b6b" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکناتا", - "description": "فیله مرغ طعم داره ، سس ماشروم کرم ، پنیر گودا ، وجه", - "short_description": "", - "category": { - "$oid": "684be428f114460057d67a06" - }, - "index": 2, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T09:06:07.597Z" - }, - "updated_at": { - "$date": "2025-10-20T18:24:49.468Z" - }, - "__v": 0, - "image": "food_1760984684653.png" -}, -{ - "_id": { - "$oid": "684bea1bf114460057d67b75" - }, - "price": 3550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بیکندویچ", - "description": "بیکن گوشت ،سس پستو،پنیر پستو و موزرلا، قارچ بلانچ، وجه", - "short_description": "", - "category": { - "$oid": "684be428f114460057d67a06" - }, - "index": 3, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T09:06:35.878Z" - }, - "updated_at": { - "$date": "2025-10-20T18:23:30.095Z" - }, - "__v": 0, - "image": "food_1760984608997.png" -}, -{ - "_id": { - "$oid": "684bea35f114460057d67b8e" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکا", - "description": "", - "short_description": "", - "category": { - "$oid": "684be447f114460057d67a0f" - }, - "index": 1, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T09:07:01.130Z" - }, - "updated_at": { - "$date": "2025-10-19T16:11:44.920Z" - }, - "__v": 0, - "image": "food_1760890300457.png" -}, -{ - "_id": { - "$oid": "684bea56f114460057d67ba2" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فانتا", - "description": "", - "short_description": "", - "category": { - "$oid": "684be447f114460057d67a0f" - }, - "index": 2, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T09:07:34.843Z" - }, - "updated_at": { - "$date": "2025-10-19T16:13:43.628Z" - }, - "__v": 0, - "image": "food_1760890421825.png" -}, -{ - "_id": { - "$oid": "684bea6af114460057d67bac" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرایت", - "description": "", - "short_description": "", - "category": { - "$oid": "684be447f114460057d67a0f" - }, - "index": 3, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T09:07:54.956Z" - }, - "updated_at": { - "$date": "2025-10-19T16:15:06.371Z" - }, - "__v": 0, - "image": "food_1760890505141.png" -}, -{ - "_id": { - "$oid": "684bea7ff114460057d67bc2" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاکتوس", - "description": "", - "short_description": "", - "category": { - "$oid": "684be447f114460057d67a0f" - }, - "index": 4, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T09:08:15.812Z" - }, - "updated_at": { - "$date": "2025-10-19T16:23:47.483Z" - }, - "__v": 0, - "image": "food_1760890822242.png" -}, -{ - "_id": { - "$oid": "684beaa8f114460057d67bdf" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکا زیرو", - "description": "", - "short_description": "", - "category": { - "$oid": "684be447f114460057d67a0f" - }, - "index": 6, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T09:08:56.337Z" - }, - "updated_at": { - "$date": "2025-10-19T16:19:34.132Z" - }, - "__v": 0, - "image": "food_1760890772796.png" -}, -{ - "_id": { - "$oid": "684beab9f114460057d67bf2" - }, - "price": 110000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آب معدنی", - "description": "", - "short_description": "", - "category": { - "$oid": "684be447f114460057d67a0f" - }, - "index": 7, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-06-13T09:09:13.551Z" - }, - "updated_at": { - "$date": "2025-10-19T16:17:19.857Z" - }, - "__v": 0, - "image": "food_1760890584189.png" -}, -{ - "_id": { - "$oid": "684c0702f114460057d67e52" - }, - "price": 300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آب سودا ", - "description": "", - "short_description": "", - "category": { - "$oid": "61ac60cdabb1b20239abe5bd" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-06-13T11:09:54.663Z" - }, - "updated_at": { - "$date": "2025-06-13T11:09:54.663Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "686102819086300011bdf82c" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آش رشته کشک", - "description": "", - "short_description": "", - "category": { - "$oid": "6861026c9086300011bdf813" - }, - "index": 1, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T09:08:17.473Z" - }, - "updated_at": { - "$date": "2025-12-25T13:08:15.809Z" - }, - "__v": 0, - "image": "food_1751458394662.png" -}, -{ - "_id": { - "$oid": "68611d9ea67e8f0012d55c38" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آش رشته ترشی", - "description": "", - "short_description": "", - "category": { - "$oid": "6861026c9086300011bdf813" - }, - "index": 2, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T11:03:58.075Z" - }, - "updated_at": { - "$date": "2025-12-25T13:07:56.937Z" - }, - "__v": 0, - "image": "food_1751458332627.png" -}, -{ - "_id": { - "$oid": "6861202aa67e8f0012d55c93" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آش جو بدون سیرابی", - "description": "", - "short_description": "", - "category": { - "$oid": "6861026c9086300011bdf813" - }, - "index": 3, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T11:14:50.692Z" - }, - "updated_at": { - "$date": "2025-12-25T13:07:28.787Z" - }, - "__v": 0, - "image": "food_1751458284386.png" -}, -{ - "_id": { - "$oid": "686122c0a67e8f0012d55cdf" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آش جو با سیرابی", - "description": "", - "short_description": "", - "category": { - "$oid": "6861026c9086300011bdf813" - }, - "index": 4, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T11:25:52.546Z" - }, - "updated_at": { - "$date": "2025-12-25T13:07:02.008Z" - }, - "__v": 0, - "image": "food_1751458241590.png" -}, -{ - "_id": { - "$oid": "686122dfa67e8f0012d55cf3" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آش ترخینه", - "description": "ترخینه دست ساز خودم پز،سبزی آش و حبوبات، نعناداغ و پیازداغ", - "short_description": "", - "category": { - "$oid": "6861026c9086300011bdf813" - }, - "index": 5, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T11:26:23.033Z" - }, - "updated_at": { - "$date": "2025-12-25T13:09:58.705Z" - }, - "__v": 0, - "image": "food_1751458054499.png" -}, -{ - "_id": { - "$oid": "6861231ba67e8f0012d55d00" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کاله جوش", - "description": "کشک،گردو،سیر داغ،و نعنا داغ+دورچین پیاز", - "short_description": "", - "category": { - "$oid": "6861026c9086300011bdf813" - }, - "index": 6, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T11:27:23.040Z" - }, - "updated_at": { - "$date": "2025-12-25T13:06:30.773Z" - }, - "__v": 0, - "image": "food_1751457990529.png" -}, -{ - "_id": { - "$oid": "68612c65a67e8f0012d55dc8" - }, - "price": 4000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جغور بغور", - "description": "۲۵۰ گرم ترکیب جگر گوسفندی و جگر سفید+پیازداغ و چاشنی و دورچین سیب سرخ کرده", - "short_description": "", - "category": { - "$oid": "68612389a67e8f0012d55d2a" - }, - "index": 4, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:07:01.475Z" - }, - "updated_at": { - "$date": "2025-12-25T13:04:54.205Z" - }, - "__v": 0, - "image": "food_1751457914487.png" -}, -{ - "_id": { - "$oid": "68612c90a67e8f0012d55ddb" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پلو خورشت فسنجان ", - "description": "یک پرس برنج ایرانی،گردو،رب انار،گوشت گرم چرخکرده،", - "short_description": "", - "category": { - "$oid": "68612389a67e8f0012d55d2a" - }, - "index": 5, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:07:44.658Z" - }, - "updated_at": { - "$date": "2025-12-25T13:05:20.382Z" - }, - "__v": 0, - "image": "food_1751457659186.png" -}, -{ - "_id": { - "$oid": "68612cbaa67e8f0012d55de8" - }, - "price": 3000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پلو خورشت قورمه سبزی", - "description": "برنج ایرانی،گوشت گرم", - "short_description": "", - "category": { - "$oid": "68612389a67e8f0012d55d2a" - }, - "index": 6, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:08:26.126Z" - }, - "updated_at": { - "$date": "2025-12-25T13:03:51.929Z" - }, - "__v": 0, - "image": "food_1751457555463.png" -}, -{ - "_id": { - "$oid": "68612d0ca67e8f0012d55df5" - }, - "price": 3000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پلو خورشت قیمه", - "description": "برنج ایرانی،گوشت گرم", - "short_description": "", - "category": { - "$oid": "68612389a67e8f0012d55d2a" - }, - "index": 7, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:09:48.487Z" - }, - "updated_at": { - "$date": "2025-12-25T13:03:28.724Z" - }, - "__v": 0, - "image": "food_1751457401903.png" -}, -{ - "_id": { - "$oid": "68612d36a67e8f0012d55e02" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چلو کره", - "description": "", - "short_description": "", - "category": { - "$oid": "68612389a67e8f0012d55d2a" - }, - "index": 8, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:10:30.227Z" - }, - "updated_at": { - "$date": "2025-11-13T17:51:59.299Z" - }, - "__v": 0, - "image": "food_1751457361220.png" -}, -{ - "_id": { - "$oid": "68612e2ca67e8f0012d55e4e" - }, - "price": 2400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دلمه ", - "description": "برنج ایرانی،لپه،گوشت گرم،،،،،با چاشنی سرکه شکر", - "short_description": "", - "category": { - "$oid": "686123a8a67e8f0012d55d33" - }, - "index": 1, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:14:36.051Z" - }, - "updated_at": { - "$date": "2025-12-25T13:03:07.709Z" - }, - "__v": 0, - "image": "food_1751457305461.png" -}, -{ - "_id": { - "$oid": "68612e47a67e8f0012d55e5b" - }, - "price": 2800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوفته", - "description": "برنج ایرانی،لپه،گوشت گرم+سس مخصوص", - "short_description": "", - "category": { - "$oid": "686123a8a67e8f0012d55d33" - }, - "index": 2, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:15:03.310Z" - }, - "updated_at": { - "$date": "2025-12-25T13:02:39.108Z" - }, - "__v": 0, - "image": "food_1751457265694.png" -}, -{ - "_id": { - "$oid": "68612e80a67e8f0012d55e68" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لوبیا پلو ", - "description": "برنج ایرانی،گوشت گرم،لوبیاسبز،زعفران", - "short_description": "", - "category": { - "$oid": "686123a8a67e8f0012d55d33" - }, - "index": 0, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:16:00.466Z" - }, - "updated_at": { - "$date": "2025-11-30T17:56:10.047Z" - }, - "__v": 0, - "image": "food_1751457204685.png" -}, -{ - "_id": { - "$oid": "68612e8da67e8f0012d55e72" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماکارونی ", - "description": "گوشت گرم چرخکرده،دورچین خیارشور", - "short_description": "", - "category": { - "$oid": "686123a8a67e8f0012d55d33" - }, - "index": 0, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:16:13.524Z" - }, - "updated_at": { - "$date": "2025-12-25T13:01:24.393Z" - }, - "__v": 0, - "image": "food_1751457166583.png" -}, -{ - "_id": { - "$oid": "68612e9ba67e8f0012d55e7c" - }, - "price": 0, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکو یا کتلت", - "description": "موجود نیست", - "short_description": "", - "category": { - "$oid": "686123a8a67e8f0012d55d33" - }, - "index": 0, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:16:27.705Z" - }, - "updated_at": { - "$date": "2025-08-17T18:25:39.601Z" - }, - "__v": 0, - "image": "food_1751457113713.png" -}, -{ - "_id": { - "$oid": "68612fb2a67e8f0012d55e8c" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "عدسی", - "description": "", - "short_description": "", - "category": { - "$oid": "686123c3a67e8f0012d55d3c" - }, - "index": 1, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:21:06.763Z" - }, - "updated_at": { - "$date": "2025-07-02T11:49:58.864Z" - }, - "__v": 0, - "image": "food_1751456994471.png" -}, -{ - "_id": { - "$oid": "68612ff0a67e8f0012d55e96" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لوبیا", - "description": "", - "short_description": "", - "category": { - "$oid": "686123c3a67e8f0012d55d3c" - }, - "index": 2, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:22:08.902Z" - }, - "updated_at": { - "$date": "2025-12-25T13:01:56.487Z" - }, - "__v": 0, - "image": "food_1751456924636.png" -}, -{ - "_id": { - "$oid": "68613044a67e8f0012d55ea3" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "املت", - "description": "", - "short_description": "", - "category": { - "$oid": "686123c3a67e8f0012d55d3c" - }, - "index": 3, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:23:32.724Z" - }, - "updated_at": { - "$date": "2025-12-25T13:15:26.768Z" - }, - "__v": 0, - "image": "food_1751456890468.png" -}, -{ - "_id": { - "$oid": "68613056a67e8f0012d55ead" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "املت شاپوری", - "description": "املت+لوبیا چیتی", - "short_description": "", - "category": { - "$oid": "686123c3a67e8f0012d55d3c" - }, - "index": 4, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:23:50.218Z" - }, - "updated_at": { - "$date": "2025-12-25T13:00:43.586Z" - }, - "__v": 0, - "image": "food_1751456837633.png" -}, -{ - "_id": { - "$oid": "68613081a67e8f0012d55eb7" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوسیس تخم مرغ ", - "description": "", - "short_description": "", - "category": { - "$oid": "686123c3a67e8f0012d55d3c" - }, - "index": 5, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:24:33.491Z" - }, - "updated_at": { - "$date": "2025-12-25T13:00:15.003Z" - }, - "__v": 0, - "image": "food_1751456795641.png" -}, -{ - "_id": { - "$oid": "68613096a67e8f0012d55ec1" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خاگینه", - "description": "", - "short_description": "", - "category": { - "$oid": "686123c3a67e8f0012d55d3c" - }, - "index": 6, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:24:54.104Z" - }, - "updated_at": { - "$date": "2025-12-25T12:59:52.941Z" - }, - "__v": 0, - "image": "food_1751456757455.png" -}, -{ - "_id": { - "$oid": "686130b6a67e8f0012d55ece" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نیمرو", - "description": "", - "short_description": "", - "category": { - "$oid": "686123c3a67e8f0012d55d3c" - }, - "index": 7, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:25:26.160Z" - }, - "updated_at": { - "$date": "2025-07-02T11:45:14.863Z" - }, - "__v": 0, - "image": "food_1751456712560.png" -}, -{ - "_id": { - "$oid": "686130cca67e8f0012d55edb" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "صبحانه ایرانی", - "description": "", - "short_description": "", - "category": { - "$oid": "686123c3a67e8f0012d55d3c" - }, - "index": 8, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:25:48.855Z" - }, - "updated_at": { - "$date": "2025-12-25T12:59:26.037Z" - }, - "__v": 0, - "image": "food_1751456668824.png" -}, -{ - "_id": { - "$oid": "686130e4a67e8f0012d55ee5" - }, - "price": 350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای", - "description": "", - "short_description": "", - "category": { - "$oid": "68612462a67e8f0012d55d48" - }, - "index": 1, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:26:12.242Z" - }, - "updated_at": { - "$date": "2025-12-25T12:58:55.119Z" - }, - "__v": 0, - "image": "food_1751456591727.png" -}, -{ - "_id": { - "$oid": "686130f7a67e8f0012d55eef" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای مخصوص", - "description": "", - "short_description": "", - "category": { - "$oid": "68612462a67e8f0012d55d48" - }, - "index": 2, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:26:31.345Z" - }, - "updated_at": { - "$date": "2025-07-02T11:41:25.949Z" - }, - "__v": 0, - "image": "food_1751456482433.png" -}, -{ - "_id": { - "$oid": "6861310ba67e8f0012d55efc" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش آویشن", - "description": "", - "short_description": "", - "category": { - "$oid": "68612462a67e8f0012d55d48" - }, - "index": 3, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:26:51.848Z" - }, - "updated_at": { - "$date": "2025-12-25T12:57:47.738Z" - }, - "__v": 0, - "image": "food_1751456436613.png" -}, -{ - "_id": { - "$oid": "68613124a67e8f0012d55f09" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش چای ترش", - "description": "", - "short_description": "", - "category": { - "$oid": "68612462a67e8f0012d55d48" - }, - "index": 4, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:27:16.179Z" - }, - "updated_at": { - "$date": "2025-12-25T12:57:15.899Z" - }, - "__v": 0, - "image": "food_1751456360232.png" -}, -{ - "_id": { - "$oid": "68613137a67e8f0012d55f13" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش آرام بخش", - "description": "", - "short_description": "", - "category": { - "$oid": "68612462a67e8f0012d55d48" - }, - "index": 5, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:27:35.205Z" - }, - "updated_at": { - "$date": "2025-12-25T12:56:53.861Z" - }, - "__v": 0, - "image": "food_1751456209480.png" -}, -{ - "_id": { - "$oid": "68613147a67e8f0012d55f1d" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش،گل گاو زبان", - "description": "", - "short_description": "", - "category": { - "$oid": "68612462a67e8f0012d55d48" - }, - "index": 6, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:27:51.072Z" - }, - "updated_at": { - "$date": "2025-12-25T12:56:24.661Z" - }, - "__v": 0, - "image": "food_1751456113962.png" -}, -{ - "_id": { - "$oid": "68613168a67e8f0012d55f37" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دوغ سنتی", - "description": "", - "short_description": "", - "category": { - "$oid": "68612462a67e8f0012d55d48" - }, - "index": 8, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T12:28:24.976Z" - }, - "updated_at": { - "$date": "2025-07-02T11:33:58.103Z" - }, - "__v": 0, - "image": "food_1751456034461.png" -}, -{ - "_id": { - "$oid": "6861564076ec130012b3a7d3" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شربت سنتی", - "description": "", - "short_description": "", - "category": { - "$oid": "68612462a67e8f0012d55d48" - }, - "index": 7, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T15:05:36.194Z" - }, - "updated_at": { - "$date": "2025-07-02T11:32:06.488Z" - }, - "__v": 0, - "image": "food_1751455922149.png" -}, -{ - "_id": { - "$oid": "68615b4a76ec130012b3a8d6" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کباب تابه ای", - "description": "۱۳۵ گرم گوشت گرم و تازه،یک عدد گوجه،سیب زمینی سرخ شده", - "short_description": "", - "category": { - "$oid": "68612389a67e8f0012d55d2a" - }, - "index": 12, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T15:27:06.780Z" - }, - "updated_at": { - "$date": "2025-12-25T12:55:36.928Z" - }, - "__v": 0, - "image": "food_1753715784744.png" -}, -{ - "_id": { - "$oid": "68615bde76ec130012b3a903" - }, - "price": 3800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پلو مرغ ویژه", - "description": "یک عدد ران،مخلفات،برنج ایرانی", - "short_description": "", - "category": { - "$oid": "686123a8a67e8f0012d55d33" - }, - "index": 3, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T15:29:34.753Z" - }, - "updated_at": { - "$date": "2025-12-25T12:02:59.924Z" - }, - "__v": 0, - "image": "food_1751455810504.png" -}, -{ - "_id": { - "$oid": "68615eec76ec130012b3a9ea" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شله زرد", - "description": "برنج ایرانی،زعفران،هل و گلاب،شکر،خلال بادام", - "short_description": "", - "category": { - "$oid": "68615cf876ec130012b3a953" - }, - "index": 1, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T15:42:36.429Z" - }, - "updated_at": { - "$date": "2025-12-25T12:02:32.228Z" - }, - "__v": 0, - "image": "food_1751455743435.png" -}, -{ - "_id": { - "$oid": "68615f3676ec130012b3a9fe" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "حلوا", - "description": "آرد،شکر،روغن،هل و گلاب و زعفران", - "short_description": "", - "category": { - "$oid": "68615cf876ec130012b3a953" - }, - "index": 2, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T15:43:50.958Z" - }, - "updated_at": { - "$date": "2025-12-25T12:03:51.049Z" - }, - "__v": 0, - "image": "food_1751455702434.png" -}, -{ - "_id": { - "$oid": "68615f7c76ec130012b3aa0b" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "زیره جوش", - "description": "آرد،روغن حیوانی،پودر نبات،زیره و زردچوبه", - "short_description": "", - "category": { - "$oid": "68615cf876ec130012b3a953" - }, - "index": 3, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T15:45:00.481Z" - }, - "updated_at": { - "$date": "2025-12-25T12:02:05.066Z" - }, - "__v": 0, - "image": "food_1751455541519.png" -}, -{ - "_id": { - "$oid": "68615fc976ec130012b3aa1f" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی پنیری", - "description": "سیب زمینی سزخکرده،پنیر،پودر آویشن", - "short_description": "", - "category": { - "$oid": "68615ca976ec130012b3a94a" - }, - "index": 2, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T15:46:17.784Z" - }, - "updated_at": { - "$date": "2025-12-25T12:01:39.646Z" - }, - "__v": 0, - "image": "food_1751455318661.png" -}, -{ - "_id": { - "$oid": "6861605f76ec130012b3aa65" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی سرخ کرده", - "description": "", - "short_description": "", - "category": { - "$oid": "68615ca976ec130012b3a94a" - }, - "index": 1, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-29T15:48:47.594Z" - }, - "updated_at": { - "$date": "2025-12-25T12:04:15.754Z" - }, - "__v": 0, - "image": "food_1751455184309.png" -}, -{ - "_id": { - "$oid": "686277db76ec130012b3c5b5" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کشک و بادمجان", - "description": "بادمجان سرخ‌شده، کشک،نعنا و پیازداغ", - "short_description": "", - "category": { - "$oid": "68615ca976ec130012b3a94a" - }, - "index": 3, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-30T11:41:15.818Z" - }, - "updated_at": { - "$date": "2025-12-25T12:01:16.556Z" - }, - "__v": 0, - "image": "food_1751455143526.png" -}, -{ - "_id": { - "$oid": "6862781976ec130012b3c5c2" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میرزا قاسمی", - "description": "بادمجان کبابی،سیر،پوره گوجه،تخم مرغ", - "short_description": "", - "category": { - "$oid": "68615ca976ec130012b3a94a" - }, - "index": 4, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-30T11:42:17.655Z" - }, - "updated_at": { - "$date": "2025-12-25T12:00:47.754Z" - }, - "__v": 0, - "image": "food_1751455054797.png" -}, -{ - "_id": { - "$oid": "6862786076ec130012b3c5cf" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک بندری", - "description": "سوسیس،پیاز،رب،و سیب‌زمینی سرخ شده با دورچین ", - "short_description": "", - "category": { - "$oid": "68615ca976ec130012b3a94a" - }, - "index": 5, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-30T11:43:28.447Z" - }, - "updated_at": { - "$date": "2025-12-25T12:00:22.380Z" - }, - "__v": 0, - "image": "food_1751454996470.png" -}, -{ - "_id": { - "$oid": "6862789d76ec130012b3c5df" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آبدوغ خیار", - "description": "خیار،سبزی،کشمش،گردو،ماست ودوغ", - "short_description": "", - "category": { - "$oid": "68615ca976ec130012b3a94a" - }, - "index": 6, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-30T11:44:29.903Z" - }, - "updated_at": { - "$date": "2025-07-02T11:15:42.062Z" - }, - "__v": 0, - "image": "food_1751454938256.png" -}, -{ - "_id": { - "$oid": "686278be76ec130012b3c5f5" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد ماکارونی", - "description": "", - "short_description": "", - "category": { - "$oid": "68615ca976ec130012b3a94a" - }, - "index": 7, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-30T11:45:02.452Z" - }, - "updated_at": { - "$date": "2025-12-25T11:59:44.578Z" - }, - "__v": 0, - "image": "food_1751454495145.png" -}, -{ - "_id": { - "$oid": "686278e676ec130012b3c5ff" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بورانی اسفناج", - "description": "ماست،اسفناج،ادویه", - "short_description": "", - "category": { - "$oid": "68615ca976ec130012b3a94a" - }, - "index": 8, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-06-30T11:45:42.462Z" - }, - "updated_at": { - "$date": "2025-07-02T11:07:04.470Z" - }, - "__v": 0, - "image": "food_1751454418603.png" -}, -{ - "_id": { - "$oid": "6873a800029023001173cdce" - }, - "price": 2950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جوسی لوسی برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4372045700b0061064bbb" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-13T12:35:12.927Z" - }, - "updated_at": { - "$date": "2025-07-13T12:35:12.927Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6873a821029023001173cdd8" - }, - "price": 3350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دوبل برگر", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4372045700b0061064bbb" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-13T12:35:45.790Z" - }, - "updated_at": { - "$date": "2025-07-13T12:35:45.790Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "687625c7555acb0012cfd79f" - }, - "price": 610000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس امریکانو 70/30", - "description": "", - "short_description": "", - "category": { - "$oid": "6876285f555acb0012cfd958" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T09:56:23.586Z" - }, - "updated_at": { - "$date": "2025-07-15T10:08:52.160Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762610555acb0012cfd7d6" - }, - "price": 760000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس امریکانو عربیکا", - "description": "", - "short_description": "", - "category": { - "$oid": "6876285f555acb0012cfd958" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T09:57:36.012Z" - }, - "updated_at": { - "$date": "2025-07-15T10:08:27.165Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762631555acb0012cfd7e7" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس امریکانو پرتقالی", - "description": "", - "short_description": "", - "category": { - "$oid": "6876285f555acb0012cfd958" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T09:58:09.195Z" - }, - "updated_at": { - "$date": "2025-07-15T10:08:16.342Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "687627dc555acb0012cfd923" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو 70/30", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:05:16.150Z" - }, - "updated_at": { - "$date": "2025-07-15T10:08:05.016Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "687628dd555acb0012cfd9b2" - }, - "price": 660000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس امریکانو 50/50", - "description": "", - "short_description": "", - "category": { - "$oid": "6876285f555acb0012cfd958" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:09:33.551Z" - }, - "updated_at": { - "$date": "2025-07-15T10:09:33.551Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "687628f3555acb0012cfd9bc" - }, - "price": 850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "6876285f555acb0012cfd958" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:09:55.153Z" - }, - "updated_at": { - "$date": "2025-07-15T10:09:55.153Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762909555acb0012cfd9c6" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس موکا", - "description": "", - "short_description": "", - "category": { - "$oid": "6876285f555acb0012cfd958" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:10:17.447Z" - }, - "updated_at": { - "$date": "2025-07-15T10:10:17.447Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762923555acb0012cfd9d0" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس کارامل ماکیاتو", - "description": "", - "short_description": "", - "category": { - "$oid": "6876285f555acb0012cfd958" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:10:43.302Z" - }, - "updated_at": { - "$date": "2025-07-15T10:10:43.302Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6876293e555acb0012cfd9e4" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس چاکلت ", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4370745700b0061064baf" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:11:10.065Z" - }, - "updated_at": { - "$date": "2025-07-15T10:11:10.065Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762958555acb0012cfd9ee" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک بری", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436ef45700b0061064ba6" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:11:36.426Z" - }, - "updated_at": { - "$date": "2025-07-15T10:11:36.426Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762986555acb0012cfda1b" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک لمون بری", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436ef45700b0061064ba6" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:12:22.079Z" - }, - "updated_at": { - "$date": "2025-07-15T10:12:22.079Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6876299a555acb0012cfda28" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک افتر ایت", - "description": "", - "short_description": "", - "category": { - "$oid": "65f436ef45700b0061064ba6" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:12:42.144Z" - }, - "updated_at": { - "$date": "2025-07-15T10:12:42.144Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "687629d6555acb0012cfda45" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیتروس بلو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4370745700b0061064baf" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:13:42.694Z" - }, - "updated_at": { - "$date": "2025-07-15T10:13:42.694Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "687629eb555acb0012cfda6f" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکو منگو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4370745700b0061064baf" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:14:03.794Z" - }, - "updated_at": { - "$date": "2025-07-15T10:14:03.794Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762a40555acb0012cfdab6" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دارک چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:15:28.492Z" - }, - "updated_at": { - "$date": "2025-07-15T10:15:28.492Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762a55555acb0012cfdac3" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پینک چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:15:49.910Z" - }, - "updated_at": { - "$date": "2025-07-15T10:15:49.910Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762b6f555acb0012cfdae7" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "وایت چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:20:31.661Z" - }, - "updated_at": { - "$date": "2025-07-15T10:20:31.661Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762b8e555acb0012cfdafb" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "فندوق چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:21:02.790Z" - }, - "updated_at": { - "$date": "2025-07-15T10:21:02.790Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762ba3555acb0012cfdb05" - }, - "price": 750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نارگیل چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:21:23.353Z" - }, - "updated_at": { - "$date": "2025-07-15T10:21:23.353Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762bba555acb0012cfdb0f" - }, - "price": 700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:21:46.011Z" - }, - "updated_at": { - "$date": "2025-07-15T10:21:46.011Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762bd9555acb0012cfdb19" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر نارگیل", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:22:17.122Z" - }, - "updated_at": { - "$date": "2025-07-15T10:22:17.122Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762beb555acb0012cfdb23" - }, - "price": 650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای کرک", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:22:35.737Z" - }, - "updated_at": { - "$date": "2025-07-15T10:22:35.737Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762c02555acb0012cfdb2d" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای لاته ", - "description": "", - "short_description": "", - "category": { - "$oid": "65ef0b823ad722005756bb1e" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:22:58.379Z" - }, - "updated_at": { - "$date": "2025-07-15T10:22:58.379Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762c40555acb0012cfdb38" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنه چیکن پستو", - "description": "", - "short_description": "", - "category": { - "$oid": "664626607d6ac200622a915c" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:24:00.780Z" - }, - "updated_at": { - "$date": "2025-07-15T10:24:00.780Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762c6d555acb0012cfdb50" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا ارابیاتا", - "description": "", - "short_description": "", - "category": { - "$oid": "664626607d6ac200622a915c" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:24:45.676Z" - }, - "updated_at": { - "$date": "2025-07-15T10:24:45.676Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762c88555acb0012cfdb5e" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاستا دیپ چیز", - "description": "", - "short_description": "", - "category": { - "$oid": "664626607d6ac200622a915c" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:25:12.156Z" - }, - "updated_at": { - "$date": "2025-07-15T10:25:12.156Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762cb2555acb0012cfdb6c" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوسیس المانی", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4375845700b0061064bd0" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:25:54.233Z" - }, - "updated_at": { - "$date": "2025-07-15T10:25:54.233Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762ccb555acb0012cfdb76" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سوسیس المانی با قارچ و پنیر", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4375845700b0061064bd0" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:26:19.747Z" - }, - "updated_at": { - "$date": "2025-07-15T10:26:19.747Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762cdf555acb0012cfdb80" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بندری", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4375845700b0061064bd0" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:26:39.414Z" - }, - "updated_at": { - "$date": "2025-07-15T10:26:39.414Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762cfb555acb0012cfdb8a" - }, - "price": 1500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بندری با قارچ و پنیر", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4375845700b0061064bd0" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:27:07.271Z" - }, - "updated_at": { - "$date": "2025-07-15T10:27:07.271Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762d36555acb0012cfdb99" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ فیله گریل ( بزرگ )", - "description": "", - "short_description": "", - "category": { - "$oid": "68762dfc555acb0012cfdbe2" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:28:06.201Z" - }, - "updated_at": { - "$date": "2025-07-15T10:32:26.244Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762d54555acb0012cfdba3" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ فیله گریل ( کوچک)", - "description": "", - "short_description": "", - "category": { - "$oid": "68762dfc555acb0012cfdbe2" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:28:36.167Z" - }, - "updated_at": { - "$date": "2025-07-15T10:32:11.799Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762d73555acb0012cfdbb0" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ الفردو", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4373d45700b0061064bc7" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:29:07.408Z" - }, - "updated_at": { - "$date": "2025-07-15T10:29:07.408Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762d89555acb0012cfdbba" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات داگ دیپ چیز", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4373d45700b0061064bc7" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:29:29.959Z" - }, - "updated_at": { - "$date": "2025-07-15T10:29:29.959Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762da6555acb0012cfdbc4" - }, - "price": 2250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد سزار گریل", - "description": "", - "short_description": "", - "category": { - "$oid": "667865cc7d6ac200622ec08b" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:29:58.923Z" - }, - "updated_at": { - "$date": "2025-07-15T10:29:58.923Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762e55555acb0012cfdc10" - }, - "price": 2250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ دنر گوشت", - "description": "", - "short_description": "", - "category": { - "$oid": "68762dfc555acb0012cfdbe2" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:32:53.866Z" - }, - "updated_at": { - "$date": "2025-07-15T10:32:53.866Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762e69555acb0012cfdc1a" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ دنر مرغ", - "description": "", - "short_description": "", - "category": { - "$oid": "68762dfc555acb0012cfdbe2" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:33:13.500Z" - }, - "updated_at": { - "$date": "2025-07-15T10:33:13.500Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762e7d555acb0012cfdc2a" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ دنر میکس", - "description": "", - "short_description": "", - "category": { - "$oid": "68762dfc555acb0012cfdbe2" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:33:33.337Z" - }, - "updated_at": { - "$date": "2025-07-15T10:33:33.337Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762eb3555acb0012cfdc3a" - }, - "price": 2750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پرس فیله گریل ۵ تیکه + سیب زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4377d45700b0061064be5" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:34:27.802Z" - }, - "updated_at": { - "$date": "2025-07-15T10:35:29.682Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762ede555acb0012cfdc44" - }, - "price": 3100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پرس فیله گریل ۷ تیکه + سیب زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4377d45700b0061064be5" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:35:10.159Z" - }, - "updated_at": { - "$date": "2025-07-15T10:35:41.398Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762f16555acb0012cfdc74" - }, - "price": 2350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ مرغ پستو", - "description": "", - "short_description": "", - "category": { - "$oid": "68762dfc555acb0012cfdbe2" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:36:06.678Z" - }, - "updated_at": { - "$date": "2025-07-15T10:36:06.678Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762f2b555acb0012cfdc7e" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پوره سیب زمینی", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:36:27.285Z" - }, - "updated_at": { - "$date": "2025-07-15T10:36:27.285Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762f53555acb0012cfdc8b" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ ژامبون سرد (بزرگ)", - "description": "", - "short_description": "", - "category": { - "$oid": "68762dfc555acb0012cfdbe2" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:37:07.136Z" - }, - "updated_at": { - "$date": "2025-07-15T10:37:07.136Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762f6e555acb0012cfdc95" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ ژامبون سرد ( کوچیک)", - "description": "", - "short_description": "", - "category": { - "$oid": "68762dfc555acb0012cfdbe2" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:37:34.394Z" - }, - "updated_at": { - "$date": "2025-07-15T10:37:57.369Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762fa1555acb0012cfdcb1" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ رست بیف", - "description": "", - "short_description": "", - "category": { - "$oid": "68762dfc555acb0012cfdbe2" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:38:25.994Z" - }, - "updated_at": { - "$date": "2025-07-15T10:38:25.994Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762fc1555acb0012cfdcbb" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هالو فرایز ( بزرگ) ", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:38:57.612Z" - }, - "updated_at": { - "$date": "2025-07-15T10:38:57.612Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68762fe4555acb0012cfdcc9" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هالو فرایز ( متوسط )", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:39:32.131Z" - }, - "updated_at": { - "$date": "2025-07-15T10:39:32.131Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68763017555acb0012cfdcd4" - }, - "price": 2350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن فرایز ( بزرگ )", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:40:23.085Z" - }, - "updated_at": { - "$date": "2025-07-15T10:40:23.085Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68763034555acb0012cfdce1" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن فرایز ( متوسط )", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:40:52.192Z" - }, - "updated_at": { - "$date": "2025-07-15T10:40:52.192Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6876306a555acb0012cfdceb" - }, - "price": 2250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی قارچ و پنیر ( بزرگ )", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:41:46.124Z" - }, - "updated_at": { - "$date": "2025-07-15T10:41:46.124Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68763083555acb0012cfdcf5" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب زمینی قارچ و پنیر ( متوسط )", - "description": "", - "short_description": "", - "category": { - "$oid": "65f4379045700b0061064bee" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:42:11.247Z" - }, - "updated_at": { - "$date": "2025-07-15T10:42:11.247Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68763273555acb0012cfde10" - }, - "price": 660000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "امریکانو 50/50 ", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:50:27.182Z" - }, - "updated_at": { - "$date": "2025-07-15T10:50:27.182Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6876328e555acb0012cfde1a" - }, - "price": 610000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو 70/30 ", - "description": "", - "short_description": "", - "category": { - "$oid": "68762813555acb0012cfd937" - }, - "index": 0, - "storeId": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "created_at": { - "$date": "2025-07-15T10:50:54.072Z" - }, - "updated_at": { - "$date": "2025-07-15T10:50:54.072Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "687b994d49fd7200124fb606" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لمون بری", - "description": "پرتقال، پوره توت‌فرنگی، لیمو", - "short_description": "", - "category": { - "$oid": "6795ea3aa4463c0057e68d3a" - }, - "index": 1, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-07-19T13:10:37.313Z" - }, - "updated_at": { - "$date": "2025-08-24T10:50:27.707Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "687b998049fd7200124fb616" - }, - "price": 1770000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ملو", - "description": "هندوانه، شاتوت، سوئیت اند ساور", - "short_description": "", - "category": { - "$oid": "6795ea3aa4463c0057e68d3a" - }, - "index": 2, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-07-19T13:11:28.459Z" - }, - "updated_at": { - "$date": "2025-08-24T10:50:00.555Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "687b9a2949fd7200124fb648" - }, - "price": 1420000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس تی رد وانیل", - "description": "چای ترش سرددم، زعفران، سیروپ وانیل", - "short_description": "", - "category": { - "$oid": "679615c6a4463c0057e695b4" - }, - "index": 12, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-07-19T13:14:17.094Z" - }, - "updated_at": { - "$date": "2025-11-27T16:41:07.637Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "687b9cc749fd7200124fb6af" - }, - "price": 4760000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ بوقلمون", - "description": "سینه بوقلمون، کاهو فرانسه، زیتون، ریحان ایتالیایی، سس پستو، گوجه خشک، پنیر خامه‌ای، پنیر موزارلا", - "short_description": "", - "category": { - "$oid": "6795eb06a4463c0057e68d76" - }, - "index": 5, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-07-19T13:25:27.603Z" - }, - "updated_at": { - "$date": "2025-12-23T14:19:29.821Z" - }, - "__v": 0, - "image": "food_1753185176937.png" -}, -{ - "_id": { - "$oid": "6883794a8d476b0011f66acf" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسموکی چیکن ", - "description": "150 گرم فیله مرغ دودی ", - "short_description": "", - "category": { - "$oid": "684be3fdf114460057d679fd" - }, - "index": 0, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-07-25T12:32:10.284Z" - }, - "updated_at": { - "$date": "2025-10-19T17:09:17.515Z" - }, - "__v": 0, - "image": "food_1760893752111.png" -}, -{ - "_id": { - "$oid": "688379d78d476b0011f66b0a" - }, - "price": 1400000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات پرو ", - "description": "پپرونی ، هالوپینو ، سس هالوپی ", - "short_description": "", - "category": { - "$oid": "684be3fdf114460057d679fd" - }, - "index": 0, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-07-25T12:34:31.939Z" - }, - "updated_at": { - "$date": "2025-10-19T17:07:41.223Z" - }, - "__v": 0, - "image": "food_1760893651025.png" -}, -{ - "_id": { - "$oid": "68837a2d8d476b0011f66b26" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "استاف چیکن ", - "description": "فیله مرغ با پنیر و سوِيیت چیلی", - "short_description": "", - "category": { - "$oid": "684be3fdf114460057d679fd" - }, - "index": 0, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-07-25T12:35:57.535Z" - }, - "updated_at": { - "$date": "2025-10-19T17:12:58.542Z" - }, - "__v": 0, - "image": "food_1760893974847.png" -}, -{ - "_id": { - "$oid": "68837abb8d476b0011f66b51" - }, - "price": 3700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات پرونی ", - "description": "نان چیاباتا، پپرونی، بیکن بوقلمون، سس هالوپی، هالوپینو، وجه، پنیرسفید", - "short_description": "", - "category": { - "$oid": "684be428f114460057d67a06" - }, - "index": 6, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-07-25T12:38:19.156Z" - }, - "updated_at": { - "$date": "2025-10-20T17:43:30.999Z" - }, - "__v": 0, - "image": "food_1760982156044.png" -}, -{ - "_id": { - "$oid": "68837b248d476b0011f66b61" - }, - "price": 3900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن اسموکی ", - "description": "نان چیاباتا، فیله مرغ دودی، پنیر و اسفناج، سويیت چیلی، پنیر گودا، وجه، سس باربیکی", - "short_description": "", - "category": { - "$oid": "684be428f114460057d67a06" - }, - "index": 5, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-07-25T12:40:04.209Z" - }, - "updated_at": { - "$date": "2025-10-20T17:49:24.137Z" - }, - "__v": 0, - "image": "food_1760982559459.png" -}, -{ - "_id": { - "$oid": "68837b748d476b0011f66b89" - }, - "price": 3550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خامه و خردل ", - "description": "پاستا تازه، سس خامه و خردل، سیر، قارچ بلانچ، پنیر پارمسان، مغز گردو ", - "short_description": "", - "category": { - "$oid": "6847c6f5f114460057d617e1" - }, - "index": 0, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-07-25T12:41:24.016Z" - }, - "updated_at": { - "$date": "2025-10-20T17:28:22.462Z" - }, - "__v": 0, - "image": "food_1760981298852.png" -}, -{ - "_id": { - "$oid": "68837bfc8d476b0011f66b9f" - }, - "price": 3550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کرم ماشرومه ", - "description": "پاستا تازه، سس ماشرومه، قارچ کلاسیک استایل، پنیر پارمسان، جز هندی", - "short_description": "", - "category": { - "$oid": "6847c6f5f114460057d617e1" - }, - "index": 0, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-07-25T12:43:40.444Z" - }, - "updated_at": { - "$date": "2025-10-20T17:27:04.464Z" - }, - "__v": 0, - "image": "food_1760981202234.png" -}, -{ - "_id": { - "$oid": "68837c6f8d476b0011f66bbe" - }, - "price": 3750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز فتوچینی ", - "description": "پاستا تازه، سس پنیر، قارچ بلانچ، پارمسان، پچد", - "short_description": "", - "category": { - "$oid": "6847c6f5f114460057d617e1" - }, - "index": 0, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-07-25T12:45:35.823Z" - }, - "updated_at": { - "$date": "2025-10-20T17:26:08.740Z" - }, - "__v": 0, - "image": "food_1760981163990.png" -}, -{ - "_id": { - "$oid": "68837d438d476b0011f66c13" - }, - "price": 3900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپیرولینا پاستا ( روزهای شنبه و یکشنبه )", - "description": "پاستای تازه، سس کرم اسپیرولینا، بلوبری، کاکتوس، مغز گردو کارامالایز", - "short_description": "", - "category": { - "$oid": "684be3cff114460057d679ed" - }, - "index": 0, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-07-25T12:49:07.645Z" - }, - "updated_at": { - "$date": "2025-10-20T17:46:00.505Z" - }, - "__v": 0, - "image": "food_1760982358410.png" -}, -{ - "_id": { - "$oid": "6885fe5b9f7e1300117f8cc8" - }, - "price": 920000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پشن لایت ", - "description": "بلو کارسایو اب سیب اب لیمو سودا", - "short_description": "", - "category": { - "$oid": "67e99d66536282006224dc1f" - }, - "index": 6, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-07-27T10:24:27.185Z" - }, - "updated_at": { - "$date": "2025-07-27T10:24:27.185Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6888bd09c9c1e300120cb004" - }, - "price": 2570000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد مدیترانه‌ای", - "description": "", - "short_description": "", - "category": { - "$oid": "67960d18a4463c0057e693be" - }, - "index": 1, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-07-29T12:22:33.861Z" - }, - "updated_at": { - "$date": "2025-12-23T14:10:35.337Z" - }, - "__v": 0, - "image": "food_1753792542995.png" -}, -{ - "_id": { - "$oid": "6888bdacc9c1e300120cb028" - }, - "price": 2110000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پنیر برشته", - "description": "تخم مرغ، پنیر فتا، سبزی شوید", - "short_description": "", - "category": { - "$oid": "679b535bbd2ce200571493da" - }, - "index": 6, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-07-29T12:25:16.904Z" - }, - "updated_at": { - "$date": "2025-10-27T14:48:48.359Z" - }, - "__v": 0, - "image": "food_1753793163992.png" -}, -{ - "_id": { - "$oid": "6888beedc9c1e300120cb092" - }, - "price": 5240000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ساندویچ استیک", - "description": "گوشت راسته گوساله، سیب‌زمینی سرخ شده، پیاز کاراملی، روکولا، پنیر چدار، سس خردل عسل، نان چاباتا", - "short_description": "", - "category": { - "$oid": "6795eae6a4463c0057e68d61" - }, - "index": 6, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-07-29T12:30:37.199Z" - }, - "updated_at": { - "$date": "2025-12-23T14:16:23.388Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6888c211c9c1e300120cb1df" - }, - "price": 3180000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "حمص", - "description": "", - "short_description": "", - "category": { - "$oid": "67960d18a4463c0057e693be" - }, - "index": 4, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-07-29T12:44:01.531Z" - }, - "updated_at": { - "$date": "2025-12-23T14:12:30.743Z" - }, - "__v": 0, - "image": "food_1753795504991.png" -}, -{ - "_id": { - "$oid": "6888c315c9c1e300120cb212" - }, - "price": 2560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیکن رپ", - "description": "", - "short_description": "", - "category": { - "$oid": "6795eae6a4463c0057e68d61" - }, - "index": 7, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "image": "food_1753793299396.png", - "created_at": { - "$date": "2025-07-29T12:48:21.184Z" - }, - "updated_at": { - "$date": "2025-12-23T14:16:41.892Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6888c424c9c1e300120cb221" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نیمرو", - "description": "", - "short_description": "", - "category": { - "$oid": "679b535bbd2ce200571493da" - }, - "index": 1, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-07-29T12:52:52.331Z" - }, - "updated_at": { - "$date": "2025-10-18T12:47:02.781Z" - }, - "__v": 0, - "image": "food_1753793605530.png" -}, -{ - "_id": { - "$oid": "6888c47dc9c1e300120cb23e" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "املت", - "description": "", - "short_description": "", - "category": { - "$oid": "679b535bbd2ce200571493da" - }, - "index": 2, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "image": "food_1753793659160.png", - "created_at": { - "$date": "2025-07-29T12:54:21.577Z" - }, - "updated_at": { - "$date": "2025-10-18T12:47:52.266Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6891ce208315560011d07a73" - }, - "price": 1840000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رست سیب‌زمینی و قارچ", - "description": "رست سیب‌زمینی، سس قارچ", - "short_description": "", - "category": { - "$oid": "67960d18a4463c0057e693be" - }, - "index": 8, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-08-05T09:25:52.245Z" - }, - "updated_at": { - "$date": "2025-12-23T14:10:53.464Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6891ce818315560011d07a98" - }, - "price": 2710000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رست سیب‌زمینی و بیکن", - "description": "رست سیب‌زمینی، بیکن، پنیر چدار", - "short_description": "", - "category": { - "$oid": "67960d18a4463c0057e693be" - }, - "index": 6, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-08-05T09:27:29.931Z" - }, - "updated_at": { - "$date": "2025-12-23T14:11:13.080Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "689767875d963d00117b1d00" - }, - "price": 680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 14, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1754752902259.png", - "created_at": { - "$date": "2025-08-09T15:21:43.566Z" - }, - "updated_at": { - "$date": "2025-08-09T15:21:43.566Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "689767b55d963d00117b1d0e" - }, - "price": 720000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز گل سرخ", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 15, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1754752948593.png", - "created_at": { - "$date": "2025-08-09T15:22:29.697Z" - }, - "updated_at": { - "$date": "2025-08-09T15:22:29.697Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "689767dc5d963d00117b1d3a" - }, - "price": 720000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز و گل یاسمن", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 16, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1754752987903.png", - "created_at": { - "$date": "2025-08-09T15:23:08.978Z" - }, - "updated_at": { - "$date": "2025-08-09T15:23:08.978Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "689768285d963d00117b1d44" - }, - "price": 720000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سبز لیمو", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 17, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1754753062762.png", - "created_at": { - "$date": "2025-08-09T15:24:24.063Z" - }, - "updated_at": { - "$date": "2025-08-09T15:24:24.063Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "689768ce5d963d00117b1d6d" - }, - "price": 720000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سفید نخدی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 18, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1754753229195.png", - "created_at": { - "$date": "2025-08-09T15:27:10.488Z" - }, - "updated_at": { - "$date": "2025-08-24T16:16:56.571Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "689768f75d963d00117b1d90" - }, - "price": 720000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای سفید مخملی", - "description": "شیرین و ملایم", - "short_description": "", - "category": { - "$oid": "67e99d36536282006224dc0d" - }, - "index": 19, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1754753270649.png", - "created_at": { - "$date": "2025-08-09T15:27:51.765Z" - }, - "updated_at": { - "$date": "2025-08-09T15:30:41.369Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "689b4e9e9aa1f30012879e4f" - }, - "price": 1470000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "میت درینک", - "description": "سیروپ بلو کاراسائو، سیروپ نارگیل، آب انبه، آب پرتقال، آلوئه ورا، آبلیمو", - "short_description": "", - "category": { - "$oid": "67a5fee4bd2ce20057159ffe" - }, - "index": 2, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-08-12T14:24:30.409Z" - }, - "updated_at": { - "$date": "2025-09-06T18:59:28.404Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "689b4ee69aa1f30012879e59" - }, - "price": 1250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "بلک پشن", - "description": "سیروپ کرن بری، سیروپ پشن فروت، آبلیمو، آب پرتقال، کربن فعال", - "short_description": "", - "category": { - "$oid": "67a5fee4bd2ce20057159ffe" - }, - "index": 3, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-08-12T14:25:42.034Z" - }, - "updated_at": { - "$date": "2025-09-06T18:58:53.724Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "689b4f379aa1f30012879e73" - }, - "price": 1200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اوشن بلو", - "description": "سیروپ بلو کاراسائو، سیروپ کرن بری، سیروپ نعنا، آبلیمو، نمک، سودا", - "short_description": "", - "category": { - "$oid": "67a5fee4bd2ce20057159ffe" - }, - "index": 4, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-08-12T14:27:03.258Z" - }, - "updated_at": { - "$date": "2025-09-06T18:58:34.913Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "689b4f649aa1f30012879e89" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "استمر", - "description": "سیروپ وانیل، بادام درختی، شیر", - "short_description": "", - "category": { - "$oid": "67b2531153628200621fd8f7" - }, - "index": 10, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-08-12T14:27:48.138Z" - }, - "updated_at": { - "$date": "2025-09-06T22:20:58.637Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68a1c60de3a6650011ccabcb" - }, - "price": 1680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس ماچا توت فرنگی", - "description": "ماچا شیر یخ پوره توت فرنگی سیروپ توت فرنگی", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 11, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-08-17T12:07:41.837Z" - }, - "updated_at": { - "$date": "2025-09-06T14:52:05.388Z" - }, - "__v": 0, - "image": "food_1755436714685.png" -}, -{ - "_id": { - "$oid": "68a1c66de3a6650011ccabde" - }, - "price": 1360000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس ماچا انبه", - "description": "ماچا شیر یخ سیروپ انبه", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 12, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-08-17T12:09:17.085Z" - }, - "updated_at": { - "$date": "2025-09-06T14:51:37.396Z" - }, - "__v": 0, - "image": "food_1755436648303.png" -}, -{ - "_id": { - "$oid": "68a1c918e3a6650011ccabf2" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس ماچا", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 13, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-08-17T12:20:40.814Z" - }, - "updated_at": { - "$date": "2025-09-06T14:51:16.778Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68a1cf46e3a6650011ccac36" - }, - "price": 1310000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس تی توت فرنگی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 14, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-08-17T12:47:02.845Z" - }, - "updated_at": { - "$date": "2025-09-06T14:50:59.584Z" - }, - "__v": 0, - "image": "food_1755436593841.png" -}, -{ - "_id": { - "$oid": "68a1d337e3a6650011ccac8a" - }, - "price": 880000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس تی لیمو", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 15, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-08-17T13:03:51.050Z" - }, - "updated_at": { - "$date": "2025-09-06T14:50:42.377Z" - }, - "__v": 0, - "image": "food_1755436507683.png" -}, -{ - "_id": { - "$oid": "68a4370be3a6650011cce904" - }, - "price": 1900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز فرایز مدیوم", - "description": "", - "short_description": "", - "category": { - "$oid": "6225095ca03b80e0a44ef756" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2025-08-19T08:34:19.938Z" - }, - "updated_at": { - "$date": "2025-08-19T09:10:57.169Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68a439fbe3a6650011ccea03" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لونا", - "description": "آب آلبالو +آب انبه+لیموتازه+سیروپ", - "short_description": "", - "category": { - "$oid": "62811f18d65610bd301c5a4b" - }, - "index": 0, - "storeId": { - "$oid": "6210b063adf126141b26173d" - }, - "created_at": { - "$date": "2025-08-19T08:46:51.777Z" - }, - "updated_at": { - "$date": "2025-08-19T08:46:51.777Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68af240dfac0b8001288f47d" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سالاد کلم", - "description": "کلم،ذرت،ژامبون،ادویه مخصوص،سس مخصوص", - "short_description": "", - "category": { - "$oid": "64b4e68898ff3c741448df04" - }, - "index": 0, - "storeId": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "created_at": { - "$date": "2025-08-27T15:28:13.247Z" - }, - "updated_at": { - "$date": "2025-08-27T15:29:13.516Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68b81cbc2fd5a600120077e5" - }, - "price": 1850000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آیس پسته", - "description": "3 اسکوپ بستنی وانیل پسته ، موز خورد شده ", - "short_description": "", - "category": { - "$oid": "673064e6c3c0100063e6bf76" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-09-03T10:47:24.635Z" - }, - "updated_at": { - "$date": "2025-11-04T11:12:32.067Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68b993eb49f83f001267cdaf" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "سبله توت فرنگی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 20, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1756992490158.png", - "created_at": { - "$date": "2025-09-04T13:28:11.713Z" - }, - "updated_at": { - "$date": "2025-11-27T11:45:49.384Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68bc562e49f83f0012681be5" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو 50/50", - "description": "", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 2, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1757173293195.png", - "created_at": { - "$date": "2025-09-06T15:41:34.851Z" - }, - "updated_at": { - "$date": "2025-11-25T13:53:13.116Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68bcbaa449f83f0012683061" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "مارشمالو چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "67b2531153628200621fd8f7" - }, - "index": 77, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-09-06T22:50:12.174Z" - }, - "updated_at": { - "$date": "2025-09-06T22:50:12.174Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68bcbaf749f83f001268307d" - }, - "price": 670000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای لته", - "description": "شیر چای", - "short_description": "", - "category": { - "$oid": "67a5cbf3bd2ce20057159807" - }, - "index": 78, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-09-06T22:51:35.260Z" - }, - "updated_at": { - "$date": "2025-09-06T22:51:35.260Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68bcbb7849f83f0012683090" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو ماکیاتو", - "description": "لکه شیر اسپرسو", - "short_description": "", - "category": { - "$oid": "679b8217bd2ce20057149938" - }, - "index": 79, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-09-06T22:53:44.040Z" - }, - "updated_at": { - "$date": "2025-09-06T22:53:44.040Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68bcbbc149f83f00126830a2" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رومانو ", - "description": "اسپرسو لیمو ", - "short_description": "", - "category": { - "$oid": "679b8217bd2ce20057149938" - }, - "index": 80, - "storeId": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "created_at": { - "$date": "2025-09-06T22:54:57.137Z" - }, - "updated_at": { - "$date": "2025-09-06T22:54:57.137Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68bec6be49f83f0012685b09" - }, - "price": 730000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکی نیویورکی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 23, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-09-08T12:06:22.568Z" - }, - "updated_at": { - "$date": "2025-12-22T14:55:51.341Z" - }, - "__v": 0, - "image": "food_1766415350354.png" -}, -{ - "_id": { - "$oid": "68c06621b2e223001253df7e" - }, - "price": 1560000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پامکین لاته", - "description": "سیروپ کدو حلوایی / پیشنهاد میشه ", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 4, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1757439519150.png", - "created_at": { - "$date": "2025-09-09T17:38:41.666Z" - }, - "updated_at": { - "$date": "2025-12-02T14:29:54.113Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68c066a6b2e223001253dfa3" - }, - "price": 2040000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ایس پامکین لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d4f536282006224dc16" - }, - "index": 16, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1757439652703.png", - "created_at": { - "$date": "2025-09-09T17:40:54.554Z" - }, - "updated_at": { - "$date": "2025-10-04T13:30:55.432Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68c915e503c3c700124a249c" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نان سنگک سنتی", - "description": "", - "short_description": "", - "category": { - "$oid": "68c9154003c3c700124a2481" - }, - "index": 1, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-09-16T07:46:45.187Z" - }, - "updated_at": { - "$date": "2025-09-16T07:46:45.187Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68c9163503c3c700124a24ab" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کشک اضافه", - "description": "یک پیاله کوچک کشک غلیظ اعلا", - "short_description": "", - "category": { - "$oid": "68c9154003c3c700124a2481" - }, - "index": 2, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-09-16T07:48:05.523Z" - }, - "updated_at": { - "$date": "2025-09-16T07:50:24.441Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68c916ad03c3c700124a24c1" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نعنا داغ یا پیاز داغ ", - "description": "یک پیاله کوچک نعنا داغ یا پیاز داغ اضافه", - "short_description": "", - "category": { - "$oid": "68c9154003c3c700124a2481" - }, - "index": 3, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-09-16T07:50:05.499Z" - }, - "updated_at": { - "$date": "2025-09-16T07:50:05.499Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68c917b903c3c700124a251d" - }, - "price": 200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سبزی خوردن تازه", - "description": "یک سبد سبزی خوردن تازه ", - "short_description": "", - "category": { - "$oid": "68c9154003c3c700124a2481" - }, - "index": 4, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-09-16T07:54:33.438Z" - }, - "updated_at": { - "$date": "2025-09-16T07:54:33.438Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68c93c7c03c3c700124a2a93" - }, - "price": 900000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیرانبه", - "description": "شیرتازه روز ، 150 گرم میوه انبه ", - "short_description": "", - "category": { - "$oid": "673064fdc3c0100063e6bf7f" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-09-16T10:31:24.121Z" - }, - "updated_at": { - "$date": "2025-09-16T10:31:24.121Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68c93e3703c3c700124a2ad6" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر نارگیل", - "description": "شیر تازه پرچرب ، نارگیل 3 پیمانه ، بستنی نارگیل 1 اسکوپ ، بدون هیچگونه افزودنی", - "short_description": "", - "category": { - "$oid": "673064fdc3c0100063e6bf7f" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-09-16T10:38:47.182Z" - }, - "updated_at": { - "$date": "2025-09-16T10:39:56.895Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68cac2d703c3c700124a5471" - }, - "price": 540000, - "stock": 1, - "static_discount": 0, - "active": false, - "name": "اکلر قهوه کارامل", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 16, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-09-17T14:16:55.066Z" - }, - "updated_at": { - "$date": "2025-11-25T13:59:11.580Z" - }, - "__v": 0, - "image": "food_1759326002631.png" -}, -{ - "_id": { - "$oid": "68da622fed9f6a001294b28e" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "استرابری کیس - Strawberry kiss", - "description": "", - "short_description": "", - "category": { - "$oid": "68da61cbed9f6a001294b26b" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-09-29T10:40:47.482Z" - }, - "updated_at": { - "$date": "2025-09-29T10:40:47.482Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68da6252ed9f6a001294b2a3" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "افسون afsoon", - "description": "", - "short_description": "", - "category": { - "$oid": "68da61cbed9f6a001294b26b" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-09-29T10:41:22.059Z" - }, - "updated_at": { - "$date": "2025-09-29T10:41:22.059Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68da6271ed9f6a001294b2ad" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "یناکولادا pina colada", - "description": "", - "short_description": "", - "category": { - "$oid": "68da61cbed9f6a001294b26b" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-09-29T10:41:53.566Z" - }, - "updated_at": { - "$date": "2025-09-29T10:41:53.566Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68da628eed9f6a001294b2b7" - }, - "price": 1300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": " آب میوه طبیعی natural fruit juice", - "description": "", - "short_description": "", - "category": { - "$oid": "68da61cbed9f6a001294b26b" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-09-29T10:42:22.460Z" - }, - "updated_at": { - "$date": "2025-11-03T19:24:09.949Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68da62cbed9f6a001294b2c1" - }, - "price": 1100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": " پتر piter", - "description": "", - "short_description": "", - "category": { - "$oid": "68da61cbed9f6a001294b26b" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-09-29T10:43:23.315Z" - }, - "updated_at": { - "$date": "2025-09-29T11:14:40.390Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68e4fbf36c387f001283b3a4" - }, - "price": 1650000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چیز کیک شکلاتی", - "description": "", - "short_description": "", - "category": { - "$oid": "6208a93b1ee4b0270db4c715" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "image": "food_1759837170128.png", - "created_at": { - "$date": "2025-10-07T11:39:31.818Z" - }, - "updated_at": { - "$date": "2025-10-07T11:39:31.818Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68f38b910895bf0012680ab8" - }, - "price": 2740000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تیرامیسو", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 1, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-18T12:44:01.034Z" - }, - "updated_at": { - "$date": "2025-12-23T13:58:23.566Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68f632a39b37ad00121a9052" - }, - "price": 1520000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش به", - "description": "چای به, چوب دارچین, زنجبیل تازه", - "short_description": "", - "category": { - "$oid": "679615c6a4463c0057e695b4" - }, - "index": 5, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-20T13:01:23.900Z" - }, - "updated_at": { - "$date": "2025-10-27T14:26:57.260Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68f6330d9b37ad00121a9072" - }, - "price": 1580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش گل گاو زبان", - "description": "گل گاو زبان, به لیمو, بهارنارنج", - "short_description": "", - "category": { - "$oid": "679615c6a4463c0057e695b4" - }, - "index": 4, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-20T13:03:09.387Z" - }, - "updated_at": { - "$date": "2025-10-27T14:27:22.121Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68f67ece9b37ad00121a9f69" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیب کیوی", - "description": "", - "short_description": "", - "category": { - "$oid": "684be447f114460057d67a0f" - }, - "index": 0, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "created_at": { - "$date": "2025-10-20T18:26:22.634Z" - }, - "updated_at": { - "$date": "2025-10-20T18:26:40.831Z" - }, - "__v": 0, - "image": "food_1760984798612.png" -}, -{ - "_id": { - "$oid": "68f67fb49b37ad00121a9fbd" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "موهیتو", - "description": "", - "short_description": "", - "category": { - "$oid": "684be447f114460057d67a0f" - }, - "index": 0, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "image": "food_1760985010771.png", - "created_at": { - "$date": "2025-10-20T18:30:12.530Z" - }, - "updated_at": { - "$date": "2025-10-20T18:30:12.530Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68f680079b37ad00121a9fdb" - }, - "price": 550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "استوایی", - "description": "", - "short_description": "", - "category": { - "$oid": "684be447f114460057d67a0f" - }, - "index": 17, - "storeId": { - "$oid": "6847c5f3f114460057d617bf" - }, - "image": "food_1760985092729.png", - "created_at": { - "$date": "2025-10-20T18:31:35.651Z" - }, - "updated_at": { - "$date": "2025-10-20T18:31:35.651Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68f68c369b37ad00121aa222" - }, - "price": 1920000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کوکو هات چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6795eaa0a4463c0057e68d58" - }, - "index": 1, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-20T19:23:34.843Z" - }, - "updated_at": { - "$date": "2025-10-20T19:23:34.843Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68f68c749b37ad00121aa23f" - }, - "price": 1940000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای کرک", - "description": "", - "short_description": "", - "category": { - "$oid": "6795eaa0a4463c0057e68d58" - }, - "index": 13, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-20T19:24:36.327Z" - }, - "updated_at": { - "$date": "2025-11-15T14:16:39.504Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff7c12685b61001121b5bf" - }, - "price": 1830000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسنس", - "description": "آب انار، آب لبو, سماق", - "short_description": "", - "category": { - "$oid": "6795ea3aa4463c0057e68d3a" - }, - "index": 4, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T14:05:06.867Z" - }, - "updated_at": { - "$date": "2025-10-27T14:05:06.867Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff8481685b61001121b774" - }, - "price": 1660000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش بری", - "description": "ترکیب کرن بری, توت فرنگی و زرشک", - "short_description": "", - "category": { - "$oid": "679615c6a4463c0057e695b4" - }, - "index": 6, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T14:41:05.769Z" - }, - "updated_at": { - "$date": "2025-10-27T14:41:05.769Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff8516685b61001121b787" - }, - "price": 1680000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش انبه", - "description": "لوندر, بابونه, انبه", - "short_description": "", - "category": { - "$oid": "679615c6a4463c0057e695b4" - }, - "index": 7, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T14:43:34.084Z" - }, - "updated_at": { - "$date": "2025-10-27T14:43:34.084Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff8567685b61001121b7ac" - }, - "price": 1620000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش سیب", - "description": "سیب, هل و استویا", - "short_description": "", - "category": { - "$oid": "679615c6a4463c0057e695b4" - }, - "index": 8, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T14:44:55.639Z" - }, - "updated_at": { - "$date": "2025-10-27T14:44:55.639Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff8bc0685b61001121ba11" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک هویج گردو", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 20, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T15:12:00.376Z" - }, - "updated_at": { - "$date": "2025-12-23T13:54:47.959Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff8be6685b61001121ba1b" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک سیب دارچین", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 21, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T15:12:38.982Z" - }, - "updated_at": { - "$date": "2025-12-23T13:55:27.543Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff8c0b685b61001121ba25" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک کدو حلوایی", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 22, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T15:13:15.338Z" - }, - "updated_at": { - "$date": "2025-12-23T13:55:07.966Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff8c42685b61001121ba2f" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کیک کشمش گردو", - "description": "", - "short_description": "", - "category": { - "$oid": "67961856a4463c0057e6963e" - }, - "index": 23, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T15:14:10.962Z" - }, - "updated_at": { - "$date": "2025-12-23T13:56:45.681Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff8fbb685b61001121bacf" - }, - "price": 1600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کلدبرو ۷۰/۳۰", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9f3a4463c0057e68d31" - }, - "index": 11, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T15:28:59.980Z" - }, - "updated_at": { - "$date": "2025-12-09T12:49:50.643Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff9157685b61001121bbdc" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیروپ کارامل نمکی دست ساز", - "description": "", - "short_description": "", - "category": { - "$oid": "68ff8ead685b61001121ba9b" - }, - "index": 1, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T15:35:51.985Z" - }, - "updated_at": { - "$date": "2025-10-27T15:35:51.985Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff9179685b61001121bbf8" - }, - "price": 500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیروپ گاناش شکلات دست ساز", - "description": "", - "short_description": "", - "category": { - "$oid": "68ff8ead685b61001121ba9b" - }, - "index": 2, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T15:36:25.379Z" - }, - "updated_at": { - "$date": "2025-10-27T15:36:25.379Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff9258685b61001121bc4d" - }, - "price": 450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "سیروپ", - "description": "نارگیل/ فندوق/ لوتوس/ وانیل", - "short_description": "", - "category": { - "$oid": "68ff8ead685b61001121ba9b" - }, - "index": 3, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T15:40:08.147Z" - }, - "updated_at": { - "$date": "2025-10-27T15:40:08.147Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff92bd685b61001121bc63" - }, - "price": 590000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر بادام گیاهی", - "description": "", - "short_description": "", - "category": { - "$oid": "68ff8ead685b61001121ba9b" - }, - "index": 4, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T15:41:49.351Z" - }, - "updated_at": { - "$date": "2025-10-27T15:41:49.351Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff9328685b61001121bc8a" - }, - "price": 380000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیر نارگیل", - "description": "", - "short_description": "", - "category": { - "$oid": "68ff8ead685b61001121ba9b" - }, - "index": 5, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T15:43:36.195Z" - }, - "updated_at": { - "$date": "2025-10-27T15:43:36.195Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ff9ea8685b61001121bf7f" - }, - "price": 480000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "تاپینگ خامه", - "description": "", - "short_description": "", - "category": { - "$oid": "68ff8ead685b61001121ba9b" - }, - "index": 6, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T16:32:40.871Z" - }, - "updated_at": { - "$date": "2025-10-27T16:32:40.871Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ffc83e685b61001121ccaa" - }, - "price": 2180000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پامکین لاته", - "description": "پوره کدو حلوایی, اسپرسو 7030, شیر", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 15, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T19:30:06.738Z" - }, - "updated_at": { - "$date": "2025-10-27T19:30:06.738Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ffc8b3685b61001121cce8" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جینجر شات لبو", - "description": "آب لبو, لیمو, زنجبیل", - "short_description": "", - "category": { - "$oid": "6795ea3aa4463c0057e68d3a" - }, - "index": 9, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T19:32:03.562Z" - }, - "updated_at": { - "$date": "2025-10-27T19:32:03.562Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "68ffc900685b61001121cd07" - }, - "price": 1150000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جینجر شات پرتقال", - "description": "آب پرتقال, لیمو, زنجبیل", - "short_description": "", - "category": { - "$oid": "6795ea3aa4463c0057e68d3a" - }, - "index": 10, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-10-27T19:33:20.823Z" - }, - "updated_at": { - "$date": "2025-10-27T19:33:20.823Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "690113a7685b61001121e6cd" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نیمرو بیکن (تند)", - "description": "تخم مرغ، بیکن گوشت، هالوپین، دورچین به همراه نان", - "short_description": "", - "category": { - "$oid": "62deac91faacb066e12087e7" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2025-10-28T19:04:07.037Z" - }, - "updated_at": { - "$date": "2025-12-09T12:01:42.564Z" - }, - "__v": 0, - "image": "food_1765281700365.png" -}, -{ - "_id": { - "$oid": "690113d7685b61001121e6d7" - }, - "price": 2250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نیمرو بیف", - "description": "تخم مرغ، گوشت رست بیف، پنیر پیتزا، دورچین به همراه نان", - "short_description": "", - "category": { - "$oid": "62deac91faacb066e12087e7" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2025-10-28T19:04:55.105Z" - }, - "updated_at": { - "$date": "2025-12-09T12:00:15.560Z" - }, - "__v": 0, - "image": "food_1765281612636.png" -}, -{ - "_id": { - "$oid": "69011496685b61001121e715" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پرشین برک", - "description": "انتخابی (املت ساده، نیمرو، سوسیس تخم مرغ) دورچین به همراه نان", - "short_description": "", - "category": { - "$oid": "62deac91faacb066e12087e7" - }, - "index": 0, - "storeId": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "created_at": { - "$date": "2025-10-28T19:08:06.027Z" - }, - "updated_at": { - "$date": "2025-11-13T11:52:30.664Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6909e00e2d486c0012858937" - }, - "price": 1800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "شیک موز پسته ", - "description": "4 اسکوپ بستنی وانیل ، موز تازه ، پودر پسته", - "short_description": "", - "category": { - "$oid": "67305804c3c0100063e6bc62" - }, - "index": 12, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-11-04T11:14:22.105Z" - }, - "updated_at": { - "$date": "2025-11-04T11:14:22.105Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "690a53af2d486c0012859df8" - }, - "price": 1580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش آرامش", - "description": "گل گاو زبان, سنبل الطیب, لیموعمانی", - "short_description": "", - "category": { - "$oid": "679615c6a4463c0057e695b4" - }, - "index": 9, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-11-04T19:27:43.571Z" - }, - "updated_at": { - "$date": "2025-11-04T19:27:43.571Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "690df7a92d486c001285e75f" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "جوجه کباب سیخ چوبی", - "description": "۳۶۰ گرم فیله مرغ+برنج ایرانی ودورچین", - "short_description": "", - "category": { - "$oid": "68612389a67e8f0012d55d2a" - }, - "index": 1, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-11-07T13:44:09.085Z" - }, - "updated_at": { - "$date": "2025-11-09T08:02:08.640Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "690f36c12d486c0012860990" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پای کدو حلوایی", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99b4c536282006224db80" - }, - "index": 0, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1762604734494.png", - "created_at": { - "$date": "2025-11-08T12:25:37.903Z" - }, - "updated_at": { - "$date": "2025-11-08T12:25:37.903Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "69104ce02d486c0012861973" - }, - "price": 2500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "خوراک جوجه ", - "description": "۳۶۰ گرم فیله مرغ +دورچین", - "short_description": "", - "category": { - "$oid": "68612389a67e8f0012d55d2a" - }, - "index": 2, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-11-09T08:12:16.923Z" - }, - "updated_at": { - "$date": "2025-11-09T08:12:16.923Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "69188a61b2d2da00122f7052" - }, - "price": 1640000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دارک چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6795eaa0a4463c0057e68d58" - }, - "index": 3, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-11-15T14:12:49.266Z" - }, - "updated_at": { - "$date": "2025-11-15T14:12:49.266Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "69188a7fb2d2da00122f705f" - }, - "price": 1720000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6795eaa0a4463c0057e68d58" - }, - "index": 10, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-11-15T14:13:19.377Z" - }, - "updated_at": { - "$date": "2025-11-15T14:17:06.601Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "69188abbb2d2da00122f706c" - }, - "price": 1640000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ناتی چاکلت", - "description": "", - "short_description": "", - "category": { - "$oid": "6795eaa0a4463c0057e68d58" - }, - "index": 5, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-11-15T14:14:19.232Z" - }, - "updated_at": { - "$date": "2025-11-15T14:14:19.232Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "691b3c7022cbfe001218b9ca" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای کرک", - "description": "چای کرک زعفرانی", - "short_description": "", - "category": { - "$oid": "68612462a67e8f0012d55d48" - }, - "index": 9, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-11-17T15:17:04.480Z" - }, - "updated_at": { - "$date": "2025-11-17T15:17:04.480Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "691b3c9522cbfe001218b9d4" - }, - "price": 600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو", - "description": "", - "short_description": "", - "category": { - "$oid": "68612462a67e8f0012d55d48" - }, - "index": 10, - "storeId": { - "$oid": "686100dd9086300011bdf7d0" - }, - "created_at": { - "$date": "2025-11-17T15:17:41.505Z" - }, - "updated_at": { - "$date": "2025-11-17T15:17:41.505Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6925aeedb781ca001170a6f7" - }, - "price": 4260000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا سیر استیک", - "description": "", - "short_description": "", - "category": { - "$oid": "6925a5d9b781ca001170a50d" - }, - "index": 1, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-11-25T13:28:13.507Z" - }, - "updated_at": { - "$date": "2025-11-25T13:28:13.507Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6925af6fb781ca001170a704" - }, - "price": 4370000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا رست بیف", - "description": "راسته گوساله 100گرم . پنیرمزرلا . سس خامه . و.... ", - "short_description": "", - "category": { - "$oid": "6925a5d9b781ca001170a50d" - }, - "index": 2, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-11-25T13:30:23.839Z" - }, - "updated_at": { - "$date": "2025-11-25T13:31:11.802Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6925b092b781ca001170a73f" - }, - "price": 2700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا پولو", - "description": "فیله مرغ 120 گرم . پنیر مزرلا . قارچ . سس مارینارا و...", - "short_description": "", - "category": { - "$oid": "6925a5d9b781ca001170a50d" - }, - "index": 3, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-11-25T13:35:14.609Z" - }, - "updated_at": { - "$date": "2025-12-06T13:51:43.441Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6925b136b781ca001170a74d" - }, - "price": 3910000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا میکس", - "description": "فیله گوساله 40 گرم . فیله مرغ 60 گرم . قارچ . پنیرمزرلا . و....", - "short_description": "", - "category": { - "$oid": "6925a5d9b781ca001170a50d" - }, - "index": 4, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-11-25T13:37:58.848Z" - }, - "updated_at": { - "$date": "2025-11-25T13:37:58.848Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6925b16db781ca001170a75a" - }, - "price": 1950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نان سیر ", - "description": "", - "short_description": "", - "category": { - "$oid": "6925a5d9b781ca001170a50d" - }, - "index": 5, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-11-25T13:38:53.065Z" - }, - "updated_at": { - "$date": "2025-11-25T13:38:53.065Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6925ec13b781ca001170b232" - }, - "price": 1760000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپرسو دی کف", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 12, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-11-25T17:49:07.658Z" - }, - "updated_at": { - "$date": "2025-11-25T17:49:07.658Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6925ec44b781ca001170b245" - }, - "price": 1760000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "آمریکانو دی کف", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e956a4463c0057e68d0c" - }, - "index": 13, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-11-25T17:49:56.422Z" - }, - "updated_at": { - "$date": "2025-11-25T17:49:56.422Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "6925ecd9b781ca001170b291" - }, - "price": 2580000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "V60 کلمبیا بیبی گیشا", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9f3a4463c0057e68d31" - }, - "index": 3, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-11-25T17:52:25.461Z" - }, - "updated_at": { - "$date": "2025-12-09T12:53:38.472Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "69287f48b781ca001170ed5b" - }, - "price": 1550000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دمنوش آویشن", - "description": "آویشن, زنجبیل, لیموعمانی, بهلیمو", - "short_description": "", - "category": { - "$oid": "679615c6a4463c0057e695b4" - }, - "index": 10, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-11-27T16:41:44.696Z" - }, - "updated_at": { - "$date": "2025-11-27T16:41:44.696Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "692eeae6a74f3300133ce6ff" - }, - "price": 1000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "چای کرک", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d92536282006224dc4c" - }, - "index": 0, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-12-02T13:34:30.143Z" - }, - "updated_at": { - "$date": "2025-12-02T13:35:52.789Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "692eeb14a74f3300133ce714" - }, - "price": 950000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماسالا", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d92536282006224dc4c" - }, - "index": 0, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-12-02T13:35:16.103Z" - }, - "updated_at": { - "$date": "2025-12-02T14:38:27.230Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "692eebe9a74f3300133ce751" - }, - "price": 1350000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پاور شات", - "description": "اسپرسو و کره", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 8, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-12-02T13:38:49.241Z" - }, - "updated_at": { - "$date": "2025-12-02T13:39:47.475Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "692eee7ca74f3300133ce814" - }, - "price": 2100000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته لوتوس", - "description": "", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 0, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-12-02T13:49:48.651Z" - }, - "updated_at": { - "$date": "2025-12-02T13:49:48.651Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "692eeef9a74f3300133ce833" - }, - "price": 2250000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته پسته", - "description": "", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 0, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-12-02T13:51:53.271Z" - }, - "updated_at": { - "$date": "2025-12-02T13:51:53.271Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "692eefdba74f3300133ce871" - }, - "price": 800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "گلدن میلک", - "description": "زرد چوبه و شیر انتی اکسیدان بالا ضد التهاب درمان درد و خشکی مفاصل", - "short_description": "", - "category": { - "$oid": "67e99dbf536282006224dc58" - }, - "index": 0, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-12-02T13:55:39.993Z" - }, - "updated_at": { - "$date": "2025-12-02T13:55:39.993Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "692ef0eaa74f3300133ce8db" - }, - "price": 2000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پرشین لاته", - "description": "قهوه . شیر .هل .کره پسته .گلاب . زعفران ", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 0, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-12-02T14:00:10.277Z" - }, - "updated_at": { - "$date": "2025-12-02T14:00:10.277Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "692ef1a1a74f3300133ce90c" - }, - "price": 1450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "ماچا لاته", - "description": "", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 0, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-12-02T14:03:13.664Z" - }, - "updated_at": { - "$date": "2025-12-02T14:03:13.664Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "692ef21ea74f3300133ce92c" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "افوگاتو پسته", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d78536282006224dc28" - }, - "index": 0, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-12-02T14:05:18.745Z" - }, - "updated_at": { - "$date": "2025-12-02T14:50:07.710Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "692ef538a74f3300133ce9a1" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "افوگاتو شکلات ", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d78536282006224dc28" - }, - "index": 0, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-12-02T14:18:32.144Z" - }, - "updated_at": { - "$date": "2025-12-02T14:48:36.889Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "692ef6dba74f3300133cea10" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "افوگاتو لوتوس", - "description": "", - "short_description": "", - "category": { - "$oid": "67e99d78536282006224dc28" - }, - "index": 0, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-12-02T14:25:31.269Z" - }, - "updated_at": { - "$date": "2025-12-02T14:49:18.850Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "693435728fbedb001284c4f8" - }, - "price": 3700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا سزار", - "description": "", - "short_description": "", - "category": { - "$oid": "6925a5d9b781ca001170a50d" - }, - "index": 6, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-12-06T13:53:54.196Z" - }, - "updated_at": { - "$date": "2025-12-06T13:53:54.196Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "69381c08eddcc100126d662c" - }, - "price": 1980000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "v60 اتیوپی وامنا", - "description": "", - "short_description": "", - "category": { - "$oid": "6795e9f3a4463c0057e68d31" - }, - "index": 2, - "storeId": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "created_at": { - "$date": "2025-12-09T12:54:32.817Z" - }, - "updated_at": { - "$date": "2025-12-09T12:54:32.817Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "693bd66e95816d0012b73b70" - }, - "price": 1050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "رست نات چوبی نوتلا", - "description": "یک عدد دونات رست شده همراه با شکلات نوتلا ", - "short_description": "", - "category": { - "$oid": "6731afdfc3c0100063e6dec2" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-12-12T08:46:38.696Z" - }, - "updated_at": { - "$date": "2025-12-12T08:46:38.696Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "693bda0495816d0012b73bc7" - }, - "price": 3000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پک 4 عددی شکلات", - "description": "4 عدد دونات شکلات ", - "short_description": "", - "category": { - "$oid": "693bd9a195816d0012b73bb0" - }, - "index": 1, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-12-12T09:01:56.096Z" - }, - "updated_at": { - "$date": "2025-12-12T09:01:56.096Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "693bda4195816d0012b73bd1" - }, - "price": 3000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پک 4 عددی دارک", - "description": "4 عدد دونات دارک ", - "short_description": "", - "category": { - "$oid": "693bd9a195816d0012b73bb0" - }, - "index": 2, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-12-12T09:02:57.348Z" - }, - "updated_at": { - "$date": "2025-12-12T09:02:57.348Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "693bda6e95816d0012b73bdb" - }, - "price": 3500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پک 4 عددی نوتلا ", - "description": "4 عدد دونات نوتلا ", - "short_description": "", - "category": { - "$oid": "693bd9a195816d0012b73bb0" - }, - "index": 3, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-12-12T09:03:42.377Z" - }, - "updated_at": { - "$date": "2025-12-12T09:03:42.377Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "693bdac595816d0012b73be5" - }, - "price": 3000000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پک خانواده ", - "description": "1 عدد دونات شکلات ، 1 عدد دونات نوتلا ، 1 عدد دونات لاولی ، 1 عدد دونات توت فرنگی", - "short_description": "", - "category": { - "$oid": "693bd9a195816d0012b73bb0" - }, - "index": 4, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-12-12T09:05:09.531Z" - }, - "updated_at": { - "$date": "2025-12-12T09:05:09.531Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "693bdb2f95816d0012b73bef" - }, - "price": 2450000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پک نوستالژی", - "description": "1 عدد دونات شکری ، 1 عدد دونات دارچین ، 1 عدد دونات هل ، 1 عدد دونات کنجد", - "short_description": "", - "category": { - "$oid": "693bd9a195816d0012b73bb0" - }, - "index": 5, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "created_at": { - "$date": "2025-12-12T09:06:55.186Z" - }, - "updated_at": { - "$date": "2025-12-12T09:06:55.186Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "693bdc0e95816d0012b73c0b" - }, - "price": 2300000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "دونات تخم مرغ شانسی کیندر", - "description": "1 عدد دونات شکلاتی همراه با ترافل ، 1 عدد دونات تخم مرغ شانسی کیندر", - "short_description": "", - "category": { - "$oid": "6731af5ac3c0100063e6de8c" - }, - "index": 14, - "storeId": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "image": "food_1765530634407.png", - "created_at": { - "$date": "2025-12-12T09:10:38.634Z" - }, - "updated_at": { - "$date": "2025-12-12T09:10:38.634Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "693d36a1eb83510011b1163e" - }, - "price": 10500000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "استیک میلانو ", - "description": "150گرم شنسل مرغ/150 گرم فیله گوساله/سس قارچ/دورچین سبزیجات وصیفی جات بخار پز/", - "short_description": "", - "category": { - "$oid": "61ac5f9b26d2e0e4fbd9b3fe" - }, - "index": 3, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-12-13T09:49:21.088Z" - }, - "updated_at": { - "$date": "2025-12-13T10:27:04.292Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "69417f0d5d516700119184f8" - }, - "price": 1700000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "امریکانو شیر عسلی", - "description": "اسپرسو شیرعسلی اب جوش", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 9, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1765900043529.png", - "created_at": { - "$date": "2025-12-16T15:47:25.469Z" - }, - "updated_at": { - "$date": "2025-12-16T15:50:45.326Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "69417f3d5d51670011918503" - }, - "price": 1890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "لاته عسل دارچین", - "description": "اسپرسو عسل طبیعی دارچین شیر فوم شبر", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 12, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1765900091502.png", - "created_at": { - "$date": "2025-12-16T15:48:13.208Z" - }, - "updated_at": { - "$date": "2025-12-16T15:50:12.661Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "69417f7f5d5167001191850d" - }, - "price": 1890000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "اسپنیش لته", - "description": "اسپرسو شیر فوم شیر.شیرعسلی", - "short_description": "", - "category": { - "$oid": "67e990e0536282006224d7be" - }, - "index": 13, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "image": "food_1765900157490.png", - "created_at": { - "$date": "2025-12-16T15:49:19.018Z" - }, - "updated_at": { - "$date": "2025-12-16T15:49:19.018Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "694181015d5167001191856f" - }, - "price": 2600000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات پسته", - "description": "شیر کره پسته تکه های پسته", - "short_description": "", - "category": { - "$oid": "67e99d92536282006224dc4c" - }, - "index": 3, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-12-16T15:55:45.146Z" - }, - "updated_at": { - "$date": "2025-12-16T15:55:45.146Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "694181375d51670011918585" - }, - "price": 2200000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "هات لوتوس ", - "description": "کرم لوتوس شیر فوم شیر ", - "short_description": "", - "category": { - "$oid": "67e99d92536282006224dc4c" - }, - "index": 4, - "storeId": { - "$oid": "67e93f9e536282006224c40d" - }, - "created_at": { - "$date": "2025-12-16T15:56:39.703Z" - }, - "updated_at": { - "$date": "2025-12-16T15:56:39.703Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "69425a765d51670011919383" - }, - "price": 5800000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "پیتزا نیویورکی HOT", - "description": "سس مخصوص مکزیکی , مرغ طعم دار شده, فلفل دلمه ای , فلفل هالوپینو ", - "short_description": "", - "category": { - "$oid": "61aba45b1d86dbbc7d60676a" - }, - "index": 2, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-12-17T07:23:34.134Z" - }, - "updated_at": { - "$date": "2025-12-17T09:42:52.054Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "69425ae85d51670011919392" - }, - "price": 5050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نیویورکی آمریکایی تک نفره HOT ", - "description": "سس مخصوص مکزیکی , مرغ مزه دار شده , فلفل دلمه ای , فلفل هالوپینو ", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 3, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-12-17T07:25:28.768Z" - }, - "updated_at": { - "$date": "2025-12-17T07:25:28.768Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "69425b205d5167001191939c" - }, - "price": 7050000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "نیویورکی آمریکایی دو نفره HOT", - "description": "سس مخصوص مکزیکی , مرغ مزه دار شده , فلفل دلمه ای , فلفل هالوپینو ", - "short_description": "", - "category": { - "$oid": "61aba4711d86dbbc7d606777" - }, - "index": 4, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-12-17T07:26:24.857Z" - }, - "updated_at": { - "$date": "2025-12-17T09:43:26.597Z" - }, - "__v": 0 -}, -{ - "_id": { - "$oid": "694faf20235ae700126f52cc" - }, - "price": 1750000, - "stock": 1, - "static_discount": 0, - "active": true, - "name": "کارامل ماکیاتو ", - "description": "شیر/ کارامل / قهوه ", - "short_description": "", - "category": { - "$oid": "61b1a16afc1eece3d7626360" - }, - "index": 0, - "storeId": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "created_at": { - "$date": "2025-12-27T10:04:16.583Z" - }, - "updated_at": { - "$date": "2025-12-27T10:04:16.583Z" - }, - "__v": 0 -}] \ No newline at end of file diff --git a/dump/dmenu_db.storeinfos.json b/dump/dmenu_db.storeinfos.json deleted file mode 100644 index 0f2ae5d..0000000 --- a/dump/dmenu_db.storeinfos.json +++ /dev/null @@ -1,1892 +0,0 @@ -[ - { - "_id": { - "$oid": "61a3661f37a0d33354a6d210" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "https://whatsapp.com", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "urlRouter": "zhivan", - "timezone": "Asia/Tehran", - "active": true, - "danakId": "619a8bd42d952a12c0674fdd", - "serviceId": "619b4c2371acdd1694d2316a", - "title": "ژیوان", - "caption": "", - "email": "as@as.com", - "tel": "123", - "address": "sada", - "colorTheme": "#1069BF", - "created_at": { - "$date": "2021-11-28T11:21:03.135Z" - }, - "updated_at": { - "$date": "2025-12-17T07:20:45.453Z" - }, - "__v": 0, - "logo": "store_1638870352717_61a3661f37a0d33354a6d210.png", - "showAd": true, - "getData": true, - "theme": false, - "message": "لبخند خود را با جهانیان به اشتراک بگذارید. \nاین نمادی از دوستی و صلح است🏳️😉", - "showMessage": true, - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "61d2b72b2e8bd97126a70b5f" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "https://instagram.com/coffee_sepanta", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "urlRouter": "sepanta", - "timezone": "Asia/Tehran", - "active": true, - "showAd": true, - "danakId": "61d2b3b16a546e336810a027", - "title": "سپنتا", - "caption": "", - "email": "sepanta@gmail.com", - "tel": "0863", - "address": "میدان نماز - ابتدای خ مصطفی خمینی - جنب کترینگ 47", - "colorTheme": "#9A7136", - "created_at": { - "$date": "2022-01-03T08:43:23.505Z" - }, - "updated_at": { - "$date": "2022-01-03T09:47:13.029Z" - }, - "__v": 0, - "logo": "store_1641199914860_61d2b72b2e8bd97126a70b5f.png", - "serviceId": "61d2b403c1858764d9578360", - "theme": false - }, - { - "_id": { - "$oid": "61e509141601c7c7d9141989" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "https://instagram.com/ocafe.arak?utm_medium=copy_link", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "urlRouter": "ocafe", - "timezone": "Asia/Tehran", - "active": true, - "danakId": "61e507e030f1ec064832e2d3", - "serviceId": "61e50897c1858764d95798a0", - "title": "اکافه", - "caption": "*مهمان گرامی ضمن عرض خوش آمد به شما دوست عزیز،لطفا برای فراخوان ویترها از پیجرهای تعبیه شده روی میز خود استفاده کنید .\r\n*تسویه صورتحساب سر میز شما انجام میگردد.\r\n*تمامی آیتم ها با بهترین متریال موجود در بازار و به صورت روزانه تهیه و آماده سازی میشوند ،تمامی برگرها حاوی 100% گوشت خالص به صورت روزانه و از گوشت گرم استفاده میگردد.", - "email": "info@ocafe.com", - "tel": "1", - "address": "اراک ، ابتدای بلوار جهلن پناه ، برج میلاد(اساتید)", - "colorTheme": "#000000", - "created_at": { - "$date": "2021-11-28T11:21:03.135Z" - }, - "updated_at": { - "$date": "2022-02-02T14:03:17.768Z" - }, - "__v": 0, - "logo": "store_1643274757715_61e509141601c7c7d9141989.png", - "showAd": true, - "getData": true, - "theme": false - }, - { - "_id": { - "$oid": "6202562b1ee4b0270db4ae58" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "6202562bedcac34637f77a4d", - "urlRouter": "easydizy", - "timezone": "Asia/Tehran", - "active": true, - "getData": true, - "showAd": true, - "danakId": "620254caedcac34637f77a24", - "title": "رستوران ایزی دیزی", - "created_at": { - "$date": "2022-02-08T11:38:19.358Z" - }, - "updated_at": { - "$date": "2022-02-08T12:55:42.630Z" - }, - "__v": 0, - "address": "", - "caption": "", - "colorTheme": "#A0522D", - "email": "info@easydizy.com", - "logo": "store_1644324825827_6202562b1ee4b0270db4ae58.png", - "tel": "undefined", - "theme": false - }, - { - "_id": { - "$oid": "62076fa71ee4b0270db4c32d" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "https://instagram.com/boote.restaurant?utm_medium=copy_link", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "62076fa7edcac34637f77fd5", - "urlRouter": "boote", - "timezone": "Asia/Tehran", - "active": true, - "getData": true, - "showAd": false, - "danakId": "620767e6edcac34637f77faf", - "title": "کافه رستوران بوته", - "created_at": { - "$date": "2022-02-12T08:28:23.714Z" - }, - "updated_at": { - "$date": "2025-05-19T11:05:50.171Z" - }, - "__v": 0, - "address": "اراک-خیابان شریعتی- مابین میدان راه آهن و فرمانداری", - "caption": "", - "colorTheme": "#DC7F54", - "email": "info@boote.com", - "logo": "store_1644655737806_62076fa71ee4b0270db4c32d.png", - "tel": "08634021212", - "merchant_id": "", - "theme": false, - "showMessage": true, - "message": "... همه روزه از ساعت 08:30 صبح با منو صبحانه در خدمت شما هستیم ..." - }, - { - "_id": { - "$oid": "6207b1211ee4b0270db4c4ae" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "cafee_life", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "6207b121edcac34637f78125", - "urlRouter": "life", - "timezone": "Asia/Tehran", - "active": true, - "getData": true, - "showAd": true, - "danakId": "6207a456edcac34637f780f4", - "title": "کافه لایف", - "created_at": { - "$date": "2022-02-12T13:07:45.407Z" - }, - "updated_at": { - "$date": "2022-02-16T13:12:12.930Z" - }, - "__v": 0, - "address": "اراک خیابان ملک کوچه رضوان", - "caption": "", - "colorTheme": "#000000", - "email": "info@life.com", - "tel": "09369663486", - "logo": "store_1644838482386_6207b1211ee4b0270db4c4ae.png", - "theme": false - }, - { - "_id": { - "$oid": "6210b063adf126141b26173d" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "https://instagram.com/hotel_food_court?utm_medium=copy_link", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "6210b063113bfedc4a502574", - "urlRouter": "foodcourt", - "timezone": "Asia/Tehran", - "active": true, - "getData": true, - "showAd": true, - "danakId": "6210ae15113bfedc4a5024f8", - "title": "ninja park", - "created_at": { - "$date": "2022-02-19T08:54:59.938Z" - }, - "updated_at": { - "$date": "2025-08-19T08:08:55.915Z" - }, - "__v": 0, - "address": "هتل امیر کبیر جنب استخر", - "caption": "", - "colorTheme": "#FF8C00", - "email": "info@foodcourt.com", - "tel": "09120861022", - "logo": "store_1725286063770_6210b063adf126141b26173d.png", - "merchant_id": "undefined", - "theme": false, - "message": "1403/03/29", - "showMessage": true - }, - { - "_id": { - "$oid": "622dccbda03b80e0a44f1d3a" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "622dccbcde4119e96e83a327", - "urlRouter": "banicho", - "timezone": "Asia/Tehran", - "active": true, - "getData": true, - "showAd": true, - "danakId": "622dcc1cde4119e96e83a300", - "title": "هیزم", - "created_at": { - "$date": "2022-03-13T10:51:41.022Z" - }, - "updated_at": { - "$date": "2023-11-18T07:01:47.975Z" - }, - "__v": 0, - "address": "اراک-خیابان شریعتی-نبش کوچه صنوبر", - "caption": "", - "colorTheme": "#1E90FF", - "email": "info@banicho.com", - "logo": "store_1699722686770_622dccbda03b80e0a44f1d3a.png", - "tel": "086-34222234", - "merchant_id": "", - "theme": true, - "message": "جهت ثبت نام در باشگاه مشتریان و استفاده از امتیازات خود شماره خود را به صندوق بدهید", - "showMessage": true - }, - { - "_id": { - "$oid": "62378f6bc1bb048b321cd949" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "https://instagram.com/blacksugar.ir?utm_medium=copy_link", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "62378f6b7c3bcf5392f746c0", - "urlRouter": "blacksugar", - "timezone": "Asia/Tehran", - "active": true, - "getData": true, - "showAd": false, - "danakId": "623780357c3bcf5392f74664", - "title": "بلک شوگر", - "created_at": { - "$date": "2022-03-20T20:32:43.749Z" - }, - "updated_at": { - "$date": "2022-03-20T20:52:45.818Z" - }, - "__v": 0, - "address": "اراک-خیابان شهید رجایی - نبش کوچه واثق", - "caption": "", - "colorTheme": "#453030", - "email": "shayan.karami69@gmail.com", - "logo": "store_1647809564910_62378f6bc1bb048b321cd949.png", - "tel": "09190211676", - "theme": false - }, - { - "_id": { - "$oid": "627e3d972353df2fe6512c8f" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "https://www.instagram.com/piano_coffe/", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "627e3d97531f6bf1ab6f4f7b", - "urlRouter": "Piano", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "danakId": "627e3d5a531f6bf1ab6f4f65", - "title": "پیانو", - "created_at": { - "$date": "2022-05-13T11:14:31.818Z" - }, - "updated_at": { - "$date": "2022-05-13T21:13:10.230Z" - }, - "__v": 0, - "address": "اراک خیابان شریعتی حدفاصل میدان فرمانداری", - "caption": "", - "colorTheme": "#453030", - "email": "piano@piano.com", - "logo": "store_1652476386948_627e3d972353df2fe6512c8f.png", - "tel": "۳۲۲۴۷۶۸۴" - }, - { - "_id": { - "$oid": "62a9cff7128ed6fd013332dc" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "https://instagram.com/saadat_complex_arak", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "62a9cff75f1bdafd1a445e6e", - "urlRouter": "saadat", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "danakId": "62a9cfbb5f1bdafd1a445e4a", - "title": "سعادت", - "created_at": { - "$date": "2022-06-15T12:26:31.510Z" - }, - "updated_at": { - "$date": "2022-07-24T11:19:27.464Z" - }, - "__v": 0, - "address": "اراک - نظم آباد", - "caption": "", - "colorTheme": "#453030", - "email": "info@saadat.com", - "tel": "09126850744", - "logo": "store_1655296406771_62a9cff7128ed6fd013332dc.png", - "merchant_id": "undefined", - "message": "مجتمع گردشگری سعادت : حس خوب زندگی", - "showMessage": true - }, - { - "_id": { - "$oid": "62c157f3fbc4ea222a499088" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "62c157f3f8953b363396184b", - "urlRouter": "Haftkhan", - "timezone": "Asia/Tehran", - "theme": false, - "active": false, - "getData": false, - "showAd": true, - "danakId": "62c15791f8953b3633961831", - "title": "هفت خوان", - "created_at": { - "$date": "2022-07-03T08:48:51.501Z" - }, - "updated_at": { - "$date": "2022-07-03T08:48:51.501Z" - }, - "__v": 0 - }, - { - "_id": { - "$oid": "62cea8d47400250986c70a07" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "Ehsan_haaftkhaan", - "googlePlus": "", - "telegram": "" - }, - "location": {}, - "serviceId": "62cea8d4801d5ed020f372ea", - "urlRouter": "Haaft khaan", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "danakId": "62cea884801d5ed020f372c6", - "title": "سفره خانه و باغ رستوران هفت خوان", - "created_at": { - "$date": "2022-07-13T11:13:24.852Z" - }, - "updated_at": { - "$date": "2022-07-13T12:51:39.442Z" - }, - "__v": 0, - "address": "گلپایگان _پارک جنگی ", - "caption": "", - "colorTheme": "#00CED1", - "email": "Te.mobile913@yahoo.com", - "logo": "store_1657711159036_62cea8d47400250986c70a07.png", - "tel": "09133710111", - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "62dd3bf3faacb066e1206279" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "1972.cafe", - "googlePlus": "", - "telegram": "" - }, - "location": {}, - "serviceId": "62dd3bf3801d5ed020f3fddc", - "urlRouter": "1972Cafe", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": true, - "message": "هستیم در خدمتتون از ساعت 15:00____24:00 ", - "danakId": "62dd3add801d5ed020f3fd8b", - "title": "1972", - "created_at": { - "$date": "2022-07-24T12:32:51.603Z" - }, - "updated_at": { - "$date": "2023-12-02T16:10:13.760Z" - }, - "__v": 0, - "address": "خیابان علم الهدی پلاک ۲۰", - "caption": "", - "colorTheme": "#869D88", - "email": "vahidfaraji915@gmail.com", - "logo": "store_1658666648415_62dd3bf3faacb066e1206279.png", - "tel": "09124161536", - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "62e3ff5e96be484852cba3c3" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "https://instagram.com/lounge", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "62e3ff5e801d5ed020f44503", - "urlRouter": "lounge1", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "62e3ff0c801d5ed020f444de", - "title": "لانژ", - "created_at": { - "$date": "2022-07-29T15:40:14.401Z" - }, - "updated_at": { - "$date": "2022-07-29T15:44:53.322Z" - }, - "__v": 0, - "address": "تهران - نیاوران", - "caption": "", - "colorTheme": "#FF8C00", - "email": "info@lounge.com", - "logo": "store_1659109491707_62e3ff5e96be484852cba3c3.png", - "tel": "02132223555" - }, - { - "_id": { - "$oid": "63131c3d96be484852d0a9ed" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "honarcoffeee", - "googlePlus": "", - "telegram": "" - }, - "location": {}, - "serviceId": "63131c3d801d5ed020f60dc6", - "urlRouter": "Honar", - "timezone": "Asia/Tehran", - "theme": true, - "active": true, - "getData": true, - "showAd": true, - "showMessage": true, - "message": "در هنر لحظه ای شاد بنوش", - "danakId": "63130d17801d5ed020f60c7c", - "title": "کافه رستوران هنر", - "created_at": { - "$date": "2022-09-03T09:19:57.618Z" - }, - "updated_at": { - "$date": "2022-09-04T13:22:14.025Z" - }, - "__v": 0, - "address": "اراک\r\nخیابان ملک - ابتدای خیابان جنت - کافه رستوران هنر", - "caption": "۹ صبح تا ۱۱ شب", - "colorTheme": "#0067A5", - "email": "honarcafee@gmail.com", - "logo": "store_1662296508840_63131c3d96be484852d0a9ed.png", - "tel": "09387797169", - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "631f0484e410c5322752c409" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "Vanilla_.home", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "631f0483801d5ed020f67af9", - "urlRouter": "Vanilla", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": false, - "message": "محصولات خانگی ", - "danakId": "631f0431801d5ed020f67ade", - "title": "خانه وانیلی", - "created_at": { - "$date": "2022-09-12T10:05:56.050Z" - }, - "updated_at": { - "$date": "2022-09-12T10:12:00.029Z" - }, - "__v": 0, - "address": "خیابان امام سجاد ", - "caption": "پذیرش سفارش انواع نان و شیرینی \r\nکیک عصرانه ، کافی شاپی و خامه ای", - "colorTheme": "#EDCA0E", - "email": "reyhaneaghaei@yahoo.com", - "logo": "store_1662977478952_631f0484e410c5322752c409.png", - "tel": "09301604007" - }, - { - "_id": { - "$oid": "63a9c15f82d7fc8d726b8b2f" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "63a9c15fa1ab0cf026fb1d52", - "urlRouter": "1972", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "62dd3add801d5ed020f3fd8b", - "title": "1972", - "created_at": { - "$date": "2022-12-26T15:44:31.343Z" - }, - "updated_at": { - "$date": "2022-12-26T16:22:48.249Z" - }, - "__v": 0, - "address": "arak", - "caption": "", - "colorTheme": "#453030", - "email": "vahidfaraji4179202@gmail.com", - "logo": "store_1672070842973_63a9c15f82d7fc8d726b8b2f.png", - "tel": "09039844606" - }, - { - "_id": { - "$oid": "6426a42be9ad5f14dee9cb74" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "6426a42bd27073186ccc5495", - "urlRouter": "Narcis", - "timezone": "Asia/Tehran", - "theme": false, - "active": false, - "getData": false, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "6426a3f2d27073186ccc5477", - "title": "نارسیس", - "created_at": { - "$date": "2023-03-31T09:13:15.299Z" - }, - "updated_at": { - "$date": "2023-03-31T09:14:16.955Z" - }, - "__v": 0, - "address": "گلپایگا", - "caption": "", - "colorTheme": "#453030", - "email": "Lord22.mm@gmail.com", - "tel": "09210740267" - }, - { - "_id": { - "$oid": "6450aa9a98ff3c7414414230" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "@Cafe-sepanj", - "googlePlus": "", - "telegram": "" - }, - "location": {}, - "serviceId": "6450aa9abddf4c7783af8b8d", - "urlRouter": "cafe_sepanj", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "6450a9d0bddf4c7783af8b74", - "title": "کافه سپنج", - "created_at": { - "$date": "2023-05-02T06:15:54.405Z" - }, - "updated_at": { - "$date": "2023-05-25T14:47:35.240Z" - }, - "__v": 0, - "address": "شهر صنعتی خیابان بنفشه سر پارکینگ سوم ", - "caption": "", - "colorTheme": "#FF0000", - "email": "darkoobadv.ir@gmail.com", - "logo": "store_1683113201780_6450aa9a98ff3c7414414230.png", - "tel": "08633135117", - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "6450d97a98ff3c7414414999" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "instagram.com/munichcoffee_", - "googlePlus": "", - "telegram": "" - }, - "location": {}, - "serviceId": "6450d97abddf4c7783af902d", - "urlRouter": "monikh", - "timezone": "Asia/Tehran", - "theme": true, - "active": true, - "getData": true, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "6450d948bddf4c7783af900a", - "title": "مونیخ", - "created_at": { - "$date": "2023-05-02T09:35:54.133Z" - }, - "updated_at": { - "$date": "2025-01-25T15:50:52.725Z" - }, - "__v": 1, - "address": "خیابان امام ، جنب کبابی ملی", - "caption": "Feel Good For hours", - "colorTheme": "#00604F", - "email": "info@munich.com", - "logo": "store_1737820250944_6450d97a98ff3c7414414999.png", - "tel": "09385434474", - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "6465ff4d98ff3c741442d56a" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "https://instagram.com/ocafe.arak", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "6465ff4dbddf4c7783b02f32", - "urlRouter": "o-cafe", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": true, - "message": "شب و روزتون پر از حال خوب ...", - "danakId": "61fa73c0edcac34637f76c70", - "title": "اُ کافه", - "created_at": { - "$date": "2023-05-18T10:34:53.833Z" - }, - "updated_at": { - "$date": "2023-05-19T17:39:08.540Z" - }, - "__v": 0, - "address": "اراک - ابتدای بلوار جهان پناه - زیر برج میلاد", - "caption": "", - "colorTheme": "#453030", - "email": "info@o-cafe.com", - "logo": "store_1684406222541_6465ff4d98ff3c741442d56a.png", - "tel": "08622222222" - }, - { - "_id": { - "$oid": "64b3d17d98ff3c741448cccd" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "https://instagram.com/yummyburger.arak", - "googlePlus": "", - "telegram": "" - }, - "location": {}, - "serviceId": "64b3d17d07943f7ca0920a3b", - "urlRouter": "yummyburger", - "timezone": "Asia/Tehran", - "theme": true, - "active": true, - "getData": false, - "showAd": false, - "showMessage": false, - "message": "", - "danakId": "64b2ce273559924aec695d33", - "title": "یامی برگر", - "created_at": { - "$date": "2023-07-16T11:16:13.797Z" - }, - "updated_at": { - "$date": "2024-12-02T09:15:18.691Z" - }, - "__v": 1, - "colorTheme": "#F10F0F", - "address": "اراک - خیابان جهان پناه - ابتدای بلوار علم الهدی", - "caption": "undefined", - "email": "yami@yami.com", - "merchant_id": "undefined", - "tel": "34223300", - "logo": "store_1689594902563_64b3d17d98ff3c741448cccd.png" - }, - { - "_id": { - "$oid": "64bad3b698ff3c741449521e" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "Mahtab_cafe", - "googlePlus": "", - "telegram": "" - }, - "location": {}, - "serviceId": "64bad3b607943f7ca0923d96", - "urlRouter": "mahtabgarden", - "timezone": "Asia/Tehran", - "theme": true, - "active": true, - "getData": true, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "64bad33a07943f7ca0923d72", - "title": "کافه رستوران مهتاب", - "created_at": { - "$date": "2023-07-21T18:51:34.476Z" - }, - "updated_at": { - "$date": "2023-07-22T19:22:35.133Z" - }, - "__v": 0, - "address": "اراک - پل برق - اوایل خیابان فتح شیاکوه (نمکوریها) روبروی مسجد نبش کوچه اکبرزاده - باغ رستوران مهتاب", - "caption": "کافه آش مهتاب یک رستوران سنتی می باشد که در سال 1400 در محیطی سرسبز و رویایی با فضای باز و مسقف جهت ارایه انواع نوشیدنی و غذاهای متنوع شامل انواع آش ، کافه ، انواع غذاهای سنتی ، سوخاری و ... تاسیس گردیده است", - "colorTheme": "#453030", - "email": "ahmadadiban27@gmail.com", - "logo": "store_1689965802684_64bad3b698ff3c741449521e.png", - "tel": "08632771771-09120681032", - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "64d9e2b979f54f6403d7e0be" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "64d9e2b852b4d75759964e51", - "urlRouter": "dream", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "64d2184352b4d7575996186c", - "title": "dream", - "created_at": { - "$date": "2023-08-14T08:15:53.016Z" - }, - "updated_at": { - "$date": "2024-05-11T16:03:38.247Z" - }, - "__v": 0, - "address": "اراک", - "caption": "", - "colorTheme": "#EA8598", - "email": "dream@dream.com", - "logo": "store_1692001432499_64d9e2b979f54f6403d7e0be.png", - "tel": "0862222222" - }, - { - "_id": { - "$oid": "650823be59383e8d7550ccb5" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "lanka_cafe_restaurant", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "650823be9dc0f99b4cca88eb", - "urlRouter": "lanka", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": true, - "message": "", - "danakId": "6508236e9dc0f99b4cca88be", - "title": "لانکا", - "created_at": { - "$date": "2023-09-18T10:17:34.836Z" - }, - "updated_at": { - "$date": "2025-04-12T17:19:07.282Z" - }, - "__v": 0, - "address": "نظم آباد", - "caption": "", - "colorTheme": "#23173B", - "email": "me@me.com", - "logo": "store_1695032652234_650823be59383e8d7550ccb5.png", - "tel": "09381535372", - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "651a7ffe59383e8d7551eebf" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "@thisispariaaa", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "651a7ffe9dc0f99b4ccaf8f1", - "urlRouter": "123", - "timezone": "Asia/Tehran", - "theme": true, - "active": true, - "getData": true, - "showAd": true, - "showMessage": false, - "message": "....", - "danakId": "651a558e9dc0f99b4ccaf82c", - "title": "123", - "created_at": { - "$date": "2023-10-02T08:31:58.131Z" - }, - "updated_at": { - "$date": "2023-10-07T10:56:13.717Z" - }, - "__v": 0, - "address": "123", - "caption": "", - "colorTheme": "#47236C", - "email": "paria.shrfn@gmail.com", - "tel": "09184916933", - "logo": "store_1696240982921_651a7ffe59383e8d7551eebf.png" - }, - { - "_id": { - "$oid": "651ad03159383e8d7551f3be" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ], - "type": "Point" - }, - "serviceId": "651ad0319dc0f99b4ccafbae", - "urlRouter": "LIAN", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": false, - "showAd": false, - "showMessage": false, - "message": "", - "danakId": "651acfd19dc0f99b4ccafb8b", - "title": "لیان", - "created_at": { - "$date": "2023-10-02T14:14:09.973Z" - }, - "updated_at": { - "$date": "2024-05-28T12:08:54.960Z" - }, - "__v": 1, - "address": "اراک،شهرصنعتی،میدان اطلسی ۴", - "caption": "undefined", - "colorTheme": "#FF8C00", - "email": "llian@lian.com", - "logo": "store_1701608905866_651ad03159383e8d7551f3be.png", - "merchant_id": "fc0b7503-bba5-40d1-9f9d-dae52ac02eef", - "tel": "08633333333" - }, - { - "_id": { - "$oid": "6533b63559383e8d7553aec6" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "6533b6359dc0f99b4ccbb34c", - "urlRouter": "Lanka", - "timezone": "Asia/Tehran", - "theme": false, - "active": false, - "getData": false, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "6508236e9dc0f99b4cca88be", - "title": "کافه رستوران لانکا", - "created_at": { - "$date": "2023-10-21T11:29:57.574Z" - }, - "updated_at": { - "$date": "2023-10-21T11:29:57.574Z" - }, - "__v": 0 - }, - { - "_id": { - "$oid": "65ef0b1d3ad722005756bb0f" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "Milco_plus", - "googlePlus": "", - "telegram": "" - }, - "location": { - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ], - "type": "Point" - }, - "serviceId": "65ef0b1de67d710057f81e77", - "urlRouter": "milco-pilco", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": false, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "65ef092be67d710057f81e4c", - "title": "میلکو پلاس", - "created_at": { - "$date": "2024-03-11T13:46:05.472Z" - }, - "updated_at": { - "$date": "2025-07-15T09:32:13.296Z" - }, - "__v": 1, - "address": "شهر صنعتی میدان شهدای نظم اباد منطقه ۷ پارکینگ پنجم خیابان شقایق", - "caption": "اراک", - "colorTheme": "#EA6608", - "email": "info@milcopilco.com", - "logo": "store_1710166978715_65ef0b1d3ad722005756bb0f.png", - "merchant_id": "undefined", - "tel": "08634133149" - }, - { - "_id": { - "$oid": "65ef1a093ad722005756bc8e" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "65ef1a09e67d710057f820c2", - "urlRouter": "lama", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "65ef1506e67d710057f81f5a", - "title": "لاما", - "created_at": { - "$date": "2024-03-11T14:49:45.667Z" - }, - "updated_at": { - "$date": "2024-03-13T12:32:58.282Z" - }, - "__v": 0, - "address": "اراک", - "caption": "", - "colorTheme": "#453030", - "email": "info@lama.com", - "logo": "store_1710333176537_65ef1a093ad722005756bc8e.png", - "tel": "22222222" - }, - { - "_id": { - "$oid": "6693d0cc136cc10070469510" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "kaj.foodhall", - "googlePlus": "", - "telegram": "" - }, - "location": {}, - "serviceId": "6693d0cc43c1a700614f41e0", - "urlRouter": "kaj.foodhall", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "6693cc2543c1a700614f417f", - "title": "کاج", - "created_at": { - "$date": "2024-07-14T13:21:16.523Z" - }, - "updated_at": { - "$date": "2024-07-14T13:27:57.601Z" - }, - "__v": 0, - "address": "اراک", - "caption": "کاج", - "colorTheme": "#208C3E", - "email": "kaj@kaj.com", - "logo": "store_1720963586174_6693d0cc136cc10070469510.png", - "tel": "08691009001", - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "671c9c58c3c0100063e4d1a9" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": {}, - "serviceId": "671c9c58ac67310056d186e3", - "urlRouter": "hamid", - "timezone": "Asia/Tehran", - "theme": true, - "active": true, - "getData": true, - "showAd": true, - "showMessage": true, - "message": "به کافه رستوران حمیدخان خوش امدید", - "danakId": "671c9189ac67310056d18694", - "title": "حمید", - "created_at": { - "$date": "2024-10-26T07:38:00.757Z" - }, - "updated_at": { - "$date": "2024-10-26T08:01:08.157Z" - }, - "__v": 0, - "address": "اراک", - "caption": "", - "colorTheme": "#C71585", - "email": "tesst@mail.com", - "logo": "store_1729929522774_671c9c58c3c0100063e4d1a9.png", - "tel": "09017149865", - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "672f3c9bc3c0100063e6a526" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "https://www.instagram.com/donutfactory.arak?igsh=MWllMXZwZWQ2dGp4Nw==", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "672f3c9bac67310056d288dd", - "urlRouter": "donat-factory", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "672f136bac67310056d2870d", - "title": "دونات فکتوری", - "created_at": { - "$date": "2024-11-09T10:42:35.586Z" - }, - "updated_at": { - "$date": "2024-11-14T20:01:37.175Z" - }, - "__v": 0, - "address": "اراک", - "caption": "", - "colorTheme": "#694512", - "email": "donat@donat.com", - "logo": "store_1731152090639_672f3c9bc3c0100063e6a526.png", - "tel": "0935 816 7043", - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "6731c2b9c3c0100063e6e2ae" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "narciss_garden", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "6731c2b9ac67310056d2ada6", - "urlRouter": "narsis", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": false, - "showMessage": true, - "message": "قابل توجه مشتریان گرامی \nقیمت های منو نارسیس قدیمی هست \nلطفابرای اطلاعات بیشتر به صندوق مراجعه کنید", - "danakId": "6731c097ac67310056d2ad59", - "title": "نارسیس", - "created_at": { - "$date": "2024-11-11T08:39:21.930Z" - }, - "updated_at": { - "$date": "2025-09-16T19:04:48.718Z" - }, - "__v": 0, - "address": "ادرس", - "caption": "", - "colorTheme": "#4D8C6B", - "email": "narsis@narsis.com", - "logo": "store_1731314427492_6731c2b9c3c0100063e6e2ae.png", - "tel": "0121111111", - "merchant_id": "ZP.2844766" - }, - { - "_id": { - "$oid": "677ab9f9a4463c0057e3ac5d" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "677ab9f9bc315300703f4902", - "urlRouter": "Theory", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": true, - "message": "", - "danakId": "677ab972bc315300703f48cf", - "title": "تئوری", - "created_at": { - "$date": "2025-01-05T16:57:29.725Z" - }, - "updated_at": { - "$date": "2025-10-14T15:24:12.007Z" - }, - "__v": 0, - "address": "کریمخان-ایرانشهر-پلاک ۲۳۹", - "caption": "تئوری", - "colorTheme": "#2D5443", - "email": "teory@teory.com", - "logo": "store_1736665730887_677ab9f9a4463c0057e3ac5d.png", - "tel": "021 8881 0144", - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "6786f839a4463c0057e4f429" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "6786f839bddf7e007d9bc1c6", - "urlRouter": "testmenu", - "timezone": "Asia/Tehran", - "theme": false, - "active": false, - "getData": false, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "67859882bc315300703fdc18", - "title": "testmenu", - "created_at": { - "$date": "2025-01-14T23:50:17.976Z" - }, - "updated_at": { - "$date": "2025-01-14T23:50:17.976Z" - }, - "__v": 0 - }, - { - "_id": { - "$oid": "6798e6aabd2ce20057144cfb" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "ahr_cafe", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "6798e6aa31110e0057c1b0d4", - "urlRouter": "ahr_cofe", - "timezone": "Asia/Tehran", - "theme": true, - "active": true, - "getData": true, - "showAd": true, - "showMessage": false, - "message": "believe in your self", - "danakId": "6798d37231110e0057c1aefc", - "title": "ahr_cafe", - "created_at": { - "$date": "2025-01-28T14:16:10.503Z" - }, - "updated_at": { - "$date": "2025-01-29T16:37:28.640Z" - }, - "__v": 0, - "address": "اراک شهرصنعتی منطقه 3 پامچال 2", - "caption": "test", - "colorTheme": "#453030", - "email": "rezamobarak47@gmail.com", - "tel": "09183623730", - "logo": "store_1738074249830_6798e6aabd2ce20057144cfb.png" - }, - { - "_id": { - "$oid": "679b7fe7bd2ce200571498a8" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "@Cafe_meat", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "679b7fe731110e0057c1d877", - "urlRouter": "cafe_meat", - "timezone": "Asia/Tehran", - "theme": true, - "active": true, - "getData": true, - "showAd": true, - "showMessage": true, - "message": "welcome to meat", - "danakId": "679b7c9e31110e0057c1d77d", - "title": "cafe_meat", - "created_at": { - "$date": "2025-01-30T13:34:31.463Z" - }, - "updated_at": { - "$date": "2025-09-06T18:56:58.382Z" - }, - "__v": 0, - "address": "اراک باغ ملی نبش کوچه مرغی ها جنب در دوم پاساژ فردوسی", - "caption": "اینجا یک کافه معمولی نیست", - "colorTheme": "#453030", - "email": "Barbodmahdavi57@gmail.com", - "logo": "store_1739868881926_679b7fe7bd2ce200571498a8.png", - "tel": "09308241024", - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "67bd773f536282006220de43" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "67bd773f25eec500570d281e", - "urlRouter": "KFP", - "timezone": "Asia/Tehran", - "theme": true, - "active": true, - "getData": true, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "67bd76d225eec500570d27f7", - "title": "پیتزا خانواده", - "created_at": { - "$date": "2025-02-25T07:54:39.174Z" - }, - "updated_at": { - "$date": "2025-02-25T07:57:23.628Z" - }, - "__v": 0, - "address": "کرج میدان توحید ابتدای بلوار بلال ", - "caption": "", - "colorTheme": "#453030", - "email": "Alisasani83@gmail.com", - "logo": "store_1740470240551_67bd773f536282006220de43.png", - "tel": "09109898433 " - }, - { - "_id": { - "$oid": "67bd785a536282006220de93" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "67bd785a25eec500570d2885", - "urlRouter": "KFP ", - "timezone": "Asia/Tehran", - "theme": false, - "active": false, - "getData": false, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "67bd76d225eec500570d27f7", - "title": "پیتزا خانواده ", - "created_at": { - "$date": "2025-02-25T07:59:22.683Z" - }, - "updated_at": { - "$date": "2025-02-25T07:59:22.683Z" - }, - "__v": 0 - }, - { - "_id": { - "$oid": "67e93f9e536282006224c40d" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "https://instagram.com/THEMOONCAFFE", - "googlePlus": "", - "telegram": "" - }, - "location": {}, - "serviceId": "67e93f9e25eec500570f3f76", - "urlRouter": "Moon", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": true, - "message": "alone but still shine", - "danakId": "67e93d2125eec500570f3f0e", - "title": "Themoon", - "created_at": { - "$date": "2025-03-30T12:57:02.818Z" - }, - "updated_at": { - "$date": "2025-11-25T13:10:09.296Z" - }, - "__v": 0, - "address": "اراک - شهر صنعتی - منطقه 9", - "caption": "کافه مون بر این اساس شکل گرفته تا لحظه های خوشی را براتون به یادگار بگذارد", - "colorTheme": "#453030", - "email": "themooncaffe@gmail.com", - "logo": "store_1743347876393_67e93f9e536282006224c40d.png", - "tel": "09100333360", - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "681b2e34f114460057d16354" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "681b2e34fd81710074d28d93", - "urlRouter": "zparty", - "timezone": "Asia/Tehran", - "theme": false, - "active": false, - "getData": false, - "showAd": true, - "showMessage": false, - "message": "", - "danakId": "681b2d8bfd81710074d28cee", - "title": "زپارتی", - "created_at": { - "$date": "2025-05-07T09:56:04.067Z" - }, - "updated_at": { - "$date": "2025-05-07T09:56:04.067Z" - }, - "__v": 0 - }, - { - "_id": { - "$oid": "6847c5f3f114460057d617bf" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "passata.plus", - "googlePlus": "", - "telegram": "" - }, - "location": {}, - "serviceId": "6847c5f3fd81710074d4eba0", - "urlRouter": "passata", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": true, - "message": "کارخونه کوچیک پاستاپزی", - "danakId": "6847c5a9fd81710074d4eb78", - "title": "پاساتا پلاس", - "created_at": { - "$date": "2025-06-10T05:43:15.608Z" - }, - "updated_at": { - "$date": "2025-10-20T18:17:20.861Z" - }, - "__v": 0, - "address": "ابتدای خیابان جهانپناه،نبش کوچه سلیمی (رو بروی سیلو)", - "caption": "", - "colorTheme": "#4E2D03", - "email": "info@pasa.com", - "logo": "store_1749534426675_6847c5f3f114460057d617bf.png", - "tel": "08633141117", - "merchant_id": "undefined" - }, - { - "_id": { - "$oid": "686100dd9086300011bdf7d0" - }, - "socials": { - "whatsaap": "", - "twitter": "", - "facebook": "", - "instagram": "", - "googlePlus": "", - "telegram": "" - }, - "location": { - "type": "Point", - "coordinates": [ - 49.67720236907016, - 34.07654928061605 - ] - }, - "serviceId": "686100dd4230e5001211c6d6", - "urlRouter": "kolbe-setareh", - "timezone": "Asia/Tehran", - "theme": false, - "active": true, - "getData": true, - "showAd": true, - "showMessage": true, - "message": "غذا فقط طعم نیست،یه خاطره هست", - "danakId": "6860d7574230e5001211c5da", - "title": "کلبه ستاره", - "created_at": { - "$date": "2025-06-29T09:01:17.737Z" - }, - "updated_at": { - "$date": "2025-09-07T06:06:58.584Z" - }, - "__v": 0, - "address": "ssja", - "caption": "dasjdsad", - "colorTheme": "#1E8995", - "email": "nansd2jassdn@ns.cc", - "logo": "store_1751196871890_686100dd9086300011bdf7d0.png", - "tel": "0192292", - "merchant_id": "undefined" - } -] \ No newline at end of file diff --git a/dump/dump-icons.sh b/dump/dump-icons.sh deleted file mode 100755 index c57bf04..0000000 --- a/dump/dump-icons.sh +++ /dev/null @@ -1,80 +0,0 @@ -#!/bin/bash - -# Script to dump icon and icon_groups tables from PostgreSQL database -# Usage: ./dump-icons.sh [output_file] - -set -e - -# Load environment variables if .env file exists -if [ -f .env ]; then - set -a - # Source .env file, handling comments and empty lines - while IFS= read -r line || [ -n "$line" ]; do - # Remove leading/trailing whitespace - line=$(echo "$line" | sed 's/^[[:space:]]*//;s/[[:space:]]*$//') - # Skip empty lines and lines starting with # - [[ -z "$line" ]] && continue - [[ "$line" =~ ^# ]] && continue - # Remove inline comments (everything after # that's not in quotes) - line=$(echo "$line" | sed 's/#.*$//' | sed 's/[[:space:]]*$//') - # Skip if line is empty after removing comments - [[ -z "$line" ]] && continue - # Export the variable (only if it looks like KEY=VALUE) - if [[ "$line" =~ ^[[:alpha:]_][[:alnum:]_]*= ]]; then - export "$line" 2>/dev/null || true - fi - done < .env - set +a -fi - -# Get database connection details from environment variables -DB_HOST="${DB_HOST:-localhost}" -DB_PORT="${DB_PORT:-5432}" -DB_NAME="${DB_NAME:-dmenu}" -DB_USER="${DB_USER:-postgres}" - -# Output file name (default: icons_dump_YYYYMMDD_HHMMSS.sql) -if [ -z "$1" ]; then - TIMESTAMP=$(date +%Y%m%d_%H%M%S) - OUTPUT_FILE="icons_dump_${TIMESTAMP}.sql" -else - OUTPUT_FILE="$1" -fi - -echo "Dumping icon_groups and icons tables..." -echo "Database: ${DB_NAME}@${DB_HOST}:${DB_PORT}" -echo "Output file: ${OUTPUT_FILE}" - -# Dump icon_groups table first (parent table) -echo "Dumping icon_groups table..." -PGPASSWORD="${DB_PASS}" pg_dump \ - -h "${DB_HOST}" \ - -p "${DB_PORT}" \ - -U "${DB_USER}" \ - -d "${DB_NAME}" \ - -t icon_groups \ - --data-only \ - --column-inserts \ - --no-owner \ - --no-privileges \ - > "${OUTPUT_FILE}" - -# Append icons table to the dump file -echo "Dumping icons table..." -PGPASSWORD="${DB_PASS}" pg_dump \ - -h "${DB_HOST}" \ - -p "${DB_PORT}" \ - -U "${DB_USER}" \ - -d "${DB_NAME}" \ - -t icons \ - --data-only \ - --column-inserts \ - --no-owner \ - --no-privileges \ - >> "${OUTPUT_FILE}" - -echo "Dump completed successfully!" -echo "File saved to: ${OUTPUT_FILE}" -echo "" -echo "To restore, run: ./restore-icons.sh ${OUTPUT_FILE}" - diff --git a/dump/icon_viewer.html b/dump/icon_viewer.html deleted file mode 100644 index e0a3cbe..0000000 --- a/dump/icon_viewer.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - Icon Viewer - Name the Icons - - - -
-

Icon Name Editor

-

Review each icon below and enter appropriate names. Names will be saved back to the CSV file.

-
- 0 of 138 icons named -
- - -
- -
- -
- - - - diff --git a/dump/icons.csv b/dump/icons.csv deleted file mode 100644 index c1390e8..0000000 --- a/dump/icons.csv +++ /dev/null @@ -1,138 +0,0 @@ -"id","created_at","updated_at","deleted_at","url","group_id","icon_name" -"01KD7DGWH6TDB47V4710FDT7SR","2025-12-24 05:32:46.503+00","2025-12-24 05:32:46.503+00",NULL,"https://storage.danakcorp.com/images/1766554365832-411750172.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DH9F6BN4TEM96TA2QT4GJ","2025-12-24 05:32:59.751+00","2025-12-24 05:32:59.751+00",NULL,"https://storage.danakcorp.com/images/1766554379149-104970938.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DHK6ZTEGPRBNXJPV49TE6","2025-12-24 05:33:09.727+00","2025-12-24 05:33:09.727+00",NULL,"https://storage.danakcorp.com/images/1766554389090-593863597.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DJ2NVEHVQMDCAM31VKKGK","2025-12-24 05:33:25.564+00","2025-12-24 05:33:25.564+00",NULL,"https://storage.danakcorp.com/images/1766554404968-905984091.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DJCQY1V84DAVXPV097HE6","2025-12-24 05:33:35.871+00","2025-12-24 05:33:35.871+00",NULL,"https://storage.danakcorp.com/images/1766554415325-873800591.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DJSZ2XVX971FGNFRRDQV6","2025-12-24 05:33:49.411+00","2025-12-24 05:33:49.411+00",NULL,"https://storage.danakcorp.com/images/1766554428814-77027818.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DK3HJAD9SMDD8CM1RPNQS","2025-12-24 05:33:59.218+00","2025-12-24 05:33:59.218+00",NULL,"https://storage.danakcorp.com/images/1766554438632-45072052.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DKB23B6XWJ8CMAKQ5R8HS","2025-12-24 05:34:06.915+00","2025-12-24 05:34:06.915+00",NULL,"https://storage.danakcorp.com/images/1766554446340-463157109.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DKN32VCDQDF2D407MGKF0","2025-12-24 05:34:17.186+00","2025-12-24 05:34:17.186+00",NULL,"https://storage.danakcorp.com/images/1766554456605-280166176.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DM4AEQ2FCJGZM390N7YVJ","2025-12-24 05:34:32.782+00","2025-12-24 05:34:32.782+00",NULL,"https://storage.danakcorp.com/images/1766554471887-315640495.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DMHKWJSHX6BR41FTDYVHE","2025-12-24 05:34:46.396+00","2025-12-24 05:34:46.396+00",NULL,"https://storage.danakcorp.com/images/1766554485634-242317100.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DN3XNDW2JQ0RGM711R9Q5","2025-12-24 05:35:05.141+00","2025-12-24 05:35:05.141+00",NULL,"https://storage.danakcorp.com/images/1766554504553-157481346.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DNV0F9CPMKQ4R482MTVKJ","2025-12-24 05:35:28.783+00","2025-12-24 05:35:28.783+00",NULL,"https://storage.danakcorp.com/images/1766554528198-919877647.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DPAKCPXD2GK0FCZ7N3XXP","2025-12-24 05:35:44.749+00","2025-12-24 05:35:44.749+00",NULL,"https://storage.danakcorp.com/images/1766554544140-886744157.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DPZGZFZPS5AJ8RNM3W16F","2025-12-24 05:36:06.175+00","2025-12-24 05:36:06.175+00",NULL,"https://storage.danakcorp.com/images/1766554565614-684869010.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DQCMAD39T5QB5728M6PFP","2025-12-24 05:36:19.594+00","2025-12-24 05:36:19.594+00",NULL,"https://storage.danakcorp.com/images/1766554578855-318583145.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DQTQHGWP5J77V327Y4GHZ","2025-12-24 05:36:34.034+00","2025-12-24 05:36:34.034+00",NULL,"https://storage.danakcorp.com/images/1766554593272-362758712.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DR75VSDY0B28AFTB6QP9M","2025-12-24 05:36:46.779+00","2025-12-24 05:36:46.779+00",NULL,"https://storage.danakcorp.com/images/1766554606166-877198688.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DRRT3B7BAA714MMYVVHN4","2025-12-24 05:37:04.835+00","2025-12-24 05:37:04.835+00",NULL,"https://storage.danakcorp.com/images/1766554624133-21439996.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DS9TQY1KWPM2HY7VC7THR","2025-12-24 05:37:22.263+00","2025-12-24 05:37:22.263+00",NULL,"https://storage.danakcorp.com/images/1766554641691-535696200.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DST85ZZ0SKSVDYJWN67VQ","2025-12-24 05:37:39.078+00","2025-12-24 05:37:39.078+00",NULL,"https://storage.danakcorp.com/images/1766554658481-114730426.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7DT75Y84N1ECNV2WW6VQ37","2025-12-24 05:37:52.318+00","2025-12-24 05:37:52.318+00",NULL,"https://storage.danakcorp.com/images/1766554671760-634916570.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7E3837FJ9TDDKPF8S6PHK6","2025-12-24 05:42:48.167+00","2025-12-24 05:42:48.167+00",NULL,"https://storage.danakcorp.com/images/1766554967381-660612838.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7E7G89J5KH2ZT45F0MT5X3","2025-12-24 05:45:07.593+00","2025-12-24 05:45:07.593+00",NULL,"https://storage.danakcorp.com/images/1766555106925-267924006.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7EBA6ATBBFVMGWQHACZ1G7","2025-12-24 05:47:12.459+00","2025-12-24 05:47:12.459+00",NULL,"https://storage.danakcorp.com/images/1766555231674-387319393.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7ED3NRKEX3Z8G6CTHK5QAB","2025-12-24 05:48:11.32+00","2025-12-24 05:48:11.32+00",NULL,"https://storage.danakcorp.com/images/1766555290519-155637622.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7EDN07W94SGG04BRNRNRWT","2025-12-24 05:48:29.063+00","2025-12-24 05:48:29.063+00",NULL,"https://storage.danakcorp.com/images/1766555308301-230359494.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7EH2W75B2H8JGMHR9P76ZE","2025-12-24 05:50:21.576+00","2025-12-24 05:50:21.576+00",NULL,"https://storage.danakcorp.com/images/1766555420851-186440015.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7EP8V3KQYMDCDMXYP1QKPK","2025-12-24 05:53:11.523+00","2025-12-24 05:53:11.523+00",NULL,"https://storage.danakcorp.com/images/1766555590828-644527730.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7EPRJWQAQX00F0J02FV05J","2025-12-24 05:53:27.644+00","2025-12-24 05:53:27.644+00",NULL,"https://storage.danakcorp.com/images/1766555606997-571682462.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7ERGH1ABTPGSJN1WFTESP6","2025-12-24 05:54:24.929+00","2025-12-24 05:54:24.929+00",NULL,"https://storage.danakcorp.com/images/1766555663659-433052581.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7ET0394XN31KFT3340R04H","2025-12-24 05:55:13.641+00","2025-12-24 05:55:13.641+00",NULL,"https://storage.danakcorp.com/images/1766555713098-988242030.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7ETCZBFV8ZZF1GFDKP7DXA","2025-12-24 05:55:26.827+00","2025-12-24 05:55:26.827+00",NULL,"https://storage.danakcorp.com/images/1766555726158-680948882.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7EV0VW1M18RGBB54C4YDAC","2025-12-24 05:55:47.196+00","2025-12-24 05:55:47.196+00",NULL,"https://storage.danakcorp.com/images/1766555746650-426516324.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7EVMP392QF71V6QFGK9XQA","2025-12-24 05:56:07.491+00","2025-12-24 05:56:07.491+00",NULL,"https://storage.danakcorp.com/images/1766555765798-127083646.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7EW6MQX0VFPS21TJPSEBAH","2025-12-24 05:56:25.879+00","2025-12-24 05:56:25.879+00",NULL,"https://storage.danakcorp.com/images/1766555784837-243715698.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7EWMGEHYQRKBM6XBS9EKTF","2025-12-24 05:56:40.078+00","2025-12-24 05:56:40.078+00",NULL,"https://storage.danakcorp.com/images/1766555799191-594035927.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7EZHSEJ4G27VT3HS7JZ8YN","2025-12-24 05:58:15.599+00","2025-12-24 05:58:15.599+00",NULL,"https://storage.danakcorp.com/images/1766555894624-524350777.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7F0PCEADF1HWJ47V8RP1ZP","2025-12-24 05:58:53.07+00","2025-12-24 05:58:53.07+00",NULL,"https://storage.danakcorp.com/images/1766555932114-485954688.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7F184CHB129A900K2V6N94","2025-12-24 05:59:11.244+00","2025-12-24 05:59:11.244+00",NULL,"https://storage.danakcorp.com/images/1766555949650-909996041.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7F1R0JNNRP8QW8NHANZB01","2025-12-24 05:59:27.506+00","2025-12-24 05:59:27.506+00",NULL,"https://storage.danakcorp.com/images/1766555966861-75517122.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7F2Z1V0T1S47R7VWBEPY66","2025-12-24 06:00:07.483+00","2025-12-24 06:00:07.483+00",NULL,"https://storage.danakcorp.com/images/1766556006875-239689681.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FAP3S04D5CW51W98YZRHE","2025-12-24 06:04:20.473+00","2025-12-24 06:04:20.473+00",NULL,"https://storage.danakcorp.com/images/1766556257163-459958715.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FBQJAV9HJMG4EVRKPSAC5","2025-12-24 06:04:54.73+00","2025-12-24 06:04:54.73+00",NULL,"https://storage.danakcorp.com/images/1766556293812-665835248.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FC48FRARBP7ZXN7SPGP8K","2025-12-24 06:05:07.727+00","2025-12-24 06:05:07.727+00",NULL,"https://storage.danakcorp.com/images/1766556307082-162280793.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FD4SW2G73QX0YY6KNK7V4","2025-12-24 06:05:41.052+00","2025-12-24 06:05:41.052+00",NULL,"https://storage.danakcorp.com/images/1766556340402-744632392.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FGRC85J6JXEYNBGCPY0S4","2025-12-24 06:07:39.4+00","2025-12-24 06:07:39.4+00",NULL,"https://storage.danakcorp.com/images/1766556458335-857124841.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FHCW86SPVBSC8N62YEY5R","2025-12-24 06:08:00.393+00","2025-12-24 06:08:00.393+00",NULL,"https://storage.danakcorp.com/images/1766556479530-161860621.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FHYWZ73T36XKTDQ5FEN7G","2025-12-24 06:08:18.847+00","2025-12-24 06:08:18.847+00",NULL,"https://storage.danakcorp.com/images/1766556498215-91175544.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FQDYPGWD05HHATWBC499Z","2025-12-24 06:11:18.103+00","2025-12-24 06:11:18.103+00",NULL,"https://storage.danakcorp.com/images/1766556677355-108854669.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FS7QGJJ3YRSM10Y5YWD6C","2025-12-24 06:12:17.264+00","2025-12-24 06:12:17.264+00",NULL,"https://storage.danakcorp.com/images/1766556736283-691587656.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FSY2XKBREKJ9HCNJN924C","2025-12-24 06:12:40.157+00","2025-12-24 06:12:40.157+00",NULL,"https://storage.danakcorp.com/images/1766556759367-58066921.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FTFZ25MHQATRC41Y3EPQS","2025-12-24 06:12:58.468+00","2025-12-24 06:12:58.468+00",NULL,"https://storage.danakcorp.com/images/1766556777353-490756125.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FXARH84SJYESXVAG0AH3Q","2025-12-24 06:14:31.441+00","2025-12-24 06:14:31.441+00",NULL,"https://storage.danakcorp.com/images/1766556870740-118553581.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FXXV4DP74NGWJC0J43MDP","2025-12-24 06:14:50.98+00","2025-12-24 06:14:50.98+00",NULL,"https://storage.danakcorp.com/images/1766556890334-962678132.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FYVRNQAAA0DQZ8NZ02F2R","2025-12-24 06:15:21.621+00","2025-12-24 06:15:21.621+00",NULL,"https://storage.danakcorp.com/images/1766556921029-865260745.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7FZMJ4QGTG6NZEDKWP7V0W","2025-12-24 06:15:47.013+00","2025-12-24 06:15:47.013+00",NULL,"https://storage.danakcorp.com/images/1766556946363-320833501.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7G0F8GTY7KZ530Y9XF8YXF","2025-12-24 06:16:14.352+00","2025-12-24 06:16:14.352+00",NULL,"https://storage.danakcorp.com/images/1766556973771-832565827.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7G300731YZQDT3FVAP0KHH","2025-12-24 06:17:37.031+00","2025-12-24 06:17:37.031+00",NULL,"https://storage.danakcorp.com/images/1766557056358-727862983.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7G7BHM8WEXFHHKD09MG10J","2025-12-24 06:19:59.925+00","2025-12-24 06:19:59.925+00",NULL,"https://storage.danakcorp.com/images/1766557199259-72955190.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7G8ZM2FPZ9H5BVGD983CTS","2025-12-24 06:20:53.25+00","2025-12-24 06:20:53.25+00",NULL,"https://storage.danakcorp.com/images/1766557252452-988016525.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7G9N7J647RH94K5WQB1Q3B","2025-12-24 06:21:15.378+00","2025-12-24 06:21:15.378+00",NULL,"https://storage.danakcorp.com/images/1766557274778-439028456.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7GA36DDJBQJ15XT4D0E2D6","2025-12-24 06:21:29.678+00","2025-12-24 06:21:29.678+00",NULL,"https://storage.danakcorp.com/images/1766557289094-415104854.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7GAEZKQKRC80EP7F03K22K","2025-12-24 06:21:41.747+00","2025-12-24 06:21:41.747+00",NULL,"https://storage.danakcorp.com/images/1766557300923-302277606.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7GAYJAHXAZV84PN3X2N4FY","2025-12-24 06:21:57.707+00","2025-12-24 06:21:57.707+00",NULL,"https://storage.danakcorp.com/images/1766557317091-602116315.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7GN1W5Q0WZWCJR8V62AD88","2025-12-24 06:27:28.774+00","2025-12-24 06:27:28.774+00",NULL,"https://storage.danakcorp.com/images/1766557647999-47333939.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7GNPEX4CMZHRVYB4AZYSK3","2025-12-24 06:27:49.853+00","2025-12-24 06:27:49.853+00",NULL,"https://storage.danakcorp.com/images/1766557669282-172512141.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7GPSY27QGH5XSPXWHD8VJ5","2025-12-24 06:28:26.179+00","2025-12-24 06:28:26.179+00",NULL,"https://storage.danakcorp.com/images/1766557705283-692546793.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7GQGZK52YM87E283013JS4","2025-12-24 06:28:49.779+00","2025-12-24 06:28:49.779+00",NULL,"https://storage.danakcorp.com/images/1766557729175-762576743.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7GRBRZTFFHDS1A6MH2CMJ4","2025-12-24 06:29:17.215+00","2025-12-24 06:29:17.215+00",NULL,"https://storage.danakcorp.com/images/1766557756487-665300947.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7GRYXHE220H9C3VH4VAC8E","2025-12-24 06:29:36.817+00","2025-12-24 06:29:36.817+00",NULL,"https://storage.danakcorp.com/images/1766557776067-804149228.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7GSKMZH8WAH5VYAS4GH02C","2025-12-24 06:29:58.048+00","2025-12-24 06:29:58.048+00",NULL,"https://storage.danakcorp.com/images/1766557797509-101726352.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7GT6A83SX8NKPVHYXAKJ3H","2025-12-24 06:30:17.16+00","2025-12-24 06:30:17.16+00",NULL,"https://storage.danakcorp.com/images/1766557816484-357699340.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7GTTKT3H3EDFTRCY8P2AE9","2025-12-24 06:30:37.946+00","2025-12-24 06:30:37.946+00",NULL,"https://storage.danakcorp.com/images/1766557837292-326521286.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7J0VP01FCP0TEHYG0MD191","2025-12-24 06:51:24.224+00","2025-12-24 06:51:24.224+00",NULL,"https://storage.danakcorp.com/images/1766559083575-564721059.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7J1BMTMBMV009EYC7N4G7D","2025-12-24 06:51:40.57+00","2025-12-24 06:51:40.57+00",NULL,"https://storage.danakcorp.com/images/1766559099561-720966516.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7J1W90CASGWZKBFMN75STB","2025-12-24 06:51:57.601+00","2025-12-24 06:51:57.601+00",NULL,"https://storage.danakcorp.com/images/1766559116496-834964990.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7NS1HJ2C707G3KXRRZCN7Y","2025-12-24 07:57:02.387+00","2025-12-24 07:57:02.387+00",NULL,"https://storage.danakcorp.com/images/1766563021426-600579018.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7NSHYZ6XESEJR7MCKS7CY0","2025-12-24 07:57:19.199+00","2025-12-24 07:57:19.199+00",NULL,"https://storage.danakcorp.com/images/1766563038525-727531190.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7NSYX5W066SDN0RYBKXHQ3","2025-12-24 07:57:32.454+00","2025-12-24 07:57:32.454+00",NULL,"https://storage.danakcorp.com/images/1766563051485-824602001.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7NTCZK4NYE3KCYDM1247GP","2025-12-24 07:57:46.867+00","2025-12-24 07:57:46.867+00",NULL,"https://storage.danakcorp.com/images/1766563066017-372210647.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7NW5KZEW4M2ZJX93T53G41","2025-12-24 07:58:44.863+00","2025-12-24 07:58:44.863+00",NULL,"https://storage.danakcorp.com/images/1766563124296-331607800.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7NWQ7YFJ7HDNWRB5F1V47Q","2025-12-24 07:59:02.91+00","2025-12-24 07:59:02.91+00",NULL,"https://storage.danakcorp.com/images/1766563142133-359920423.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7NXCZSEN7M2TN0DT0XVVR9","2025-12-24 07:59:25.177+00","2025-12-24 07:59:25.177+00",NULL,"https://storage.danakcorp.com/images/1766563164270-350101986.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7NXXMYZFMAWMRS23GRZSKP","2025-12-24 07:59:42.238+00","2025-12-24 07:59:42.238+00",NULL,"https://storage.danakcorp.com/images/1766563181587-86630830.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7NYP6M0HNC3A4XCXHK4W4M","2025-12-24 08:00:07.38+00","2025-12-24 08:00:07.38+00",NULL,"https://storage.danakcorp.com/images/1766563204966-651499380.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7NZ3PDZX4WTVV3KC5MTD8K","2025-12-24 08:00:21.198+00","2025-12-24 08:00:21.198+00",NULL,"https://storage.danakcorp.com/images/1766563220596-103699525.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7P0FWPK3HTYVX14XMGCHTC","2025-12-24 08:01:06.455+00","2025-12-24 08:01:06.455+00",NULL,"https://storage.danakcorp.com/images/1766563265634-373953449.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7P0SAN0PA6KAGE3ABAXSWF","2025-12-24 08:01:16.117+00","2025-12-24 08:01:16.117+00",NULL,"https://storage.danakcorp.com/images/1766563275517-958045207.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7P1429PQT8NFDFRZEDNH1P","2025-12-24 08:01:27.113+00","2025-12-24 08:01:27.113+00",NULL,"https://storage.danakcorp.com/images/1766563286526-622849562.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7QC4M3D2SF26ZH0S0SDWBD","2025-12-24 08:24:56.708+00","2025-12-24 08:24:56.708+00",NULL,"https://storage.danakcorp.com/images/1766564695339-504553420.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7QCEDA0T3CGZ01NGBKWZ9S","2025-12-24 08:25:06.73+00","2025-12-24 08:25:06.73+00",NULL,"https://storage.danakcorp.com/images/1766564706032-159367016.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7QCWQ00TVCK7BAAHSWA09H","2025-12-24 08:25:21.376+00","2025-12-24 08:25:21.376+00",NULL,"https://storage.danakcorp.com/images/1766564720683-887818252.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7QDA1R9WTTV2JWQ2Y3WGST","2025-12-24 08:25:35.032+00","2025-12-24 08:25:35.032+00",NULL,"https://storage.danakcorp.com/images/1766564734432-483528219.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7QDSCQNW2JC4SAQCK0QBNW","2025-12-24 08:25:50.743+00","2025-12-24 08:25:50.743+00",NULL,"https://storage.danakcorp.com/images/1766564750099-854146988.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7QE1NXGG08JQ5F2BC35NFC","2025-12-24 08:25:59.23+00","2025-12-24 08:25:59.23+00",NULL,"https://storage.danakcorp.com/images/1766564758573-696060786.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7QFFXDVTSB5VAXB640HR7N","2025-12-24 08:26:46.574+00","2025-12-24 08:26:46.574+00",NULL,"https://storage.danakcorp.com/images/1766564805823-829938380.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7QJ37DT4NCD6QY9MNGCZXZ","2025-12-24 08:28:11.885+00","2025-12-24 08:28:11.885+00",NULL,"https://storage.danakcorp.com/images/1766564891137-468827500.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7QJJZX6Y7CR8R60W3TNKRS","2025-12-24 08:28:28.029+00","2025-12-24 08:28:28.029+00",NULL,"https://storage.danakcorp.com/images/1766564907215-921380792.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7QK69ZH6B4S602YKZCBVMB","2025-12-24 08:28:47.807+00","2025-12-24 08:28:47.807+00",NULL,"https://storage.danakcorp.com/images/1766564926872-672612697.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7R3EM739KW6PV431V6P19S","2025-12-24 08:37:40.616+00","2025-12-24 08:37:40.616+00",NULL,"https://storage.danakcorp.com/images/1766565459604-638026702.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7R3YZ6SAQWZ4CMC4GCJ1V4","2025-12-24 08:37:57.351+00","2025-12-24 08:37:57.351+00",NULL,"https://storage.danakcorp.com/images/1766565476771-42527917.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7R4D5BVGPWKXE6A7FNVNRA","2025-12-24 08:38:11.883+00","2025-12-24 08:38:11.883+00",NULL,"https://storage.danakcorp.com/images/1766565491264-946731491.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7R4RFYFFQ4GV5TQ3DH6BW6","2025-12-24 08:38:23.486+00","2025-12-24 08:38:23.486+00",NULL,"https://storage.danakcorp.com/images/1766565502475-288189136.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7R5KMSAGCXZCTQPTVYDTA7","2025-12-24 08:38:51.289+00","2025-12-24 08:38:51.289+00",NULL,"https://storage.danakcorp.com/images/1766565530628-800474580.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7R64HYQD37W8ASB2Q817MW","2025-12-24 08:39:08.606+00","2025-12-24 08:39:08.606+00",NULL,"https://storage.danakcorp.com/images/1766565547983-878658938.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7R6KF9YWZBZ3WPAKXQS2CH","2025-12-24 08:39:23.881+00","2025-12-24 08:39:23.881+00",NULL,"https://storage.danakcorp.com/images/1766565563263-891688321.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7R7RM02R8FZ4DN65WMJVE8","2025-12-24 08:40:01.92+00","2025-12-24 08:40:01.92+00",NULL,"https://storage.danakcorp.com/images/1766565600547-704332792.svg","01KD7DG4VCTWZRSA54M3PEJ6NW" -"01KD7R8G53XBC6AG6KAVSBW94G","2025-12-24 08:40:26.019+00","2025-12-24 08:40:26.019+00",NULL,"https://storage.danakcorp.com/images/1766565625437-528383713.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7R901TPNAX9YYRG6W0GWHF","2025-12-24 08:40:42.298+00","2025-12-24 08:40:42.298+00",NULL,"https://storage.danakcorp.com/images/1766565641620-53176909.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7R9PKF9G1DD1HMS2QQQN9V","2025-12-24 08:41:05.391+00","2025-12-24 08:41:05.391+00",NULL,"https://storage.danakcorp.com/images/1766565664427-433669317.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RK2G6E5JKEDK9P95W79PR","2025-12-24 08:46:12.487+00","2025-12-24 08:46:12.487+00",NULL,"https://storage.danakcorp.com/images/1766565971515-159903323.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RKSM9QD6RA2H6WGE23KEC","2025-12-24 08:46:36.169+00","2025-12-24 08:46:36.169+00",NULL,"https://storage.danakcorp.com/images/1766565995424-288101561.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RMR9DRA1TG2BJ9Q8QAZ15","2025-12-24 08:47:07.565+00","2025-12-24 08:47:07.565+00",NULL,"https://storage.danakcorp.com/images/1766566026942-868807643.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RN6FH0TX69RZTKJKM6MEN","2025-12-24 08:47:22.097+00","2025-12-24 08:47:22.097+00",NULL,"https://storage.danakcorp.com/images/1766566041525-973019175.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RNX4EE92QR2C24577BJCW","2025-12-24 08:47:45.294+00","2025-12-24 08:47:45.294+00",NULL,"https://storage.danakcorp.com/images/1766566064741-271844433.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RPHHCKNXNQH29WSG84D2Z","2025-12-24 08:48:06.189+00","2025-12-24 08:48:06.189+00",NULL,"https://storage.danakcorp.com/images/1766566084368-438871956.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RQ6MFA5CDQ4J55NG3N7PX","2025-12-24 08:48:27.791+00","2025-12-24 08:48:27.791+00",NULL,"https://storage.danakcorp.com/images/1766566106954-47179607.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RQNXJNRXS8MXV57R50PKN","2025-12-24 08:48:43.443+00","2025-12-24 08:48:43.443+00",NULL,"https://storage.danakcorp.com/images/1766566122836-486871124.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RR9W6B9BTWJ0N2H11TWM1","2025-12-24 08:49:03.879+00","2025-12-24 08:49:03.879+00",NULL,"https://storage.danakcorp.com/images/1766566143171-668309076.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RRVQWYHSHN3M7R25GNGHS","2025-12-24 08:49:22.172+00","2025-12-24 08:49:22.172+00",NULL,"https://storage.danakcorp.com/images/1766566161551-844376214.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RSAKAP1TJ59GN11DEAXD9","2025-12-24 08:49:37.386+00","2025-12-24 08:49:37.386+00",NULL,"https://storage.danakcorp.com/images/1766566176755-30806596.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RSV35PY1A6193H4GDW1ZW","2025-12-24 08:49:54.277+00","2025-12-24 08:49:54.277+00",NULL,"https://storage.danakcorp.com/images/1766566193720-339416210.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RWX3D4ZZE35W345HDK35S","2025-12-24 08:51:34.638+00","2025-12-24 08:51:34.638+00",NULL,"https://storage.danakcorp.com/images/1766566293736-981836756.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RX79BVR30WGKXAZQ3D0CM","2025-12-24 08:51:45.068+00","2025-12-24 08:51:45.068+00",NULL,"https://storage.danakcorp.com/images/1766566304318-193301989.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RXY99C8PV6SAR0AJ00F16","2025-12-24 08:52:08.618+00","2025-12-24 08:52:08.618+00",NULL,"https://storage.danakcorp.com/images/1766566327768-2675508.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RYBPV273KCR350ESK2FN1","2025-12-24 08:52:22.364+00","2025-12-24 08:52:22.364+00",NULL,"https://storage.danakcorp.com/images/1766566341717-462491426.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RYTNTE20YS29X2XJT7GY3","2025-12-24 08:52:37.69+00","2025-12-24 08:52:37.69+00",NULL,"https://storage.danakcorp.com/images/1766566357028-432111036.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RZ8K86GCJSW1E0EC5T4B2","2025-12-24 08:52:51.944+00","2025-12-24 08:52:51.944+00",NULL,"https://storage.danakcorp.com/images/1766566371354-279596850.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7RZPNGASPYFP9XKMSY208B","2025-12-24 08:53:06.352+00","2025-12-24 08:53:06.352+00",NULL,"https://storage.danakcorp.com/images/1766566385674-569493499.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7S0HEQZ4AY5TTFKF36HS6F","2025-12-24 08:53:33.783+00","2025-12-24 08:53:33.783+00",NULL,"https://storage.danakcorp.com/images/1766566413058-975642584.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7S0ZEQ6BH163HCX0MQZHBJ","2025-12-24 08:53:48.119+00","2025-12-24 08:53:48.119+00",NULL,"https://storage.danakcorp.com/images/1766566427440-982841441.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7S1EF6R6J6AMMC6HP5J0AA","2025-12-24 08:54:03.494+00","2025-12-24 08:54:03.494+00",NULL,"https://storage.danakcorp.com/images/1766566442808-761588425.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7S27EFH2CDEK71GVQC839G","2025-12-24 08:54:29.074+00","2025-12-24 08:54:29.074+00",NULL,"https://storage.danakcorp.com/images/1766566468108-519151895.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7S2N705Z754YS3YFQW4AGQ","2025-12-24 08:54:43.169+00","2025-12-24 08:54:43.169+00",NULL,"https://storage.danakcorp.com/images/1766566482278-661272876.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7S31HNKPAAK58CX77BNJCA","2025-12-24 08:54:55.798+00","2025-12-24 08:54:55.798+00",NULL,"https://storage.danakcorp.com/images/1766566494050-408184442.svg","01KD7DGBDFX76VKXMKQKR51RJK" -"01KD7S3AX9VW5B830MYJYGXQ0B","2025-12-24 08:55:05.385+00","2025-12-24 08:55:05.385+00",NULL,"https://storage.danakcorp.com/images/1766566504760-709260995.svg","01KD7DGBDFX76VKXMKQKR51RJK" diff --git a/dump/icons_dump_20251224_233800.sql b/dump/icons_dump_20251224_233800.sql deleted file mode 100644 index 3b66b8b..0000000 --- a/dump/icons_dump_20251224_233800.sql +++ /dev/null @@ -1,205 +0,0 @@ --- --- PostgreSQL database dump --- - -\restrict acoqslHA6I152rhJbwpzhi5E4Cp5r1Bq6kFOAPp82JWutcjW9v0rh7ptBQwHz6l - --- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1) --- Dumped by pg_dump version 17.7 (Ubuntu 17.7-3.pgdg24.04+1) - -SET statement_timeout = 0; -SET lock_timeout = 0; -SET idle_in_transaction_session_timeout = 0; -SET transaction_timeout = 0; -SET client_encoding = 'UTF8'; -SET standard_conforming_strings = on; -SELECT pg_catalog.set_config('search_path', '', false); -SET check_function_bodies = false; -SET xmloption = content; -SET client_min_messages = warning; -SET row_security = off; - --- --- Data for Name: icon_groups; Type: TABLE DATA; Schema: public; Owner: - --- - -INSERT INTO public.icon_groups (id, created_at, updated_at, deleted_at, name) VALUES ('01KD7DG4VCTWZRSA54M3PEJ6NW', '2025-12-24 05:32:22.252+00', '2025-12-24 05:32:22.252+00', NULL, 'پک آیکون 1'); -INSERT INTO public.icon_groups (id, created_at, updated_at, deleted_at, name) VALUES ('01KD7DGBDFX76VKXMKQKR51RJK', '2025-12-24 05:32:28.976+00', '2025-12-24 05:32:28.976+00', NULL, 'پک آیکون 2'); - - --- --- PostgreSQL database dump complete --- - -\unrestrict acoqslHA6I152rhJbwpzhi5E4Cp5r1Bq6kFOAPp82JWutcjW9v0rh7ptBQwHz6l - --- --- PostgreSQL database dump --- - -\restrict 4pvnNoptyhScdLjLBpsonU6ZnOH502ap2y2am0YHcRG7WkY1NxnW43VtUD3Gq85 - --- Dumped from database version 17.6 (Debian 17.6-2.pgdg13+1) --- Dumped by pg_dump version 17.7 (Ubuntu 17.7-3.pgdg24.04+1) - -SET statement_timeout = 0; -SET lock_timeout = 0; -SET idle_in_transaction_session_timeout = 0; -SET transaction_timeout = 0; -SET client_encoding = 'UTF8'; -SET standard_conforming_strings = on; -SELECT pg_catalog.set_config('search_path', '', false); -SET check_function_bodies = false; -SET xmloption = content; -SET client_min_messages = warning; -SET row_security = off; - --- --- Data for Name: icons; Type: TABLE DATA; Schema: public; Owner: - --- - -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DGWH6TDB47V4710FDT7SR', '2025-12-24 05:32:46.503+00', '2025-12-24 05:32:46.503+00', NULL, 'https://storage.danakcorp.com/images/1766554365832-411750172.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DH9F6BN4TEM96TA2QT4GJ', '2025-12-24 05:32:59.751+00', '2025-12-24 05:32:59.751+00', NULL, 'https://storage.danakcorp.com/images/1766554379149-104970938.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DHK6ZTEGPRBNXJPV49TE6', '2025-12-24 05:33:09.727+00', '2025-12-24 05:33:09.727+00', NULL, 'https://storage.danakcorp.com/images/1766554389090-593863597.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DJ2NVEHVQMDCAM31VKKGK', '2025-12-24 05:33:25.564+00', '2025-12-24 05:33:25.564+00', NULL, 'https://storage.danakcorp.com/images/1766554404968-905984091.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DJCQY1V84DAVXPV097HE6', '2025-12-24 05:33:35.871+00', '2025-12-24 05:33:35.871+00', NULL, 'https://storage.danakcorp.com/images/1766554415325-873800591.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DJSZ2XVX971FGNFRRDQV6', '2025-12-24 05:33:49.411+00', '2025-12-24 05:33:49.411+00', NULL, 'https://storage.danakcorp.com/images/1766554428814-77027818.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DK3HJAD9SMDD8CM1RPNQS', '2025-12-24 05:33:59.218+00', '2025-12-24 05:33:59.218+00', NULL, 'https://storage.danakcorp.com/images/1766554438632-45072052.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DKB23B6XWJ8CMAKQ5R8HS', '2025-12-24 05:34:06.915+00', '2025-12-24 05:34:06.915+00', NULL, 'https://storage.danakcorp.com/images/1766554446340-463157109.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DKN32VCDQDF2D407MGKF0', '2025-12-24 05:34:17.186+00', '2025-12-24 05:34:17.186+00', NULL, 'https://storage.danakcorp.com/images/1766554456605-280166176.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DM4AEQ2FCJGZM390N7YVJ', '2025-12-24 05:34:32.782+00', '2025-12-24 05:34:32.782+00', NULL, 'https://storage.danakcorp.com/images/1766554471887-315640495.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DMHKWJSHX6BR41FTDYVHE', '2025-12-24 05:34:46.396+00', '2025-12-24 05:34:46.396+00', NULL, 'https://storage.danakcorp.com/images/1766554485634-242317100.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DN3XNDW2JQ0RGM711R9Q5', '2025-12-24 05:35:05.141+00', '2025-12-24 05:35:05.141+00', NULL, 'https://storage.danakcorp.com/images/1766554504553-157481346.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DNV0F9CPMKQ4R482MTVKJ', '2025-12-24 05:35:28.783+00', '2025-12-24 05:35:28.783+00', NULL, 'https://storage.danakcorp.com/images/1766554528198-919877647.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DPAKCPXD2GK0FCZ7N3XXP', '2025-12-24 05:35:44.749+00', '2025-12-24 05:35:44.749+00', NULL, 'https://storage.danakcorp.com/images/1766554544140-886744157.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DPZGZFZPS5AJ8RNM3W16F', '2025-12-24 05:36:06.175+00', '2025-12-24 05:36:06.175+00', NULL, 'https://storage.danakcorp.com/images/1766554565614-684869010.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DQCMAD39T5QB5728M6PFP', '2025-12-24 05:36:19.594+00', '2025-12-24 05:36:19.594+00', NULL, 'https://storage.danakcorp.com/images/1766554578855-318583145.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DQTQHGWP5J77V327Y4GHZ', '2025-12-24 05:36:34.034+00', '2025-12-24 05:36:34.034+00', NULL, 'https://storage.danakcorp.com/images/1766554593272-362758712.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DR75VSDY0B28AFTB6QP9M', '2025-12-24 05:36:46.779+00', '2025-12-24 05:36:46.779+00', NULL, 'https://storage.danakcorp.com/images/1766554606166-877198688.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DRRT3B7BAA714MMYVVHN4', '2025-12-24 05:37:04.835+00', '2025-12-24 05:37:04.835+00', NULL, 'https://storage.danakcorp.com/images/1766554624133-21439996.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DS9TQY1KWPM2HY7VC7THR', '2025-12-24 05:37:22.263+00', '2025-12-24 05:37:22.263+00', NULL, 'https://storage.danakcorp.com/images/1766554641691-535696200.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DST85ZZ0SKSVDYJWN67VQ', '2025-12-24 05:37:39.078+00', '2025-12-24 05:37:39.078+00', NULL, 'https://storage.danakcorp.com/images/1766554658481-114730426.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7DT75Y84N1ECNV2WW6VQ37', '2025-12-24 05:37:52.318+00', '2025-12-24 05:37:52.318+00', NULL, 'https://storage.danakcorp.com/images/1766554671760-634916570.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7E3837FJ9TDDKPF8S6PHK6', '2025-12-24 05:42:48.167+00', '2025-12-24 05:42:48.167+00', NULL, 'https://storage.danakcorp.com/images/1766554967381-660612838.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7E7G89J5KH2ZT45F0MT5X3', '2025-12-24 05:45:07.593+00', '2025-12-24 05:45:07.593+00', NULL, 'https://storage.danakcorp.com/images/1766555106925-267924006.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7EBA6ATBBFVMGWQHACZ1G7', '2025-12-24 05:47:12.459+00', '2025-12-24 05:47:12.459+00', NULL, 'https://storage.danakcorp.com/images/1766555231674-387319393.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7ED3NRKEX3Z8G6CTHK5QAB', '2025-12-24 05:48:11.32+00', '2025-12-24 05:48:11.32+00', NULL, 'https://storage.danakcorp.com/images/1766555290519-155637622.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7EDN07W94SGG04BRNRNRWT', '2025-12-24 05:48:29.063+00', '2025-12-24 05:48:29.063+00', NULL, 'https://storage.danakcorp.com/images/1766555308301-230359494.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7EH2W75B2H8JGMHR9P76ZE', '2025-12-24 05:50:21.576+00', '2025-12-24 05:50:21.576+00', NULL, 'https://storage.danakcorp.com/images/1766555420851-186440015.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7EP8V3KQYMDCDMXYP1QKPK', '2025-12-24 05:53:11.523+00', '2025-12-24 05:53:11.523+00', NULL, 'https://storage.danakcorp.com/images/1766555590828-644527730.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7EPRJWQAQX00F0J02FV05J', '2025-12-24 05:53:27.644+00', '2025-12-24 05:53:27.644+00', NULL, 'https://storage.danakcorp.com/images/1766555606997-571682462.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7ERGH1ABTPGSJN1WFTESP6', '2025-12-24 05:54:24.929+00', '2025-12-24 05:54:24.929+00', NULL, 'https://storage.danakcorp.com/images/1766555663659-433052581.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7ET0394XN31KFT3340R04H', '2025-12-24 05:55:13.641+00', '2025-12-24 05:55:13.641+00', NULL, 'https://storage.danakcorp.com/images/1766555713098-988242030.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7ETCZBFV8ZZF1GFDKP7DXA', '2025-12-24 05:55:26.827+00', '2025-12-24 05:55:26.827+00', NULL, 'https://storage.danakcorp.com/images/1766555726158-680948882.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7EV0VW1M18RGBB54C4YDAC', '2025-12-24 05:55:47.196+00', '2025-12-24 05:55:47.196+00', NULL, 'https://storage.danakcorp.com/images/1766555746650-426516324.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7EVMP392QF71V6QFGK9XQA', '2025-12-24 05:56:07.491+00', '2025-12-24 05:56:07.491+00', NULL, 'https://storage.danakcorp.com/images/1766555765798-127083646.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7EW6MQX0VFPS21TJPSEBAH', '2025-12-24 05:56:25.879+00', '2025-12-24 05:56:25.879+00', NULL, 'https://storage.danakcorp.com/images/1766555784837-243715698.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7EWMGEHYQRKBM6XBS9EKTF', '2025-12-24 05:56:40.078+00', '2025-12-24 05:56:40.078+00', NULL, 'https://storage.danakcorp.com/images/1766555799191-594035927.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7EZHSEJ4G27VT3HS7JZ8YN', '2025-12-24 05:58:15.599+00', '2025-12-24 05:58:15.599+00', NULL, 'https://storage.danakcorp.com/images/1766555894624-524350777.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7F0PCEADF1HWJ47V8RP1ZP', '2025-12-24 05:58:53.07+00', '2025-12-24 05:58:53.07+00', NULL, 'https://storage.danakcorp.com/images/1766555932114-485954688.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7F184CHB129A900K2V6N94', '2025-12-24 05:59:11.244+00', '2025-12-24 05:59:11.244+00', NULL, 'https://storage.danakcorp.com/images/1766555949650-909996041.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7F1R0JNNRP8QW8NHANZB01', '2025-12-24 05:59:27.506+00', '2025-12-24 05:59:27.506+00', NULL, 'https://storage.danakcorp.com/images/1766555966861-75517122.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7F2Z1V0T1S47R7VWBEPY66', '2025-12-24 06:00:07.483+00', '2025-12-24 06:00:07.483+00', NULL, 'https://storage.danakcorp.com/images/1766556006875-239689681.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FAP3S04D5CW51W98YZRHE', '2025-12-24 06:04:20.473+00', '2025-12-24 06:04:20.473+00', NULL, 'https://storage.danakcorp.com/images/1766556257163-459958715.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FBQJAV9HJMG4EVRKPSAC5', '2025-12-24 06:04:54.73+00', '2025-12-24 06:04:54.73+00', NULL, 'https://storage.danakcorp.com/images/1766556293812-665835248.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FC48FRARBP7ZXN7SPGP8K', '2025-12-24 06:05:07.727+00', '2025-12-24 06:05:07.727+00', NULL, 'https://storage.danakcorp.com/images/1766556307082-162280793.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FD4SW2G73QX0YY6KNK7V4', '2025-12-24 06:05:41.052+00', '2025-12-24 06:05:41.052+00', NULL, 'https://storage.danakcorp.com/images/1766556340402-744632392.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FGRC85J6JXEYNBGCPY0S4', '2025-12-24 06:07:39.4+00', '2025-12-24 06:07:39.4+00', NULL, 'https://storage.danakcorp.com/images/1766556458335-857124841.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FHCW86SPVBSC8N62YEY5R', '2025-12-24 06:08:00.393+00', '2025-12-24 06:08:00.393+00', NULL, 'https://storage.danakcorp.com/images/1766556479530-161860621.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FHYWZ73T36XKTDQ5FEN7G', '2025-12-24 06:08:18.847+00', '2025-12-24 06:08:18.847+00', NULL, 'https://storage.danakcorp.com/images/1766556498215-91175544.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FQDYPGWD05HHATWBC499Z', '2025-12-24 06:11:18.103+00', '2025-12-24 06:11:18.103+00', NULL, 'https://storage.danakcorp.com/images/1766556677355-108854669.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FS7QGJJ3YRSM10Y5YWD6C', '2025-12-24 06:12:17.264+00', '2025-12-24 06:12:17.264+00', NULL, 'https://storage.danakcorp.com/images/1766556736283-691587656.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FSY2XKBREKJ9HCNJN924C', '2025-12-24 06:12:40.157+00', '2025-12-24 06:12:40.157+00', NULL, 'https://storage.danakcorp.com/images/1766556759367-58066921.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FTFZ25MHQATRC41Y3EPQS', '2025-12-24 06:12:58.468+00', '2025-12-24 06:12:58.468+00', NULL, 'https://storage.danakcorp.com/images/1766556777353-490756125.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FXARH84SJYESXVAG0AH3Q', '2025-12-24 06:14:31.441+00', '2025-12-24 06:14:31.441+00', NULL, 'https://storage.danakcorp.com/images/1766556870740-118553581.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FXXV4DP74NGWJC0J43MDP', '2025-12-24 06:14:50.98+00', '2025-12-24 06:14:50.98+00', NULL, 'https://storage.danakcorp.com/images/1766556890334-962678132.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FYVRNQAAA0DQZ8NZ02F2R', '2025-12-24 06:15:21.621+00', '2025-12-24 06:15:21.621+00', NULL, 'https://storage.danakcorp.com/images/1766556921029-865260745.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7FZMJ4QGTG6NZEDKWP7V0W', '2025-12-24 06:15:47.013+00', '2025-12-24 06:15:47.013+00', NULL, 'https://storage.danakcorp.com/images/1766556946363-320833501.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7G0F8GTY7KZ530Y9XF8YXF', '2025-12-24 06:16:14.352+00', '2025-12-24 06:16:14.352+00', NULL, 'https://storage.danakcorp.com/images/1766556973771-832565827.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7G300731YZQDT3FVAP0KHH', '2025-12-24 06:17:37.031+00', '2025-12-24 06:17:37.031+00', NULL, 'https://storage.danakcorp.com/images/1766557056358-727862983.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7G7BHM8WEXFHHKD09MG10J', '2025-12-24 06:19:59.925+00', '2025-12-24 06:19:59.925+00', NULL, 'https://storage.danakcorp.com/images/1766557199259-72955190.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7G8ZM2FPZ9H5BVGD983CTS', '2025-12-24 06:20:53.25+00', '2025-12-24 06:20:53.25+00', NULL, 'https://storage.danakcorp.com/images/1766557252452-988016525.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7G9N7J647RH94K5WQB1Q3B', '2025-12-24 06:21:15.378+00', '2025-12-24 06:21:15.378+00', NULL, 'https://storage.danakcorp.com/images/1766557274778-439028456.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7GA36DDJBQJ15XT4D0E2D6', '2025-12-24 06:21:29.678+00', '2025-12-24 06:21:29.678+00', NULL, 'https://storage.danakcorp.com/images/1766557289094-415104854.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7GAEZKQKRC80EP7F03K22K', '2025-12-24 06:21:41.747+00', '2025-12-24 06:21:41.747+00', NULL, 'https://storage.danakcorp.com/images/1766557300923-302277606.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7GAYJAHXAZV84PN3X2N4FY', '2025-12-24 06:21:57.707+00', '2025-12-24 06:21:57.707+00', NULL, 'https://storage.danakcorp.com/images/1766557317091-602116315.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7GN1W5Q0WZWCJR8V62AD88', '2025-12-24 06:27:28.774+00', '2025-12-24 06:27:28.774+00', NULL, 'https://storage.danakcorp.com/images/1766557647999-47333939.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7GNPEX4CMZHRVYB4AZYSK3', '2025-12-24 06:27:49.853+00', '2025-12-24 06:27:49.853+00', NULL, 'https://storage.danakcorp.com/images/1766557669282-172512141.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7GPSY27QGH5XSPXWHD8VJ5', '2025-12-24 06:28:26.179+00', '2025-12-24 06:28:26.179+00', NULL, 'https://storage.danakcorp.com/images/1766557705283-692546793.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7GQGZK52YM87E283013JS4', '2025-12-24 06:28:49.779+00', '2025-12-24 06:28:49.779+00', NULL, 'https://storage.danakcorp.com/images/1766557729175-762576743.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7GRBRZTFFHDS1A6MH2CMJ4', '2025-12-24 06:29:17.215+00', '2025-12-24 06:29:17.215+00', NULL, 'https://storage.danakcorp.com/images/1766557756487-665300947.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7GRYXHE220H9C3VH4VAC8E', '2025-12-24 06:29:36.817+00', '2025-12-24 06:29:36.817+00', NULL, 'https://storage.danakcorp.com/images/1766557776067-804149228.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7GSKMZH8WAH5VYAS4GH02C', '2025-12-24 06:29:58.048+00', '2025-12-24 06:29:58.048+00', NULL, 'https://storage.danakcorp.com/images/1766557797509-101726352.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7GT6A83SX8NKPVHYXAKJ3H', '2025-12-24 06:30:17.16+00', '2025-12-24 06:30:17.16+00', NULL, 'https://storage.danakcorp.com/images/1766557816484-357699340.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7GTTKT3H3EDFTRCY8P2AE9', '2025-12-24 06:30:37.946+00', '2025-12-24 06:30:37.946+00', NULL, 'https://storage.danakcorp.com/images/1766557837292-326521286.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7J0VP01FCP0TEHYG0MD191', '2025-12-24 06:51:24.224+00', '2025-12-24 06:51:24.224+00', NULL, 'https://storage.danakcorp.com/images/1766559083575-564721059.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7J1BMTMBMV009EYC7N4G7D', '2025-12-24 06:51:40.57+00', '2025-12-24 06:51:40.57+00', NULL, 'https://storage.danakcorp.com/images/1766559099561-720966516.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7J1W90CASGWZKBFMN75STB', '2025-12-24 06:51:57.601+00', '2025-12-24 06:51:57.601+00', NULL, 'https://storage.danakcorp.com/images/1766559116496-834964990.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7NS1HJ2C707G3KXRRZCN7Y', '2025-12-24 07:57:02.387+00', '2025-12-24 07:57:02.387+00', NULL, 'https://storage.danakcorp.com/images/1766563021426-600579018.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7NSHYZ6XESEJR7MCKS7CY0', '2025-12-24 07:57:19.199+00', '2025-12-24 07:57:19.199+00', NULL, 'https://storage.danakcorp.com/images/1766563038525-727531190.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7NSYX5W066SDN0RYBKXHQ3', '2025-12-24 07:57:32.454+00', '2025-12-24 07:57:32.454+00', NULL, 'https://storage.danakcorp.com/images/1766563051485-824602001.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7NTCZK4NYE3KCYDM1247GP', '2025-12-24 07:57:46.867+00', '2025-12-24 07:57:46.867+00', NULL, 'https://storage.danakcorp.com/images/1766563066017-372210647.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7NW5KZEW4M2ZJX93T53G41', '2025-12-24 07:58:44.863+00', '2025-12-24 07:58:44.863+00', NULL, 'https://storage.danakcorp.com/images/1766563124296-331607800.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7NWQ7YFJ7HDNWRB5F1V47Q', '2025-12-24 07:59:02.91+00', '2025-12-24 07:59:02.91+00', NULL, 'https://storage.danakcorp.com/images/1766563142133-359920423.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7NXCZSEN7M2TN0DT0XVVR9', '2025-12-24 07:59:25.177+00', '2025-12-24 07:59:25.177+00', NULL, 'https://storage.danakcorp.com/images/1766563164270-350101986.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7NXXMYZFMAWMRS23GRZSKP', '2025-12-24 07:59:42.238+00', '2025-12-24 07:59:42.238+00', NULL, 'https://storage.danakcorp.com/images/1766563181587-86630830.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7NYP6M0HNC3A4XCXHK4W4M', '2025-12-24 08:00:07.38+00', '2025-12-24 08:00:07.38+00', NULL, 'https://storage.danakcorp.com/images/1766563204966-651499380.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7NZ3PDZX4WTVV3KC5MTD8K', '2025-12-24 08:00:21.198+00', '2025-12-24 08:00:21.198+00', NULL, 'https://storage.danakcorp.com/images/1766563220596-103699525.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7P0FWPK3HTYVX14XMGCHTC', '2025-12-24 08:01:06.455+00', '2025-12-24 08:01:06.455+00', NULL, 'https://storage.danakcorp.com/images/1766563265634-373953449.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7P0SAN0PA6KAGE3ABAXSWF', '2025-12-24 08:01:16.117+00', '2025-12-24 08:01:16.117+00', NULL, 'https://storage.danakcorp.com/images/1766563275517-958045207.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7P1429PQT8NFDFRZEDNH1P', '2025-12-24 08:01:27.113+00', '2025-12-24 08:01:27.113+00', NULL, 'https://storage.danakcorp.com/images/1766563286526-622849562.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7QC4M3D2SF26ZH0S0SDWBD', '2025-12-24 08:24:56.708+00', '2025-12-24 08:24:56.708+00', NULL, 'https://storage.danakcorp.com/images/1766564695339-504553420.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7QCEDA0T3CGZ01NGBKWZ9S', '2025-12-24 08:25:06.73+00', '2025-12-24 08:25:06.73+00', NULL, 'https://storage.danakcorp.com/images/1766564706032-159367016.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7QCWQ00TVCK7BAAHSWA09H', '2025-12-24 08:25:21.376+00', '2025-12-24 08:25:21.376+00', NULL, 'https://storage.danakcorp.com/images/1766564720683-887818252.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7QDA1R9WTTV2JWQ2Y3WGST', '2025-12-24 08:25:35.032+00', '2025-12-24 08:25:35.032+00', NULL, 'https://storage.danakcorp.com/images/1766564734432-483528219.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7QDSCQNW2JC4SAQCK0QBNW', '2025-12-24 08:25:50.743+00', '2025-12-24 08:25:50.743+00', NULL, 'https://storage.danakcorp.com/images/1766564750099-854146988.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7QE1NXGG08JQ5F2BC35NFC', '2025-12-24 08:25:59.23+00', '2025-12-24 08:25:59.23+00', NULL, 'https://storage.danakcorp.com/images/1766564758573-696060786.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7QFFXDVTSB5VAXB640HR7N', '2025-12-24 08:26:46.574+00', '2025-12-24 08:26:46.574+00', NULL, 'https://storage.danakcorp.com/images/1766564805823-829938380.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7QJ37DT4NCD6QY9MNGCZXZ', '2025-12-24 08:28:11.885+00', '2025-12-24 08:28:11.885+00', NULL, 'https://storage.danakcorp.com/images/1766564891137-468827500.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7QJJZX6Y7CR8R60W3TNKRS', '2025-12-24 08:28:28.029+00', '2025-12-24 08:28:28.029+00', NULL, 'https://storage.danakcorp.com/images/1766564907215-921380792.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7QK69ZH6B4S602YKZCBVMB', '2025-12-24 08:28:47.807+00', '2025-12-24 08:28:47.807+00', NULL, 'https://storage.danakcorp.com/images/1766564926872-672612697.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7R3EM739KW6PV431V6P19S', '2025-12-24 08:37:40.616+00', '2025-12-24 08:37:40.616+00', NULL, 'https://storage.danakcorp.com/images/1766565459604-638026702.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7R3YZ6SAQWZ4CMC4GCJ1V4', '2025-12-24 08:37:57.351+00', '2025-12-24 08:37:57.351+00', NULL, 'https://storage.danakcorp.com/images/1766565476771-42527917.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7R4D5BVGPWKXE6A7FNVNRA', '2025-12-24 08:38:11.883+00', '2025-12-24 08:38:11.883+00', NULL, 'https://storage.danakcorp.com/images/1766565491264-946731491.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7R4RFYFFQ4GV5TQ3DH6BW6', '2025-12-24 08:38:23.486+00', '2025-12-24 08:38:23.486+00', NULL, 'https://storage.danakcorp.com/images/1766565502475-288189136.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7R5KMSAGCXZCTQPTVYDTA7', '2025-12-24 08:38:51.289+00', '2025-12-24 08:38:51.289+00', NULL, 'https://storage.danakcorp.com/images/1766565530628-800474580.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7R64HYQD37W8ASB2Q817MW', '2025-12-24 08:39:08.606+00', '2025-12-24 08:39:08.606+00', NULL, 'https://storage.danakcorp.com/images/1766565547983-878658938.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7R6KF9YWZBZ3WPAKXQS2CH', '2025-12-24 08:39:23.881+00', '2025-12-24 08:39:23.881+00', NULL, 'https://storage.danakcorp.com/images/1766565563263-891688321.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7R7RM02R8FZ4DN65WMJVE8', '2025-12-24 08:40:01.92+00', '2025-12-24 08:40:01.92+00', NULL, 'https://storage.danakcorp.com/images/1766565600547-704332792.svg', '01KD7DG4VCTWZRSA54M3PEJ6NW'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7R8G53XBC6AG6KAVSBW94G', '2025-12-24 08:40:26.019+00', '2025-12-24 08:40:26.019+00', NULL, 'https://storage.danakcorp.com/images/1766565625437-528383713.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7R901TPNAX9YYRG6W0GWHF', '2025-12-24 08:40:42.298+00', '2025-12-24 08:40:42.298+00', NULL, 'https://storage.danakcorp.com/images/1766565641620-53176909.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7R9PKF9G1DD1HMS2QQQN9V', '2025-12-24 08:41:05.391+00', '2025-12-24 08:41:05.391+00', NULL, 'https://storage.danakcorp.com/images/1766565664427-433669317.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RK2G6E5JKEDK9P95W79PR', '2025-12-24 08:46:12.487+00', '2025-12-24 08:46:12.487+00', NULL, 'https://storage.danakcorp.com/images/1766565971515-159903323.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RKSM9QD6RA2H6WGE23KEC', '2025-12-24 08:46:36.169+00', '2025-12-24 08:46:36.169+00', NULL, 'https://storage.danakcorp.com/images/1766565995424-288101561.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RMR9DRA1TG2BJ9Q8QAZ15', '2025-12-24 08:47:07.565+00', '2025-12-24 08:47:07.565+00', NULL, 'https://storage.danakcorp.com/images/1766566026942-868807643.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RN6FH0TX69RZTKJKM6MEN', '2025-12-24 08:47:22.097+00', '2025-12-24 08:47:22.097+00', NULL, 'https://storage.danakcorp.com/images/1766566041525-973019175.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RNX4EE92QR2C24577BJCW', '2025-12-24 08:47:45.294+00', '2025-12-24 08:47:45.294+00', NULL, 'https://storage.danakcorp.com/images/1766566064741-271844433.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RPHHCKNXNQH29WSG84D2Z', '2025-12-24 08:48:06.189+00', '2025-12-24 08:48:06.189+00', NULL, 'https://storage.danakcorp.com/images/1766566084368-438871956.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RQ6MFA5CDQ4J55NG3N7PX', '2025-12-24 08:48:27.791+00', '2025-12-24 08:48:27.791+00', NULL, 'https://storage.danakcorp.com/images/1766566106954-47179607.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RQNXJNRXS8MXV57R50PKN', '2025-12-24 08:48:43.443+00', '2025-12-24 08:48:43.443+00', NULL, 'https://storage.danakcorp.com/images/1766566122836-486871124.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RR9W6B9BTWJ0N2H11TWM1', '2025-12-24 08:49:03.879+00', '2025-12-24 08:49:03.879+00', NULL, 'https://storage.danakcorp.com/images/1766566143171-668309076.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RRVQWYHSHN3M7R25GNGHS', '2025-12-24 08:49:22.172+00', '2025-12-24 08:49:22.172+00', NULL, 'https://storage.danakcorp.com/images/1766566161551-844376214.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RSAKAP1TJ59GN11DEAXD9', '2025-12-24 08:49:37.386+00', '2025-12-24 08:49:37.386+00', NULL, 'https://storage.danakcorp.com/images/1766566176755-30806596.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RSV35PY1A6193H4GDW1ZW', '2025-12-24 08:49:54.277+00', '2025-12-24 08:49:54.277+00', NULL, 'https://storage.danakcorp.com/images/1766566193720-339416210.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RWX3D4ZZE35W345HDK35S', '2025-12-24 08:51:34.638+00', '2025-12-24 08:51:34.638+00', NULL, 'https://storage.danakcorp.com/images/1766566293736-981836756.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RX79BVR30WGKXAZQ3D0CM', '2025-12-24 08:51:45.068+00', '2025-12-24 08:51:45.068+00', NULL, 'https://storage.danakcorp.com/images/1766566304318-193301989.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RXY99C8PV6SAR0AJ00F16', '2025-12-24 08:52:08.618+00', '2025-12-24 08:52:08.618+00', NULL, 'https://storage.danakcorp.com/images/1766566327768-2675508.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RYBPV273KCR350ESK2FN1', '2025-12-24 08:52:22.364+00', '2025-12-24 08:52:22.364+00', NULL, 'https://storage.danakcorp.com/images/1766566341717-462491426.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RYTNTE20YS29X2XJT7GY3', '2025-12-24 08:52:37.69+00', '2025-12-24 08:52:37.69+00', NULL, 'https://storage.danakcorp.com/images/1766566357028-432111036.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RZ8K86GCJSW1E0EC5T4B2', '2025-12-24 08:52:51.944+00', '2025-12-24 08:52:51.944+00', NULL, 'https://storage.danakcorp.com/images/1766566371354-279596850.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7RZPNGASPYFP9XKMSY208B', '2025-12-24 08:53:06.352+00', '2025-12-24 08:53:06.352+00', NULL, 'https://storage.danakcorp.com/images/1766566385674-569493499.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7S0HEQZ4AY5TTFKF36HS6F', '2025-12-24 08:53:33.783+00', '2025-12-24 08:53:33.783+00', NULL, 'https://storage.danakcorp.com/images/1766566413058-975642584.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7S0ZEQ6BH163HCX0MQZHBJ', '2025-12-24 08:53:48.119+00', '2025-12-24 08:53:48.119+00', NULL, 'https://storage.danakcorp.com/images/1766566427440-982841441.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7S1EF6R6J6AMMC6HP5J0AA', '2025-12-24 08:54:03.494+00', '2025-12-24 08:54:03.494+00', NULL, 'https://storage.danakcorp.com/images/1766566442808-761588425.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7S27EFH2CDEK71GVQC839G', '2025-12-24 08:54:29.074+00', '2025-12-24 08:54:29.074+00', NULL, 'https://storage.danakcorp.com/images/1766566468108-519151895.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7S2N705Z754YS3YFQW4AGQ', '2025-12-24 08:54:43.169+00', '2025-12-24 08:54:43.169+00', NULL, 'https://storage.danakcorp.com/images/1766566482278-661272876.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7S31HNKPAAK58CX77BNJCA', '2025-12-24 08:54:55.798+00', '2025-12-24 08:54:55.798+00', NULL, 'https://storage.danakcorp.com/images/1766566494050-408184442.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); -INSERT INTO public.icons (id, created_at, updated_at, deleted_at, url, group_id) VALUES ('01KD7S3AX9VW5B830MYJYGXQ0B', '2025-12-24 08:55:05.385+00', '2025-12-24 08:55:05.385+00', NULL, 'https://storage.danakcorp.com/images/1766566504760-709260995.svg', '01KD7DGBDFX76VKXMKQKR51RJK'); - - --- --- PostgreSQL database dump complete --- - -\unrestrict 4pvnNoptyhScdLjLBpsonU6ZnOH502ap2y2am0YHcRG7WkY1NxnW43VtUD3Gq85 - diff --git a/dump/named_icons.csv b/dump/named_icons.csv deleted file mode 100644 index 2139efa..0000000 --- a/dump/named_icons.csv +++ /dev/null @@ -1,138 +0,0 @@ -Index,Name,URL -1,bread,https://storage.danakcorp.com/images/1766554365832-411750172.svg -2,avocado,https://storage.danakcorp.com/images/1766554379149-104970938.svg -3,knife,https://storage.danakcorp.com/images/1766554389090-593863597.svg -4,baby bottle,https://storage.danakcorp.com/images/1766554404968-905984091.svg -5,baby bottle,https://storage.danakcorp.com/images/1766554415325-873800591.svg -6,baby pacifier,https://storage.danakcorp.com/images/1766554428814-77027818.svg -7,banana,https://storage.danakcorp.com/images/1766554438632-45072052.svg -8,barbecue,https://storage.danakcorp.com/images/1766554446340-463157109.svg -9,barbeque2,https://storage.danakcorp.com/images/1766554456605-280166176.svg -10,drink,https://storage.danakcorp.com/images/1766554471887-315640495.svg -11,hanburger,https://storage.danakcorp.com/images/1766554485634-242317100.svg -12,drink2,https://storage.danakcorp.com/images/1766554504553-157481346.svg -13,bottle1,https://storage.danakcorp.com/images/1766554528198-919877647.svg -14,bottle2,https://storage.danakcorp.com/images/1766554544140-886744157.svg -15,broccoli,https://storage.danakcorp.com/images/1766554565614-684869010.svg -16,cake1,https://storage.danakcorp.com/images/1766554578855-318583145.svg -17,cake2,https://storage.danakcorp.com/images/1766554593272-362758712.svg -18,cake piece,https://storage.danakcorp.com/images/1766554606166-877198688.svg -19,cup cake,https://storage.danakcorp.com/images/1766554624133-21439996.svg -20,caupcake2,https://storage.danakcorp.com/images/1766554641691-535696200.svg -21,candle,https://storage.danakcorp.com/images/1766554658481-114730426.svg -22,candy,https://storage.danakcorp.com/images/1766554671760-634916570.svg -23,carrot,https://storage.danakcorp.com/images/1766554967381-660612838.svg -24,cheese,https://storage.danakcorp.com/images/1766555106925-267924006.svg -25,cheese2,https://storage.danakcorp.com/images/1766555231674-387319393.svg -26,hat robe,https://storage.danakcorp.com/images/1766555290519-155637622.svg -27,hat robe 2,https://storage.danakcorp.com/images/1766555308301-230359494.svg -28,cherry,https://storage.danakcorp.com/images/1766555420851-186440015.svg -29,chicken,https://storage.danakcorp.com/images/1766555590828-644527730.svg -30,baken,https://storage.danakcorp.com/images/1766555606997-571682462.svg -31,lollipop,https://storage.danakcorp.com/images/1766555663659-433052581.svg -32,cookie1,https://storage.danakcorp.com/images/1766555713098-988242030.svg -33,cookie2,https://storage.danakcorp.com/images/1766555726158-680948882.svg -34,crosson,https://storage.danakcorp.com/images/1766555746650-426516324.svg -35,juice,https://storage.danakcorp.com/images/1766555765798-127083646.svg -36,juice2,https://storage.danakcorp.com/images/1766555784837-243715698.svg -37,juice3,https://storage.danakcorp.com/images/1766555799191-594035927.svg -38,spoon and fork 1,https://storage.danakcorp.com/images/1766555894624-524350777.svg -39,spoon and fork 2,https://storage.danakcorp.com/images/1766555932114-485954688.svg -40,spoon and knife,https://storage.danakcorp.com/images/1766555949650-909996041.svg -41,fork and knife,https://storage.danakcorp.com/images/1766555966861-75517122.svg -42,hot dog,https://storage.danakcorp.com/images/1766556006875-239689681.svg -43,soap,https://storage.danakcorp.com/images/1766556257163-459958715.svg -44,dish,https://storage.danakcorp.com/images/1766556293812-665835248.svg -45,donuts,https://storage.danakcorp.com/images/1766556307082-162280793.svg -46,egg plant,https://storage.danakcorp.com/images/1766556340402-744632392.svg -47,egg,https://storage.danakcorp.com/images/1766556458335-857124841.svg -48,fast-food,https://storage.danakcorp.com/images/1766556479530-161860621.svg -49,taco,https://storage.danakcorp.com/images/1766556498215-91175544.svg -50,fire,https://storage.danakcorp.com/images/1766556677355-108854669.svg -51,fish,https://storage.danakcorp.com/images/1766556736283-691587656.svg -52,fish,https://storage.danakcorp.com/images/1766556759367-58066921.svg -53,french fries,https://storage.danakcorp.com/images/1766556777353-490756125.svg -54,fried egg,https://storage.danakcorp.com/images/1766556870740-118553581.svg -55,refrigerator,https://storage.danakcorp.com/images/1766556890334-962678132.svg -56,grape,https://storage.danakcorp.com/images/1766556921029-865260745.svg -57,hat robe,https://storage.danakcorp.com/images/1766556946363-320833501.svg -58,hot dog,https://storage.danakcorp.com/images/1766556973771-832565827.svg -59,ice cream,https://storage.danakcorp.com/images/1766557056358-727862983.svg -60,ice cream,https://storage.danakcorp.com/images/1766557199259-72955190.svg -61,ice cream 3,https://storage.danakcorp.com/images/1766557252452-988016525.svg -62,jar,https://storage.danakcorp.com/images/1766557274778-439028456.svg -63,jelly,https://storage.danakcorp.com/images/1766557289094-415104854.svg -64,juice1,https://storage.danakcorp.com/images/1766557300923-302277606.svg -65,juice 2,https://storage.danakcorp.com/images/1766557317091-602116315.svg -66,kitchen stove,https://storage.danakcorp.com/images/1766557647999-47333939.svg -67,orange slash,https://storage.danakcorp.com/images/1766557669282-172512141.svg -68,loaf of bread,https://storage.danakcorp.com/images/1766557705283-692546793.svg -69,loaf of bread 2,https://storage.danakcorp.com/images/1766557729175-762576743.svg -70,meat,https://storage.danakcorp.com/images/1766557756487-665300947.svg -71,meat 2,https://storage.danakcorp.com/images/1766557776067-804149228.svg -72,mixer,https://storage.danakcorp.com/images/1766557797509-101726352.svg -73,mortar,https://storage.danakcorp.com/images/1766557816484-357699340.svg -74,noodle,https://storage.danakcorp.com/images/1766557837292-326521286.svg -75,nuts,https://storage.danakcorp.com/images/1766559083575-564721059.svg -76,olive,https://storage.danakcorp.com/images/1766559099561-720966516.svg -77,onion,https://storage.danakcorp.com/images/1766559116496-834964990.svg -78,pizza,https://storage.danakcorp.com/images/1766563021426-600579018.svg -79,rolling pin,https://storage.danakcorp.com/images/1766563038525-727531190.svg -80,solt,https://storage.danakcorp.com/images/1766563051485-824602001.svg -81,scales,https://storage.danakcorp.com/images/1766563066017-372210647.svg -82,basket,https://storage.danakcorp.com/images/1766563124296-331607800.svg -83,skewer,https://storage.danakcorp.com/images/1766563142133-359920423.svg -84,strawberry,https://storage.danakcorp.com/images/1766563164270-350101986.svg -85,toast,https://storage.danakcorp.com/images/1766563181587-86630830.svg -86,watermelon,https://storage.danakcorp.com/images/1766563204966-651499380.svg -87,whisk,https://storage.danakcorp.com/images/1766563220596-103699525.svg -88,wine glass,https://storage.danakcorp.com/images/1766563265634-373953449.svg -89,wine glass 2,https://storage.danakcorp.com/images/1766563275517-958045207.svg -90,wine glass 3,https://storage.danakcorp.com/images/1766563286526-622849562.svg -91,colored bakeries,https://storage.danakcorp.com/images/1766564695339-504553420.svg -92,colored bio,https://storage.danakcorp.com/images/1766564706032-159367016.svg -93,colored bibimbap,https://storage.danakcorp.com/images/1766564720683-887818252.svg -94,colored boba,https://storage.danakcorp.com/images/1766564734432-483528219.svg -95,colored breakfast,https://storage.danakcorp.com/images/1766564750099-854146988.svg -96,colored hamburger,https://storage.danakcorp.com/images/1766564758573-696060786.svg -97,colored hamburger 2,https://storage.danakcorp.com/images/1766564805823-829938380.svg -98,colored coffee,https://storage.danakcorp.com/images/1766564891137-468827500.svg -99,colored coca,https://storage.danakcorp.com/images/1766564907215-921380792.svg -100,colored cookies,https://storage.danakcorp.com/images/1766564926872-672612697.svg -101,colored noodle,https://storage.danakcorp.com/images/1766565459604-638026702.svg -102,colored crossan,https://storage.danakcorp.com/images/1766565476771-42527917.svg -103,colored sweet,https://storage.danakcorp.com/images/1766565491264-946731491.svg -104,colored dumpling,https://storage.danakcorp.com/images/1766565502475-288189136.svg -105,colored fish and chips,https://storage.danakcorp.com/images/1766565530628-800474580.svg -106,colored focaccia,https://storage.danakcorp.com/images/1766565547983-878658938.svg -107,colored french fries,https://storage.danakcorp.com/images/1766565563263-891688321.svg -108,colored fried chicken,https://storage.danakcorp.com/images/1766565600547-704332792.svg -109,colored fried rice,https://storage.danakcorp.com/images/1766565625437-528383713.svg -110,colored fries,https://storage.danakcorp.com/images/1766565641620-53176909.svg -111,hat robe,https://storage.danakcorp.com/images/1766565664427-433669317.svg -112,colored hot dog,https://storage.danakcorp.com/images/1766565971515-159903323.svg -113,colored hot dog,https://storage.danakcorp.com/images/1766565995424-288101561.svg -114,colored hot pot,https://storage.danakcorp.com/images/1766566026942-868807643.svg -115,colored ice cream,https://storage.danakcorp.com/images/1766566041525-973019175.svg -116,colored ice tea,https://storage.danakcorp.com/images/1766566064741-271844433.svg -117,colored instant noodle cup,https://storage.danakcorp.com/images/1766566084368-438871956.svg -118,lemon,https://storage.danakcorp.com/images/1766566106954-47179607.svg -119,colored martini,https://storage.danakcorp.com/images/1766566122836-486871124.svg -120,colored match,https://storage.danakcorp.com/images/1766566143171-668309076.svg -121,colored mochi donuts,https://storage.danakcorp.com/images/1766566161551-844376214.svg -122,colored mochi,https://storage.danakcorp.com/images/1766566176755-30806596.svg -123,colored nachos,https://storage.danakcorp.com/images/1766566193720-339416210.svg -124,colored origini,https://storage.danakcorp.com/images/1766566293736-981836756.svg -125,colored pan cake,https://storage.danakcorp.com/images/1766566304318-193301989.svg -126,colored pepperoni pizza,https://storage.danakcorp.com/images/1766566327768-2675508.svg -127,colored pizza 4,https://storage.danakcorp.com/images/1766566341717-462491426.svg -128,colored podding,https://storage.danakcorp.com/images/1766566357028-432111036.svg -129,quesadilla,https://storage.danakcorp.com/images/1766566371354-279596850.svg -130,salad,https://storage.danakcorp.com/images/1766566385674-569493499.svg -131,colored sandwich,https://storage.danakcorp.com/images/1766566413058-975642584.svg -132,colored stak,https://storage.danakcorp.com/images/1766566427440-982841441.svg -133,colored soshi,https://storage.danakcorp.com/images/1766566442808-761588425.svg -134,colored taco,https://storage.danakcorp.com/images/1766566468108-519151895.svg -135,colored tempura,https://storage.danakcorp.com/images/1766566482278-661272876.svg -136,colored tafu,https://storage.danakcorp.com/images/1766566494050-408184442.svg -137,whisk,https://storage.danakcorp.com/images/1766566504760-709260995.svg diff --git a/dump/populate_icon_names.js b/dump/populate_icon_names.js deleted file mode 100644 index 240dfd3..0000000 --- a/dump/populate_icon_names.js +++ /dev/null @@ -1,58 +0,0 @@ -const fs = require('fs'); -const path = require('path'); - -// Read the CSV file -const csvPath = path.join(__dirname, 'icons.csv'); -const csvContent = fs.readFileSync(csvPath, 'utf8'); - -// Parse CSV lines -const lines = csvContent.split('\n').filter(line => line.trim()); -const header = lines[0]; -const dataLines = lines.slice(1); - -// Icon names - replace these with your actual icon names after reviewing them -const iconNames = [ - // Add your icon names here, one for each row - // Example: "hamburger", "pizza", "drink", etc. - // For now, placeholders: - "icon_1", "icon_2", "icon_3", "icon_4", "icon_5", "icon_6", "icon_7", "icon_8", "icon_9", "icon_10", - "icon_11", "icon_12", "icon_13", "icon_14", "icon_15", "icon_16", "icon_17", "icon_18", "icon_19", "icon_20", - "icon_21", "icon_22", "icon_23", "icon_24", "icon_25", "icon_26", "icon_27", "icon_28", "icon_29", "icon_30", - "icon_31", "icon_32", "icon_33", "icon_34", "icon_35", "icon_36", "icon_37", "icon_38", "icon_39", "icon_40", - "icon_41", "icon_42", "icon_43", "icon_44", "icon_45", "icon_46", "icon_47", "icon_48", "icon_49", "icon_50", - "icon_51", "icon_52", "icon_53", "icon_54", "icon_55", "icon_56", "icon_57", "icon_58", "icon_59", "icon_60", - "icon_61", "icon_62", "icon_63", "icon_64", "icon_65", "icon_66", "icon_67", "icon_68", "icon_69", "icon_70", - "icon_71", "icon_72", "icon_73", "icon_74", "icon_75", "icon_76", "icon_77", "icon_78", "icon_79", "icon_80", - "icon_81", "icon_82", "icon_83", "icon_84", "icon_85", "icon_86", "icon_87", "icon_88", "icon_89", "icon_90", - "icon_91", "icon_92", "icon_93", "icon_94", "icon_95", "icon_96", "icon_97", "icon_98", "icon_99", "icon_100", - "icon_101", "icon_102", "icon_103", "icon_104", "icon_105", "icon_106", "icon_107", "icon_108", "icon_109", "icon_110", - "icon_111", "icon_112", "icon_113", "icon_114", "icon_115", "icon_116", "icon_117", "icon_118", "icon_119", "icon_120", - "icon_121", "icon_122", "icon_123", "icon_124", "icon_125", "icon_126", "icon_127", "icon_128", "icon_129", "icon_130", - "icon_131", "icon_132", "icon_133", "icon_134", "icon_135", "icon_136", "icon_137", "icon_138" -]; - -// Validate that we have the right number of names -if (iconNames.length !== dataLines.length) { - console.error(`Error: You provided ${iconNames.length} icon names but there are ${dataLines.length} data rows in the CSV.`); - process.exit(1); -} - -// Create new CSV content with icon names -const newLines = [header]; - -dataLines.forEach((line, index) => { - // Remove trailing comma if present and add the icon name - const cleanLine = line.replace(/,$/, ''); - newLines.push(`${cleanLine},"${iconNames[index]}"`); -}); - -// Write the updated CSV -const newCsvContent = newLines.join('\n'); -fs.writeFileSync(csvPath, newCsvContent, 'utf8'); - -console.log(`✅ Successfully added ${iconNames.length} icon names to icons.csv`); -console.log('📁 File saved:', csvPath); - -// Show summary -const namedCount = iconNames.filter(name => name && !name.startsWith('icon_')).length; -console.log(`📊 ${namedCount} custom names, ${iconNames.length - namedCount} placeholder names`); diff --git a/dump/restore-icons.sh b/dump/restore-icons.sh deleted file mode 100755 index 140b3a6..0000000 --- a/dump/restore-icons.sh +++ /dev/null @@ -1,95 +0,0 @@ -#!/bin/bash - -# Script to restore icon and icon_groups tables to PostgreSQL database -# Usage: ./restore-icons.sh [dump_file] - -set -e - -# Load environment variables if .env file exists -if [ -f .env ]; then - set -a - # Source .env file, handling comments and empty lines - while IFS= read -r line || [ -n "$line" ]; do - # Remove leading/trailing whitespace - line=$(echo "$line" | sed 's/^[[:space:]]*//;s/[[:space:]]*$//') - # Skip empty lines and lines starting with # - [[ -z "$line" ]] && continue - [[ "$line" =~ ^# ]] && continue - # Remove inline comments (everything after # that's not in quotes) - line=$(echo "$line" | sed 's/#.*$//' | sed 's/[[:space:]]*$//') - # Skip if line is empty after removing comments - [[ -z "$line" ]] && continue - # Export the variable (only if it looks like KEY=VALUE) - if [[ "$line" =~ ^[[:alpha:]_][[:alnum:]_]*= ]]; then - export "$line" 2>/dev/null || true - fi - done < .env - set +a -fi - -# Get database connection details from environment variables -DB_HOST="${DB_HOST:-localhost}" -DB_PORT="${DB_PORT:-5432}" -DB_NAME="${DB_NAME:-dmenu}" -DB_USER="${DB_USER:-postgres}" - -# Input file name -if [ -z "$1" ]; then - echo "Error: Please provide a dump file to restore" - echo "Usage: ./restore-icons.sh " - echo "Example: ./restore-icons.sh icons_dump_20240101_120000.sql" - exit 1 -fi - -DUMP_FILE="$1" - -# Check if dump file exists -if [ ! -f "${DUMP_FILE}" ]; then - echo "Error: Dump file '${DUMP_FILE}' not found!" - exit 1 -fi - -echo "Restoring icon_groups and icons tables..." -echo "Database: ${DB_NAME}@${DB_HOST}:${DB_PORT}" -echo "Dump file: ${DUMP_FILE}" -echo "" - -# Ask for confirmation -read -p "This will replace existing data in icon_groups and icons tables. Continue? (y/N) " -n 1 -r -echo -if [[ ! $REPLY =~ ^[Yy]$ ]]; then - echo "Restore cancelled." - exit 0 -fi - -# Disable foreign key checks temporarily and truncate tables -echo "Clearing existing data..." -PGPASSWORD="${DB_PASS}" psql \ - -h "${DB_HOST}" \ - -p "${DB_PORT}" \ - -U "${DB_USER}" \ - -d "${DB_NAME}" \ - -c "TRUNCATE TABLE icons CASCADE;" \ - -c "TRUNCATE TABLE icon_groups CASCADE;" - -# Restore data from dump file -echo "Restoring data from ${DUMP_FILE}..." -PGPASSWORD="${DB_PASS}" psql \ - -h "${DB_HOST}" \ - -p "${DB_PORT}" \ - -U "${DB_USER}" \ - -d "${DB_NAME}" \ - -f "${DUMP_FILE}" - -echo "" -echo "Restore completed successfully!" -echo "" - -# Verify the restore -echo "Verifying restore..." -ICON_GROUPS_COUNT=$(PGPASSWORD="${DB_PASS}" psql -h "${DB_HOST}" -p "${DB_PORT}" -U "${DB_USER}" -d "${DB_NAME}" -t -c "SELECT COUNT(*) FROM icon_groups;") -ICONS_COUNT=$(PGPASSWORD="${DB_PASS}" psql -h "${DB_HOST}" -p "${DB_PORT}" -U "${DB_USER}" -d "${DB_NAME}" -t -c "SELECT COUNT(*) FROM icons;") - -echo "icon_groups records: ${ICON_GROUPS_COUNT}" -echo "icons records: ${ICONS_COUNT}" - diff --git a/src/app.module.ts b/src/app.module.ts index 2013949..5ff5506 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -2,23 +2,23 @@ import { MikroOrmModule } from '@mikro-orm/nestjs'; import { Module } from '@nestjs/common'; import dataBaseConfig from './config/mikro-orm.config'; import { ConfigModule } from '@nestjs/config'; -import { UserModule } from './modules/users/user.module'; -import { UtilsModule } from './modules/utils/utils.module'; +import { UserModule } from './modules/user/user.module'; +import { UtilsModule } from './modules/util/utils.module'; import { AuthModule } from './modules/auth/auth.module'; import { UploaderModule } from './modules/uploader/uploader.module'; import { AdminModule } from './modules/admin/admin.module'; import { ThrottlerModule } from '@nestjs/throttler'; import { ScheduleModule } from '@nestjs/schedule'; import { RestaurantsModule } from './modules/restaurants/restaurants.module'; -import { FoodModule } from './modules/foods/food.module'; +import { productModule } from './modules/products/product.module'; import { CartModule } from './modules/cart/cart.module'; import { RolesModule } from './modules/roles/roles.module'; -import { PaymentsModule } from './modules/payments/payments.module'; +import { PaymentsModule } from './modules/payment/payments.module'; import { DeliveryModule } from './modules/delivery/delivery.module'; -import { OrdersModule } from './modules/orders/orders.module'; +import { OrdersModule } from './modules/order/orders.module'; import { CouponModule } from './modules/coupons/coupon.module'; import { ReviewModule } from './modules/review/review.module'; -import { NotificationsModule } from './modules/notifications/notifications.module'; +import { NotificationsModule } from './modules/notification/notifications.module'; import { EventEmitterModule } from '@nestjs/event-emitter'; import { PagerModule } from './modules/pager/pager.module'; import { ContactModule } from './modules/contact/contact.module'; @@ -45,7 +45,7 @@ import { cacheConfig } from './config/cache.config'; ]), ScheduleModule.forRoot(), RestaurantsModule, - FoodModule, + productModule, CartModule, RolesModule, PaymentsModule, @@ -64,4 +64,4 @@ import { cacheConfig } from './config/cache.config'; providers: [], // exports: [CacheService], }) -export class AppModule {} +export class AppModule { } diff --git a/src/common/enums/message.enum.ts b/src/common/enums/message.enum.ts index f635400..95afda1 100755 --- a/src/common/enums/message.enum.ts +++ b/src/common/enums/message.enum.ts @@ -71,7 +71,7 @@ export const enum AuthMessage { INVALID_SLUG = 'اسلاگ نامعتبر است', INVALID_OR_EXPIRED_TOKEN = 'توکن نامعتبر یا منقضی شده است', } -export const enum FoodMessage { +export const enum productMessage { NOT_FOUND = 'غذایی با این مشخصات یافت نشد', } export const enum CategoryMessage { @@ -691,8 +691,8 @@ export const enum OrderMessage { CAR_ADDRESS_REQUIRED = 'آدرس خودرو الزامی است. لطفا قبل از ایجاد سفارش، آدرس خودرو را تنظیم کنید', PAYMENT_METHOD_NOT_FOUND = 'روش پرداخت یافت نشد', PAYMENT_METHOD_NOT_ENABLED = 'روش پرداخت برای این رستوران فعال نیست', - FOOD_NOT_FOUND = 'غذا یافت نشد', - FOOD_NOT_BELONGS_TO_RESTAURANT = 'غذا به این رستوران تعلق ندارد', + product_NOT_FOUND = 'غذا یافت نشد', + product_NOT_BELONGS_TO_RESTAURANT = 'غذا به این رستوران تعلق ندارد', } export const enum CartMessage { @@ -701,9 +701,9 @@ export const enum CartMessage { ADDRESS_REQUIRED = 'آدرس برای تحویل پیک الزامی است', NOT_FOUND = 'سبد خرید یافت نشد', COUPON_NOT_FOUND = 'کوپن یافت نشد', - FOOD_NOT_FOUND = 'غذا یافت نشد', - FOOD_NOT_BELONGS_TO_RESTAURANT = 'غذا به این رستوران تعلق ندارد', - FOOD_NO_INVENTORY = 'غذا موجودی ندارد', + product_NOT_FOUND = 'غذا یافت نشد', + product_NOT_BELONGS_TO_RESTAURANT = 'غذا به این رستوران تعلق ندارد', + product_NO_INVENTORY = 'غذا موجودی ندارد', INSUFFICIENT_STOCK = 'موجودی کافی نیست', USER_NOT_FOUND = 'کاربر یافت نشد', ADDRESS_NOT_FOUND = 'آدرس یافت نشد', @@ -721,10 +721,10 @@ export const enum CartMessage { ITEM_NOT_FOUND = 'آیتم در سبد خرید یافت نشد', DELIVERY_METHOD_NOT_FOUND_FOR_RESTAURANT = 'روش ارسال برای این رستوران یافت نشد', COUPON_CANNOT_BE_APPLIED = 'این کوپن قابل اعمال بر روی آیتم‌های سبد خرید شما نیست. لطفا آیتم‌هایی از دسته‌بندی‌ها یا غذاهای مشخص شده اضافه کنید', - FOODS_MUST_HAVE_PICKUP_SERVE_FOR_COURIER = 'تمام غذاها باید قابلیت تحویل پیک داشته باشند. غذاهای زیر این قابلیت را ندارند: [foodTitles]', - FOOD_ONLY_AVAILABLE_DURING_MEAL_TIMES = 'غذا [foodTitle] فقط در ساعات وعده‌های غذایی (صبحانه، ناهار، عصرانه یا شام) در دسترس است. زمان فعلی خارج از ساعات وعده‌های غذایی است', - FOOD_ONLY_AVAILABLE_FOR_MEAL_TYPES = 'غذا [foodTitle] فقط برای [allowedMealTypes] در دسترس است. زمان فعلی [mealType] است که با این غذا سازگار نیست', - FOOD_ONLY_AVAILABLE_ON_DAYS = 'غذا [foodTitle] فقط در روزهای [allowedDays] در دسترس است. امروز [currentDay] است که این غذا در دسترس نیست', + productS_MUST_HAVE_PICKUP_SERVE_FOR_COURIER = 'تمام غذاها باید قابلیت تحویل پیک داشته باشند. غذاهای زیر این قابلیت را ندارند: [productTitles]', + product_ONLY_AVAILABLE_DURING_MEAL_TIMES = 'غذا [productTitle] فقط در ساعات وعده‌های غذایی (صبحانه، ناهار، عصرانه یا شام) در دسترس است. زمان فعلی خارج از ساعات وعده‌های غذایی است', + product_ONLY_AVAILABLE_FOR_MEAL_TYPES = 'غذا [productTitle] فقط برای [allowedMealTypes] در دسترس است. زمان فعلی [mealType] است که با این غذا سازگار نیست', + product_ONLY_AVAILABLE_ON_DAYS = 'غذا [productTitle] فقط در روزهای [allowedDays] در دسترس است. امروز [currentDay] است که این غذا در دسترس نیست', } export const enum PaymentMessage { @@ -755,10 +755,10 @@ export const enum DeliveryMessage { export const enum InventoryMessage { AVAILABLE_STOCK_EXCEEDS_TOTAL = 'موجودی موجود نمی‌تواند از موجودی کل بیشتر باشد', - FOOD_NOT_FOUND = 'غذا یافت نشد', - FOOD_NOT_BELONGS_TO_RESTAURANT = 'غذا به این رستوران تعلق ندارد', + product_NOT_FOUND = 'غذا یافت نشد', + product_NOT_BELONGS_TO_RESTAURANT = 'غذا به این رستوران تعلق ندارد', RESTAURANT_NOT_FOUND = 'رستوران یافت نشد', - FOODS_NOT_FOUND = 'غذاها یافت نشدند', + productS_NOT_FOUND = 'غذاها یافت نشدند', } diff --git a/src/common/enums/permission.enum.ts b/src/common/enums/permission.enum.ts index 5dbb207..87ea3f2 100644 --- a/src/common/enums/permission.enum.ts +++ b/src/common/enums/permission.enum.ts @@ -4,8 +4,8 @@ */ export enum Permission { MANAGE_PAGER = 'manage_pager', - // Food Management - MANAGE_FOODS = 'manage_foods', + // product Management + MANAGE_productS = 'manage_products', MANAGE_CATEGORIES = 'manage_categories', // Order Management @@ -39,7 +39,7 @@ export enum Permission { */ export const PermissionTitles: Record = { [Permission.MANAGE_PAGER]: 'مدیریت پیجر', - [Permission.MANAGE_FOODS]: 'مدیریت غذاها', + [Permission.MANAGE_productS]: 'مدیریت غذاها', [Permission.MANAGE_CATEGORIES]: 'مدیریت دسته‌بندی‌ها', [Permission.MANAGE_ORDERS]: 'مدیریت سفارشات', [Permission.MANAGE_ADMINS]: 'مدیریت مدیران', diff --git a/src/modules/admin/admin.module.ts b/src/modules/admin/admin.module.ts index c474d15..83eb130 100644 --- a/src/modules/admin/admin.module.ts +++ b/src/modules/admin/admin.module.ts @@ -8,7 +8,7 @@ import { Role } from '../roles/entities/role.entity'; import { Permission } from '../roles/entities/permission.entity'; import { RolePermission } from '../roles/entities/rolePermission.entity'; import { AdminController } from './controllers/admin.controller'; -import { UtilsModule } from '../utils/utils.module'; +import { UtilsModule } from '../util/utils.module'; import { RestaurantsModule } from '../restaurants/restaurants.module'; import { AdminRole } from './entities/adminRole.entity'; @@ -23,4 +23,4 @@ import { AdminRole } from './entities/adminRole.entity'; ], exports: [AdminService, AdminRepository], }) -export class AdminModule {} +export class AdminModule { } diff --git a/src/modules/admin/entities/admin.entity.ts b/src/modules/admin/entities/admin.entity.ts index a9d8a54..2ef4985 100644 --- a/src/modules/admin/entities/admin.entity.ts +++ b/src/modules/admin/entities/admin.entity.ts @@ -1,7 +1,7 @@ import { Cascade, Collection, Entity, OneToMany, Property } from '@mikro-orm/core'; import { BaseEntity } from '../../../common/entities/base.entity'; import { AdminRole } from './adminRole.entity'; -import { normalizePhone } from '../../utils/phone.util'; +import { normalizePhone } from '../../util/phone.util'; @Entity({ tableName: 'admins' }) export class Admin extends BaseEntity { diff --git a/src/modules/admin/providers/admin.service.ts b/src/modules/admin/providers/admin.service.ts index dcda64d..bd77dde 100644 --- a/src/modules/admin/providers/admin.service.ts +++ b/src/modules/admin/providers/admin.service.ts @@ -5,11 +5,11 @@ import { Admin } from '../entities/admin.entity'; import { Role } from '../../roles/entities/role.entity'; import { Restaurant } from '../../restaurants/entities/restaurant.entity'; import { EntityManager } from '@mikro-orm/postgresql'; -import { CacheService } from '../../utils/cache.service'; +import { CacheService } from '../../util/cache.service'; import { CreateMyRestaurantAdminDto } from '../dto/create-my-restaurant-admin.dto'; import { UpdateAdminDto } from '../dto/update-admin.dto'; import { AdminRole } from '../entities/adminRole.entity'; -import { normalizePhone } from '../../utils/phone.util'; +import { normalizePhone } from '../../util/phone.util'; @Injectable() export class AdminService { @@ -20,7 +20,7 @@ export class AdminService { private readonly adminRoleRepository: EntityRepository, private readonly em: EntityManager, private readonly cacheService: CacheService, - ) {} + ) { } async findByPhone(phone: string): Promise { const normalizedPhone = normalizePhone(phone); diff --git a/src/modules/admin/repositories/admin.repository.ts b/src/modules/admin/repositories/admin.repository.ts index 04868a5..e815a98 100644 --- a/src/modules/admin/repositories/admin.repository.ts +++ b/src/modules/admin/repositories/admin.repository.ts @@ -3,7 +3,7 @@ import { Admin } from '../entities/admin.entity'; import { AdminRole } from '../entities/adminRole.entity'; import { RestRepository } from '../../restaurants/repositories/rest.repository'; import { Injectable } from '@nestjs/common'; -import { normalizePhone } from '../../utils/phone.util'; +import { normalizePhone } from '../../util/phone.util'; @Injectable() export class AdminRepository extends EntityRepository { diff --git a/src/modules/auth/auth.module.ts b/src/modules/auth/auth.module.ts index ebb6d27..b353a37 100644 --- a/src/modules/auth/auth.module.ts +++ b/src/modules/auth/auth.module.ts @@ -1,18 +1,18 @@ import { Module, forwardRef } from '@nestjs/common'; import { AuthService } from './services/auth.service'; import { AuthController } from './controllers/auth.controller'; -import { UtilsModule } from '../utils/utils.module'; -import { UserModule } from '../users/user.module'; +import { UtilsModule } from '../util/utils.module'; +import { UserModule } from '../user/user.module'; import { JwtModule } from '@nestjs/jwt'; import { ConfigService } from '@nestjs/config'; import { AdminModule } from '../admin/admin.module'; import { TokensService } from './services/tokens.service'; import { RestaurantsModule } from '../restaurants/restaurants.module'; import { MikroOrmModule } from '@mikro-orm/nestjs'; -import { User } from '../users/entities/user.entity'; +import { User } from '../user/entities/user.entity'; import { AdminAuthGuard } from './guards/adminAuth.guard'; import { RefreshToken } from './entities/refresh-token.entity'; -import { NotificationsModule } from '../notifications/notifications.module'; +import { NotificationsModule } from '../notification/notifications.module'; @Module({ imports: [ @@ -36,10 +36,10 @@ import { NotificationsModule } from '../notifications/notifications.module'; forwardRef(() => RestaurantsModule), MikroOrmModule.forFeature([User, RefreshToken]), forwardRef(() => NotificationsModule), - + ], controllers: [AuthController], providers: [AuthService, TokensService, AdminAuthGuard], exports: [AdminAuthGuard], }) -export class AuthModule {} +export class AuthModule { } diff --git a/src/modules/auth/services/auth.service.ts b/src/modules/auth/services/auth.service.ts index b6844eb..76f4bd3 100644 --- a/src/modules/auth/services/auth.service.ts +++ b/src/modules/auth/services/auth.service.ts @@ -1,8 +1,8 @@ import { Injectable, BadRequestException } from '@nestjs/common'; import { RequestOtpDto } from '../dto/request-otp.dto'; -import { CacheService } from '../../utils/cache.service'; -import { SmsService } from '../../notifications/services/sms.service'; -import { UserService } from '../../users/providers/user.service'; +import { CacheService } from '../../util/cache.service'; +import { SmsService } from '../../notification/services/sms.service'; +import { UserService } from '../../user/providers/user.service'; import { randomInt } from 'crypto'; import { TokensService } from './tokens.service'; import { RestRepository } from 'src/modules/restaurants/repositories/rest.repository'; @@ -11,7 +11,7 @@ import { AdminRepository } from 'src/modules/admin/repositories/admin.repository import { AdminLoginTransformer } from '../transformers/admin-login.transformer'; import { UserLoginTransformer } from '../transformers/user-login.transformer'; import { ConfigService } from '@nestjs/config'; -import { normalizePhone } from '../../utils/phone.util'; +import { normalizePhone } from '../../util/phone.util'; @Injectable() export class AuthService { diff --git a/src/modules/auth/transformers/user-login.transformer.ts b/src/modules/auth/transformers/user-login.transformer.ts index 6148def..bcb481d 100644 --- a/src/modules/auth/transformers/user-login.transformer.ts +++ b/src/modules/auth/transformers/user-login.transformer.ts @@ -1,4 +1,4 @@ -import type { User } from '../../users/entities/user.entity'; +import type { User } from '../../user/entities/user.entity'; import type { Restaurant } from '../../restaurants/entities/restaurant.entity'; export interface UserLoginResponse { @@ -6,7 +6,7 @@ export interface UserLoginResponse { firstName: string; lastName?: string; phone: string; - + isActive?: boolean; restaurant: { id: string; diff --git a/src/modules/delivery/controllers/delivery.controller.ts b/src/modules/delivery/controllers/delivery.controller.ts deleted file mode 100644 index c2ece7c..0000000 --- a/src/modules/delivery/controllers/delivery.controller.ts +++ /dev/null @@ -1,88 +0,0 @@ -import { Controller, Get, Post, Body, Patch, Param, Delete, UseGuards } from '@nestjs/common'; -import { - ApiTags, - ApiOperation, - ApiCreatedResponse, - ApiOkResponse, - ApiNotFoundResponse, - ApiParam, - ApiBody, - ApiBearerAuth, - ApiHeader, -} from '@nestjs/swagger'; -import { DeliveryService } from '../providers/delivery.service'; -import { CreateDeliveryDto } from '../dto/create-delivery.dto'; -import { UpdateDeliveryDto } from '../dto/update-delivery.dto'; -import { RestId } from 'src/common/decorators/rest-id.decorator'; -import { AuthGuard } from 'src/modules/auth/guards/auth.guard'; -import { AdminAuthGuard } from 'src/modules/auth/guards/adminAuth.guard'; -import { Delivery } from '../entities/delivery.entity'; -import { API_HEADER_SLUG } from 'src/common/constants'; -import { Permission } from 'src/common/enums/permission.enum'; -import { Permissions } from 'src/common/decorators/permissions.decorator'; - -@ApiTags('Delivery') -@Controller() -export class DeliveryController { - constructor(private readonly deliveryService: DeliveryService) {} - - @UseGuards(AuthGuard) - @ApiBearerAuth() - @Get('public/delivery-methods/restaurant') - @ApiOperation({ summary: 'Get restaurant delivery methods' }) - @ApiHeader(API_HEADER_SLUG) - findAllDeliveryMethods(@RestId() restId: string) { - return this.deliveryService.findAllForRestaurantId(restId); - } - - /*** Admin ***/ - @UseGuards(AdminAuthGuard) - @ApiBearerAuth() - @Permissions(Permission.MANAGE_DELIVERY) - @Post('admin/delivery-methods/restaurant') - @ApiOperation({ summary: 'Create a delivery method for a restaurant' }) - @ApiBody({ type: CreateDeliveryDto }) - create(@Body() createDto: CreateDeliveryDto, @RestId() restId: string) { - return this.deliveryService.create(restId, createDto); - } - - @UseGuards(AdminAuthGuard) - @ApiBearerAuth() - @Permissions(Permission.MANAGE_DELIVERY) - @Get('admin/delivery-methods/restaurant') - @ApiOperation({ summary: 'Get the restaurant delivery methods' }) - findRestaurantDeliveryMethods(@RestId() restId: string) { - return this.deliveryService.findAllForRestaurantId(restId); - } - - @UseGuards(AdminAuthGuard) - @ApiBearerAuth() - @Permissions(Permission.MANAGE_DELIVERY) - @Get('admin/delivery-methods/restaurant/:deliveryId') - @ApiOperation({ summary: 'Get a restaurant delivery method by delivery ID' }) - @ApiParam({ name: 'deliveryId', description: 'Delivery method ID' }) - findOne(@Param('deliveryId') deliveryId: string, @RestId() restId: string) { - return this.deliveryService.findOne(restId, deliveryId); - } - - @UseGuards(AdminAuthGuard) - @ApiBearerAuth() - @Permissions(Permission.MANAGE_DELIVERY) - @Patch('admin/delivery-methods/restaurant/:deliveryId') - @ApiOperation({ summary: 'Update a restaurant delivery method' }) - @ApiParam({ name: 'deliveryId', description: 'Delivery method ID' }) - @ApiBody({ type: UpdateDeliveryDto }) - update(@Param('deliveryId') deliveryId: string, @Body() updateDto: UpdateDeliveryDto, @RestId() restId: string) { - return this.deliveryService.update(restId, deliveryId, updateDto); - } - - @UseGuards(AdminAuthGuard) - @ApiBearerAuth() - @Permissions(Permission.MANAGE_DELIVERY) - @Delete('admin/delivery-methods/restaurant/:deliveryId') - @ApiOperation({ summary: 'Delete a restaurant delivery method' }) - @ApiParam({ name: 'deliveryId', description: 'Delivery method ID' }) - remove(@Param('deliveryId') deliveryId: string, @RestId() restId: string) { - return this.deliveryService.remove(restId, deliveryId); - } -} diff --git a/src/modules/delivery/delivery.module.ts b/src/modules/delivery/delivery.module.ts deleted file mode 100644 index bdf933a..0000000 --- a/src/modules/delivery/delivery.module.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { Module } from '@nestjs/common'; -import { MikroOrmModule } from '@mikro-orm/nestjs'; -import { JwtModule } from '@nestjs/jwt'; -import { DeliveryController } from './controllers/delivery.controller'; -import { DeliveryService } from './providers/delivery.service'; -import { RestaurantsModule } from '../restaurants/restaurants.module'; -import { Delivery } from './entities/delivery.entity'; -import { DeliveryRepository } from './repositories/delivery.repository'; - -@Module({ - controllers: [DeliveryController], - providers: [DeliveryService, DeliveryRepository], - exports: [DeliveryService, DeliveryRepository], - imports: [MikroOrmModule.forFeature([Delivery]), JwtModule, RestaurantsModule], -}) -export class DeliveryModule {} diff --git a/src/modules/delivery/dto/create-delivery.dto.ts b/src/modules/delivery/dto/create-delivery.dto.ts deleted file mode 100644 index cabdb1b..0000000 --- a/src/modules/delivery/dto/create-delivery.dto.ts +++ /dev/null @@ -1,60 +0,0 @@ -import { IsNumber, IsBoolean, IsOptional, IsString, Min, IsEnum } from 'class-validator'; -import { ApiProperty, ApiPropertyOptional } from '@nestjs/swagger'; -import { Type } from 'class-transformer'; -import { DeliveryFeeTypeEnum, DeliveryMethodEnum } from '../interface/delivery'; - -export class CreateDeliveryDto { - @ApiProperty({ example: 'dineIn', description: 'Delivery method name', enum: DeliveryMethodEnum }) - @IsEnum(DeliveryMethodEnum) - method!: DeliveryMethodEnum; - - @ApiProperty({ example: 5000, description: 'Delivery fee' }) - @IsNumber() - @Min(0) - @Type(() => Number) - deliveryFee!: number; - - @ApiProperty({ example: 100000, description: 'Minimum order price for free delivery' }) - @IsNumber() - @Min(0) - @Type(() => Number) - minOrderPrice!: number; - - @ApiPropertyOptional({ example: 'توضیحات روش ارسال', description: 'Delivery method description' }) - @IsOptional() - @IsString() - description?: string; - - @ApiPropertyOptional({ example: true, description: 'Is this delivery method enabled?' }) - @IsOptional() - @IsBoolean() - @Type(() => Boolean) - enabled?: boolean; - - @ApiPropertyOptional({ example: 0, description: 'Display order for sorting delivery methods' }) - @IsOptional() - @IsNumber() - @Type(() => Number) - order?: number; - - @ApiPropertyOptional({ example: 0, description: 'Kilometer number' }) - @IsOptional() - @IsNumber() - @Type(() => Number) - distanceBasedMinCost?: number; - - @ApiPropertyOptional({ example: 0, description: 'Delivery fee per kilometer' }) - @IsOptional() - @IsNumber() - @Type(() => Number) - perKilometerFee?: number; - - @ApiPropertyOptional({ - example: DeliveryFeeTypeEnum.FIXED, - description: 'Delivery fee type', - enum: DeliveryFeeTypeEnum, - }) - @IsOptional() - @IsEnum(DeliveryFeeTypeEnum) - deliveryFeeType!: DeliveryFeeTypeEnum; -} diff --git a/src/modules/delivery/dto/update-delivery.dto.ts b/src/modules/delivery/dto/update-delivery.dto.ts deleted file mode 100644 index 90c5b6a..0000000 --- a/src/modules/delivery/dto/update-delivery.dto.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { PartialType } from '@nestjs/swagger'; -import { CreateDeliveryDto } from './create-delivery.dto'; - -export class UpdateDeliveryDto extends PartialType(CreateDeliveryDto) {} diff --git a/src/modules/delivery/entities/delivery.entity.ts b/src/modules/delivery/entities/delivery.entity.ts deleted file mode 100644 index b1ae9da..0000000 --- a/src/modules/delivery/entities/delivery.entity.ts +++ /dev/null @@ -1,37 +0,0 @@ -import { Entity, Property, Enum, ManyToOne } from '@mikro-orm/core'; -import { BaseEntity } from '../../../common/entities/base.entity'; -import { Restaurant } from '../../restaurants/entities/restaurant.entity'; -import { DeliveryFeeTypeEnum, DeliveryMethodEnum } from '../interface/delivery'; - -@Entity({ tableName: 'deliveries' }) -export class Delivery extends BaseEntity { - @Enum(() => DeliveryMethodEnum) - method!: DeliveryMethodEnum; - - @ManyToOne(() => Restaurant) - restaurant!: Restaurant; - - @Property({ type: 'decimal', precision: 10, scale: 0, default: 0 }) - deliveryFee: number = 0; - - @Enum(() => DeliveryFeeTypeEnum) - deliveryFeeType: DeliveryFeeTypeEnum = DeliveryFeeTypeEnum.FIXED; - - @Property({ type: 'decimal', precision: 10, scale: 0, default: 0 }) - perKilometerFee: number | null = null; - - @Property({ type: 'decimal', precision: 10, scale: 0, default: 0 }) - distanceBasedMinCost: number | null = null; - - @Property({ type: 'decimal', precision: 10, scale: 0, default: 0 }) - minOrderPrice: number = 0; - - @Property({ nullable: true }) - description?: string; - - @Property({ default: true }) - enabled: boolean = true; - - @Property({ type: 'integer', default: 0 }) - order: number = 0; -} diff --git a/src/modules/delivery/interface/delivery.ts b/src/modules/delivery/interface/delivery.ts deleted file mode 100644 index c8b756d..0000000 --- a/src/modules/delivery/interface/delivery.ts +++ /dev/null @@ -1,11 +0,0 @@ -export enum DeliveryMethodEnum { - DineIn = 'dineIn', - CustomerPickup = 'customerPickup', - DeliveryCar = 'deliveryCar', - DeliveryCourier = 'deliveryCourier', -} - -export enum DeliveryFeeTypeEnum { - FIXED = 'fixed', - DISTANCE_BASED = 'distanceBased', -} diff --git a/src/modules/delivery/providers/delivery.service.ts b/src/modules/delivery/providers/delivery.service.ts deleted file mode 100644 index b9b266c..0000000 --- a/src/modules/delivery/providers/delivery.service.ts +++ /dev/null @@ -1,115 +0,0 @@ -import { Injectable, NotFoundException, ConflictException } from '@nestjs/common'; -import { EntityManager, RequiredEntityData } from '@mikro-orm/postgresql'; -import { Delivery } from '../entities/delivery.entity'; -import { DeliveryRepository } from '../repositories/delivery.repository'; -import { CreateDeliveryDto } from '../dto/create-delivery.dto'; -import { UpdateDeliveryDto } from '../dto/update-delivery.dto'; -import { RestRepository } from '../../restaurants/repositories/rest.repository'; -import { DeliveryMethodEnum } from '../interface/delivery'; -import { DeliveryMessage } from 'src/common/enums/message.enum'; - -@Injectable() -export class DeliveryService { - constructor( - private readonly deliveryRepository: DeliveryRepository, - private readonly restRepository: RestRepository, - private readonly em: EntityManager, - ) {} - - async create(restId: string, createDto: CreateDeliveryDto): Promise { - const restaurant = await this.restRepository.findOne({ id: restId }); - if (!restaurant) { - throw new NotFoundException(DeliveryMessage.RESTAURANT_NOT_FOUND); - } - - // Check if the delivery method with the same name already exists for this restaurant - const existing = await this.deliveryRepository.findOne({ - restaurant: { id: restId }, - method: createDto.method, - }); - - if (existing) { - throw new ConflictException('این روش ارسال قبلاً برای این رستوران ثبت شده است.'); - } - - const data: RequiredEntityData = { - restaurant, - method: createDto.method, - deliveryFee: createDto.deliveryFee, - minOrderPrice: createDto.minOrderPrice, - description: createDto.description, - enabled: createDto.enabled ?? true, - order: createDto.order ?? 0, - deliveryFeeType: createDto.deliveryFeeType, - perKilometerFee: createDto.perKilometerFee ?? null, - distanceBasedMinCost: createDto.distanceBasedMinCost ?? null, - }; - - const delivery = this.deliveryRepository.create(data); - await this.em.persistAndFlush(delivery); - return delivery; - } - - async findAllForRestaurantId(restId: string): Promise { - return this.deliveryRepository.find({ restaurant: { id: restId } }, { orderBy: { order: 'asc' } }); - } - - async findOne(restId: string, deliveryId: string): Promise { - const delivery = await this.deliveryRepository.findOne({ - id: deliveryId, - restaurant: { id: restId }, - }); - - if (!delivery) { - throw new NotFoundException(DeliveryMessage.DELIVERY_METHOD_NOT_FOUND); - } - - return delivery; - } - - async update(restId: string, deliveryId: string, updateDto: UpdateDeliveryDto): Promise { - const delivery = await this.deliveryRepository.findOne({ - restaurant: { id: restId }, - id: deliveryId, - }); - - if (!delivery) { - throw new NotFoundException(DeliveryMessage.DELIVERY_METHOD_NOT_FOUND); - } - - // If method is being updated, check for conflicts - if (updateDto.method !== undefined && updateDto.method !== delivery.method) { - const existing = await this.deliveryRepository.findOne({ - restaurant: { id: restId }, - method: updateDto.method, - id: { $ne: deliveryId }, - }); - - if (existing) { - throw new ConflictException('این روش ارسال قبلاً برای این رستوران ثبت شده است.'); - } - } - - this.em.assign(delivery, updateDto); - await this.em.persistAndFlush(delivery); - - return delivery; - } - - async remove(restId: string, deliveryId: string): Promise { - const delivery = await this.deliveryRepository.findOne({ - restaurant: { id: restId }, - id: deliveryId, - }); - - if (!delivery) { - throw new NotFoundException(DeliveryMessage.DELIVERY_METHOD_NOT_FOUND); - } - - await this.em.removeAndFlush(delivery); - } - - findAll(): DeliveryMethodEnum[] { - return Object.values(DeliveryMethodEnum); - } -} diff --git a/src/modules/delivery/repositories/delivery.repository.ts b/src/modules/delivery/repositories/delivery.repository.ts deleted file mode 100644 index 84f205e..0000000 --- a/src/modules/delivery/repositories/delivery.repository.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { Injectable } from '@nestjs/common'; -import { EntityManager, EntityRepository } from '@mikro-orm/postgresql'; -import { Delivery } from '../entities/delivery.entity'; - -@Injectable() -export class DeliveryRepository extends EntityRepository { - constructor(readonly em: EntityManager) { - super(em, Delivery); - } -} diff --git a/src/modules/foods/controllers/food.controller.ts b/src/modules/foods/controllers/food.controller.ts deleted file mode 100644 index 2cd3662..0000000 --- a/src/modules/foods/controllers/food.controller.ts +++ /dev/null @@ -1,126 +0,0 @@ -import { Controller, Get, Post, Body, Patch, Param, Delete, Query, UseGuards } from '@nestjs/common'; -import { FoodService } from '../providers/food.service'; -import { CreateFoodDto } from '../dto/create-food.dto'; -import { UpdateFoodDto } from '../dto/update-food.dto'; -import { FindFoodsDto } from '../dto/find-foods.dto'; -import { - ApiTags, - ApiOperation, - ApiCreatedResponse, - ApiOkResponse, - ApiNotFoundResponse, - ApiQuery, - ApiBody, - ApiParam, - ApiBearerAuth, - ApiHeader, -} from '@nestjs/swagger'; -import { AdminAuthGuard } from 'src/modules/auth/guards/adminAuth.guard'; -import { RestId, UserId } from 'src/common/decorators'; -import { AuthGuard } from 'src/modules/auth/guards/auth.guard'; -import { OptionalAuthGuard } from 'src/modules/auth/guards/optinalAuth.guard'; -import { API_HEADER_SLUG } from 'src/common/constants'; -import { Permission } from 'src/common/enums/permission.enum'; -import { Permissions } from 'src/common/decorators/permissions.decorator'; - -@ApiTags('foods') -@Controller() -export class FoodController { - constructor(private readonly foodsService: FoodService) { } - - @Get('public/foods/restaurant/:slug') - @ApiOperation({ summary: 'Get all foods by restaurant slug' }) - @ApiHeader(API_HEADER_SLUG) - @ApiParam({ name: 'slug', required: true, description: 'Restaurant Slug' }) - findAllByRestaurant(@Param('slug') slug: string) { - return this.foodsService.findByWeekDateAndMealType(slug); - } - - @Get('public/foods/:foodId') - @UseGuards(OptionalAuthGuard) - @ApiHeader(API_HEADER_SLUG) - @ApiBearerAuth() - @ApiOperation({ summary: 'Get a food by id' }) - @ApiParam({ name: 'foodId', required: true }) - findPublicFoodById(@Param('foodId') foodId: string, @UserId() userId?: string): Promise { - const a = this.foodsService.findPublicById(foodId, userId); - return a; - } - - @Post('public/foods/favorite/:foodId') - @UseGuards(AuthGuard) - @ApiHeader(API_HEADER_SLUG) - @ApiBearerAuth() - @ApiOperation({ summary: 'toggle a food as favorite' }) - @ApiParam({ name: 'foodId', required: true }) - setAsFavorute(@Param('foodId') foodId: string, @UserId() userId: string) { - return this.foodsService.toggleFavorite(userId, foodId); - } - - @Get('public/foods/favorite') - @UseGuards(AuthGuard) - @ApiHeader(API_HEADER_SLUG) - @ApiBearerAuth() - @ApiOperation({ summary: 'get my favorites' }) - getMyFavorites(@UserId() userId: string, @RestId() restId: string) { - return this.foodsService.getMyFavorites(userId, restId); - } - - /* ---------------------------------- Admin ---------------------------------- */ - @UseGuards(AdminAuthGuard) - @ApiBearerAuth() - @Permissions(Permission.MANAGE_FOODS) - @Post('admin/foods') - @ApiOperation({ summary: 'Create a new food' }) - @ApiBody({ type: CreateFoodDto }) - create(@Body() createFoodDto: CreateFoodDto, @RestId() restId: string) { - return this.foodsService.create(restId, createFoodDto); - } - - @UseGuards(AdminAuthGuard) - @ApiBearerAuth() - @Permissions(Permission.MANAGE_FOODS) - @Get('admin/foods') - @ApiOperation({ summary: 'Get a paginated list of foods' }) - @ApiQuery({ name: 'page', required: false, type: Number }) - @ApiQuery({ name: 'limit', required: false, type: Number }) - @ApiQuery({ name: 'search', required: false, type: String }) - @ApiQuery({ name: 'orderBy', required: false, type: String }) - @ApiQuery({ name: 'order', required: false, enum: ['asc', 'desc'] }) - @ApiQuery({ name: 'categoryId', required: false, type: String }) - @ApiQuery({ name: 'isActive', required: false, type: Boolean }) - async findAll(@Query() dto: FindFoodsDto, @RestId() restId: string) { - const result = await this.foodsService.findAll(restId, dto); - return result; - } - - @UseGuards(AdminAuthGuard) - @ApiBearerAuth() - @Permissions(Permission.MANAGE_FOODS) - @Get('admin/foods/:id') - @ApiOperation({ summary: 'Get a food by id' }) - @ApiParam({ name: 'id', required: true }) - findById(@Param('id') id: string, @RestId() restId: string) { - return this.foodsService.findAdminById(restId, id); - } - - @UseGuards(AdminAuthGuard) - @ApiBearerAuth() - @Permissions(Permission.MANAGE_FOODS) - @Patch('admin/foods/:id') - @ApiOperation({ summary: 'Update a food' }) - @ApiParam({ name: 'id', required: true }) - @ApiBody({ type: UpdateFoodDto }) - update(@Param('id') id: string, @Body() updateFoodDto: UpdateFoodDto, @RestId() restId: string) { - return this.foodsService.update(restId, id, updateFoodDto); - } - @UseGuards(AdminAuthGuard) - @ApiBearerAuth() - @Permissions(Permission.MANAGE_FOODS) - @Delete('admin/foods/:id') - @ApiOperation({ summary: 'Delete (soft) a food' }) - @ApiParam({ name: 'id', required: true }) - remove(@Param('id') id: string, @RestId() restId: string) { - return this.foodsService.remove(restId, id); - } -} diff --git a/src/modules/foods/dto/update-food.dto.ts b/src/modules/foods/dto/update-food.dto.ts deleted file mode 100644 index f0cdb15..0000000 --- a/src/modules/foods/dto/update-food.dto.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { PartialType } from '@nestjs/swagger'; -import { CreateFoodDto } from './create-food.dto'; - -export class UpdateFoodDto extends PartialType(CreateFoodDto) {} diff --git a/src/modules/notifications/constants/queue.ts b/src/modules/notification/constants/queue.ts similarity index 100% rename from src/modules/notifications/constants/queue.ts rename to src/modules/notification/constants/queue.ts diff --git a/src/modules/notifications/controllers/notifications.controller.ts b/src/modules/notification/controllers/notifications.controller.ts similarity index 100% rename from src/modules/notifications/controllers/notifications.controller.ts rename to src/modules/notification/controllers/notifications.controller.ts diff --git a/src/modules/notifications/crone/notification.crone.ts b/src/modules/notification/crone/notification.crone.ts similarity index 100% rename from src/modules/notifications/crone/notification.crone.ts rename to src/modules/notification/crone/notification.crone.ts diff --git a/src/modules/notifications/decorators/ws-rest-id.decorator.ts b/src/modules/notification/decorators/ws-rest-id.decorator.ts similarity index 100% rename from src/modules/notifications/decorators/ws-rest-id.decorator.ts rename to src/modules/notification/decorators/ws-rest-id.decorator.ts diff --git a/src/modules/notifications/dto/create-notification.dto.ts b/src/modules/notification/dto/create-notification.dto.ts similarity index 100% rename from src/modules/notifications/dto/create-notification.dto.ts rename to src/modules/notification/dto/create-notification.dto.ts diff --git a/src/modules/notifications/dto/create-preference.dto.ts b/src/modules/notification/dto/create-preference.dto.ts similarity index 100% rename from src/modules/notifications/dto/create-preference.dto.ts rename to src/modules/notification/dto/create-preference.dto.ts diff --git a/src/modules/notifications/dto/send-notification.dto.ts b/src/modules/notification/dto/send-notification.dto.ts similarity index 100% rename from src/modules/notifications/dto/send-notification.dto.ts rename to src/modules/notification/dto/send-notification.dto.ts diff --git a/src/modules/notifications/dto/update-preference.dto.ts b/src/modules/notification/dto/update-preference.dto.ts similarity index 100% rename from src/modules/notifications/dto/update-preference.dto.ts rename to src/modules/notification/dto/update-preference.dto.ts diff --git a/src/modules/notifications/entities/notification-preference.entity.ts b/src/modules/notification/entities/notification-preference.entity.ts similarity index 100% rename from src/modules/notifications/entities/notification-preference.entity.ts rename to src/modules/notification/entities/notification-preference.entity.ts diff --git a/src/modules/notifications/entities/notification.entity.ts b/src/modules/notification/entities/notification.entity.ts similarity index 93% rename from src/modules/notifications/entities/notification.entity.ts rename to src/modules/notification/entities/notification.entity.ts index 0f2d544..c46d440 100644 --- a/src/modules/notifications/entities/notification.entity.ts +++ b/src/modules/notification/entities/notification.entity.ts @@ -1,7 +1,7 @@ import { Entity, Property, ManyToOne, Enum } from '@mikro-orm/core'; import { BaseEntity } from '../../../common/entities/base.entity'; import { Restaurant } from '../../restaurants/entities/restaurant.entity'; -import { User } from '../../users/entities/user.entity'; +import { User } from '../../user/entities/user.entity'; import { NotifTitleEnum } from '../interfaces/notification.interface'; import { Admin } from 'src/modules/admin/entities/admin.entity'; diff --git a/src/modules/notifications/entities/smsLogs.entity.ts b/src/modules/notification/entities/smsLogs.entity.ts similarity index 100% rename from src/modules/notifications/entities/smsLogs.entity.ts rename to src/modules/notification/entities/smsLogs.entity.ts diff --git a/src/modules/notifications/events/sms.events.ts b/src/modules/notification/events/sms.events.ts similarity index 100% rename from src/modules/notifications/events/sms.events.ts rename to src/modules/notification/events/sms.events.ts diff --git a/src/modules/notifications/guards/ws-admin-auth.guard.ts b/src/modules/notification/guards/ws-admin-auth.guard.ts similarity index 100% rename from src/modules/notifications/guards/ws-admin-auth.guard.ts rename to src/modules/notification/guards/ws-admin-auth.guard.ts diff --git a/src/modules/notifications/interfaces/jobs-queue.interface.ts b/src/modules/notification/interfaces/jobs-queue.interface.ts similarity index 100% rename from src/modules/notifications/interfaces/jobs-queue.interface.ts rename to src/modules/notification/interfaces/jobs-queue.interface.ts diff --git a/src/modules/notifications/interfaces/notification.interface.ts b/src/modules/notification/interfaces/notification.interface.ts similarity index 100% rename from src/modules/notifications/interfaces/notification.interface.ts rename to src/modules/notification/interfaces/notification.interface.ts diff --git a/src/modules/notifications/interfaces/sms.ts b/src/modules/notification/interfaces/sms.ts similarity index 100% rename from src/modules/notifications/interfaces/sms.ts rename to src/modules/notification/interfaces/sms.ts diff --git a/src/modules/notifications/listeners/sms.listeners.ts b/src/modules/notification/listeners/sms.listeners.ts similarity index 100% rename from src/modules/notifications/listeners/sms.listeners.ts rename to src/modules/notification/listeners/sms.listeners.ts diff --git a/src/modules/notifications/notifications.gateway.ts b/src/modules/notification/notifications.gateway.ts similarity index 100% rename from src/modules/notifications/notifications.gateway.ts rename to src/modules/notification/notifications.gateway.ts diff --git a/src/modules/notifications/notifications.module.ts b/src/modules/notification/notifications.module.ts similarity index 95% rename from src/modules/notifications/notifications.module.ts rename to src/modules/notification/notifications.module.ts index c99a1ae..b6dd178 100644 --- a/src/modules/notifications/notifications.module.ts +++ b/src/modules/notification/notifications.module.ts @@ -11,17 +11,17 @@ import { PushNotificationService } from './services/push-notification.service'; import { SmsProcessor } from './processors/sms.processor'; import { PushProcessor } from './processors/push.processor'; import { NotificationsController } from './controllers/notifications.controller'; -import { User } from '../users/entities/user.entity'; +import { User } from '../user/entities/user.entity'; import { Restaurant } from '../restaurants/entities/restaurant.entity'; import { AuthModule } from '../auth/auth.module'; import { ConfigService } from '@nestjs/config'; import { NotificationQueueNameEnum } from './constants/queue'; -import { UtilsModule } from '../utils/utils.module'; +import { UtilsModule } from '../util/utils.module'; import { NotificationsGateway } from './notifications.gateway'; import { WsAdminAuthGuard } from './guards/ws-admin-auth.guard'; import { InAppProcessor } from './processors/in-app.processor'; import { AdminModule } from '../admin/admin.module'; -import { UserModule } from '../users/user.module'; +import { UserModule } from '../user/user.module'; import { NotificationCrone } from './crone/notification.crone'; import { SmsService } from './services/sms.service'; import { SmsLog } from './entities/smsLogs.entity'; diff --git a/src/modules/notifications/processors/in-app.processor.ts b/src/modules/notification/processors/in-app.processor.ts similarity index 100% rename from src/modules/notifications/processors/in-app.processor.ts rename to src/modules/notification/processors/in-app.processor.ts diff --git a/src/modules/notifications/processors/push.processor.ts b/src/modules/notification/processors/push.processor.ts similarity index 100% rename from src/modules/notifications/processors/push.processor.ts rename to src/modules/notification/processors/push.processor.ts diff --git a/src/modules/notifications/processors/sms.processor.ts b/src/modules/notification/processors/sms.processor.ts similarity index 97% rename from src/modules/notifications/processors/sms.processor.ts rename to src/modules/notification/processors/sms.processor.ts index 0846e2b..2f85959 100644 --- a/src/modules/notifications/processors/sms.processor.ts +++ b/src/modules/notification/processors/sms.processor.ts @@ -1,7 +1,7 @@ import { Processor, WorkerHost, OnWorkerEvent } from '@nestjs/bullmq'; import { Logger } from '@nestjs/common'; import { Job } from 'bullmq'; -import { UserRepository } from 'src/modules/users/repositories/user.repository'; +import { UserRepository } from 'src/modules/user/repositories/user.repository'; import { SmsNotificationQueueJob } from '../interfaces/jobs-queue.interface'; import { AdminRepository } from 'src/modules/admin/repositories/admin.repository'; import { NotificationQueueNameEnum } from '../constants/queue'; @@ -59,7 +59,7 @@ export class SmsProcessor extends WorkerHost { this.logger.log(`SMS notification sent successfully to ${phone}`); this.eventEmitter.emit(SmsSentEvent.name, new SmsSentEvent(phone, restaurantId)); - + return { success: true, }; diff --git a/src/modules/notifications/repositories/sms-log.repository.ts b/src/modules/notification/repositories/sms-log.repository.ts similarity index 100% rename from src/modules/notifications/repositories/sms-log.repository.ts rename to src/modules/notification/repositories/sms-log.repository.ts diff --git a/src/modules/notifications/services/notification-preference.service.ts b/src/modules/notification/services/notification-preference.service.ts similarity index 100% rename from src/modules/notifications/services/notification-preference.service.ts rename to src/modules/notification/services/notification-preference.service.ts diff --git a/src/modules/notifications/services/notification-queue.service.ts b/src/modules/notification/services/notification-queue.service.ts similarity index 100% rename from src/modules/notifications/services/notification-queue.service.ts rename to src/modules/notification/services/notification-queue.service.ts diff --git a/src/modules/notifications/services/notification.service.ts b/src/modules/notification/services/notification.service.ts similarity index 100% rename from src/modules/notifications/services/notification.service.ts rename to src/modules/notification/services/notification.service.ts diff --git a/src/modules/notifications/services/push-notification.service.ts b/src/modules/notification/services/push-notification.service.ts similarity index 100% rename from src/modules/notifications/services/push-notification.service.ts rename to src/modules/notification/services/push-notification.service.ts diff --git a/src/modules/notifications/services/sms.service.ts b/src/modules/notification/services/sms.service.ts similarity index 100% rename from src/modules/notifications/services/sms.service.ts rename to src/modules/notification/services/sms.service.ts diff --git a/src/modules/orders/controllers/orders.controller.ts b/src/modules/order/controllers/orders.controller.ts similarity index 94% rename from src/modules/orders/controllers/orders.controller.ts rename to src/modules/order/controllers/orders.controller.ts index 93515f5..3fb2f72 100644 --- a/src/modules/orders/controllers/orders.controller.ts +++ b/src/modules/order/controllers/orders.controller.ts @@ -111,10 +111,10 @@ export class OrdersController { @UseGuards(AdminAuthGuard) @Permissions(Permission.VIEW_REPORTS) - @ApiOperation({ summary: 'Get food sales pie chart data for last month' }) + @ApiOperation({ summary: 'Get product sales pie chart data for last month' }) @ApiHeader(API_HEADER_SLUG) - @Get('admin/orders/food-sales-pie-chart') - getFoodSalesPieChart(@RestId() restId: string) { - return this.ordersService.getFoodSalesPieChart(restId); + @Get('admin/orders/product-sales-pie-chart') + getproductSalesPieChart(@RestId() restId: string) { + return this.ordersService.getproductSalesPieChart(restId); } } diff --git a/src/modules/orders/crone/order.crone.ts b/src/modules/order/crone/order.crone.ts similarity index 95% rename from src/modules/orders/crone/order.crone.ts rename to src/modules/order/crone/order.crone.ts index b183cc9..9733396 100644 --- a/src/modules/orders/crone/order.crone.ts +++ b/src/modules/order/crone/order.crone.ts @@ -2,8 +2,8 @@ import { Injectable, Logger } from '@nestjs/common'; import { Cron } from '@nestjs/schedule'; import { EntityManager } from '@mikro-orm/postgresql'; import { EventEmitter2 } from '@nestjs/event-emitter'; -import { Payment } from '../../payments/entities/payment.entity'; -import { PaymentMethodEnum, PaymentStatusEnum } from '../../payments/interface/payment'; +import { Payment } from '../../payment/entities/payment.entity'; +import { PaymentMethodEnum, PaymentStatusEnum } from '../../payment/interface/payment'; import { InventoryService } from '../../inventory/inventory.service'; import { OrderStatus } from '../interface/order.interface'; import { Order } from '../entities/order.entity'; @@ -37,7 +37,7 @@ export class OrdersCrone { status: PaymentStatusEnum.Pending, createdAt: { $lte: cutoff }, }, - { populate: ['order', 'order.items', 'order.items.food'] }, + { populate: ['order', 'order.items', 'order.items.product'] }, ); if (!payments || payments.length === 0) { @@ -53,7 +53,7 @@ export class OrdersCrone { const payment = await em.findOne( Payment, { id: p.id }, - { populate: ['order', 'order.items', 'order.items.food'] }, + { populate: ['order', 'order.items', 'order.items.product'] }, ); if (!payment) return; if (payment.status !== PaymentStatusEnum.Pending) return; @@ -67,7 +67,7 @@ export class OrdersCrone { // prepare restore payload const items = (payment.order as any).items || []; const restorePayload = { - items: items.map((it: any) => ({ foodId: it.food.id, quantity: it.quantity })), + items: items.map((it: any) => ({ productId: it.product.id, quantity: it.quantity })), }; if (restorePayload.items.length > 0) { diff --git a/src/modules/orders/dto/find-orders.dto.ts b/src/modules/order/dto/find-orders.dto.ts similarity index 96% rename from src/modules/orders/dto/find-orders.dto.ts rename to src/modules/order/dto/find-orders.dto.ts index 1ab7404..5f64874 100644 --- a/src/modules/orders/dto/find-orders.dto.ts +++ b/src/modules/order/dto/find-orders.dto.ts @@ -11,7 +11,7 @@ import { import { Type, Transform } from 'class-transformer'; import { ApiPropertyOptional } from '@nestjs/swagger'; import { OrderStatus } from '../interface/order.interface'; -import { PaymentStatusEnum } from '../../payments/interface/payment'; +import { PaymentStatusEnum } from '../../payment/interface/payment'; const sortOrderOptions = ['asc', 'desc'] as const; type SortOrder = (typeof sortOrderOptions)[number]; diff --git a/src/modules/orders/dto/update-order-status.dto.ts b/src/modules/order/dto/update-order-status.dto.ts similarity index 100% rename from src/modules/orders/dto/update-order-status.dto.ts rename to src/modules/order/dto/update-order-status.dto.ts diff --git a/src/modules/orders/dto/update-order.dto.ts b/src/modules/order/dto/update-order.dto.ts similarity index 100% rename from src/modules/orders/dto/update-order.dto.ts rename to src/modules/order/dto/update-order.dto.ts diff --git a/src/modules/orders/entities/order-item.entity.ts b/src/modules/order/entities/order-item.entity.ts similarity index 81% rename from src/modules/orders/entities/order-item.entity.ts rename to src/modules/order/entities/order-item.entity.ts index 8c996ab..11a9b56 100644 --- a/src/modules/orders/entities/order-item.entity.ts +++ b/src/modules/order/entities/order-item.entity.ts @@ -1,17 +1,17 @@ import { Entity, Index, ManyToOne, Property } from '@mikro-orm/core'; import { BaseEntity } from '../../../common/entities/base.entity'; import { Order } from './order.entity'; -import { Food } from '../../foods/entities/food.entity'; +import { product } from '../../products/entities/product.entity'; @Entity({ tableName: 'order_items' }) @Index({ properties: ['order'] }) -@Index({ properties: ['food'] }) +@Index({ properties: ['product'] }) export class OrderItem extends BaseEntity { @ManyToOne(() => Order) order!: Order; - @ManyToOne(() => Food) - food!: Food; + @ManyToOne(() => product) + product!: product; @Property({ type: 'int' }) quantity!: number; diff --git a/src/modules/orders/entities/order.entity.ts b/src/modules/order/entities/order.entity.ts similarity index 94% rename from src/modules/orders/entities/order.entity.ts rename to src/modules/order/entities/order.entity.ts index 592627b..277a87d 100644 --- a/src/modules/orders/entities/order.entity.ts +++ b/src/modules/order/entities/order.entity.ts @@ -13,13 +13,13 @@ import { } from '@mikro-orm/core'; import { BaseEntity } from '../../../common/entities/base.entity'; import { OrderCouponDetail, OrderStatus } from '../interface/order.interface'; -import { User } from '../../users/entities/user.entity'; +import { User } from '../../user/entities/user.entity'; import { Restaurant } from '../../restaurants/entities/restaurant.entity'; -import { PaymentMethod } from '../../payments/entities/payment-method.entity'; +import { PaymentMethod } from '../../payment/entities/payment-method.entity'; import { OrderItem } from './order-item.entity'; import { Delivery } from '../../delivery/entities/delivery.entity'; import { OrderUserAddress, OrderCarAddress } from '../interface/order.interface'; -import { Payment } from 'src/modules/payments/entities/payment.entity'; +import { Payment } from 'src/modules/payment/entities/payment.entity'; @Entity({ tableName: 'orders' }) @Unique({ properties: ['restaurant', 'orderNumber'] }) diff --git a/src/modules/orders/events/order.events.ts b/src/modules/order/events/order.events.ts similarity index 100% rename from src/modules/orders/events/order.events.ts rename to src/modules/order/events/order.events.ts diff --git a/src/modules/orders/interface/order.interface.ts b/src/modules/order/interface/order.interface.ts similarity index 100% rename from src/modules/orders/interface/order.interface.ts rename to src/modules/order/interface/order.interface.ts diff --git a/src/modules/orders/listeners/order.listeners.ts b/src/modules/order/listeners/order.listeners.ts similarity index 95% rename from src/modules/orders/listeners/order.listeners.ts rename to src/modules/order/listeners/order.listeners.ts index 4495d74..1e9651e 100644 --- a/src/modules/orders/listeners/order.listeners.ts +++ b/src/modules/order/listeners/order.listeners.ts @@ -3,14 +3,14 @@ import { OnEvent } from '@nestjs/event-emitter'; import { AdminRepository } from 'src/modules/admin/repositories/admin.repository'; import { OrderCreatedEvent, OrderStatusChangedEvent } from '../events/order.events'; import { Permission } from 'src/common/enums/permission.enum'; -import { NotifTitleEnum } from 'src/modules/notifications/interfaces/notification.interface'; -import { NotificationService } from 'src/modules/notifications/services/notification.service'; +import { NotifTitleEnum } from 'src/modules/notification/interfaces/notification.interface'; +import { NotificationService } from 'src/modules/notification/services/notification.service'; import { ConfigService } from '@nestjs/config'; import { OrderRepository } from '../repositories/order.repository'; import { OrderStatus } from '../interface/order.interface'; -import { PaymentMethodEnum } from 'src/modules/payments/interface/payment'; -import { UserService } from 'src/modules/users/providers/user.service'; -import { WalletTransactionReason, WalletTransactionType } from 'src/modules/users/interface/wallet'; +import { PaymentMethodEnum } from 'src/modules/payment/interface/payment'; +import { UserService } from 'src/modules/user/providers/user.service'; +import { WalletTransactionReason, WalletTransactionType } from 'src/modules/user/interface/wallet'; @Injectable() export class OrderListeners { diff --git a/src/modules/orders/orders.module.ts b/src/modules/order/orders.module.ts similarity index 71% rename from src/modules/orders/orders.module.ts rename to src/modules/order/orders.module.ts index 6208faf..cf34419 100644 --- a/src/modules/orders/orders.module.ts +++ b/src/modules/order/orders.module.ts @@ -4,27 +4,27 @@ import { OrdersService } from './providers/orders.service'; import { OrdersController } from './controllers/orders.controller'; import { Order } from './entities/order.entity'; import { OrderItem } from './entities/order-item.entity'; -import { User } from '../users/entities/user.entity'; +import { User } from '../user/entities/user.entity'; import { Restaurant } from '../restaurants/entities/restaurant.entity'; -import { Food } from '../foods/entities/food.entity'; -import { UserAddress } from '../users/entities/user-address.entity'; -import { PaymentMethod } from '../payments/entities/payment-method.entity'; +import { product } from '../products/entities/product.entity'; +import { UserAddress } from '../user/entities/user-address.entity'; +import { PaymentMethod } from '../payment/entities/payment-method.entity'; import { CartModule } from '../cart/cart.module'; -import { UtilsModule } from '../utils/utils.module'; +import { UtilsModule } from '../util/utils.module'; import { AuthModule } from '../auth/auth.module'; -import { PaymentsModule } from '../payments/payments.module'; +import { PaymentsModule } from '../payment/payments.module'; import { JwtModule } from '@nestjs/jwt'; import { OrderRepository } from './repositories/order.repository'; import { OrderListeners } from './listeners/order.listeners'; import { OrdersCrone } from './crone/order.crone'; import { AdminModule } from '../admin/admin.module'; -import { NotificationsModule } from '../notifications/notifications.module'; +import { NotificationsModule } from '../notification/notifications.module'; import { InventoryModule } from '../inventory/inventory.module'; -import { UserModule } from '../users/user.module'; - +import { UserModule } from '../user/user.module'; + @Module({ imports: [ - MikroOrmModule.forFeature([Order, OrderItem, User, Restaurant, Food, UserAddress, PaymentMethod]), + MikroOrmModule.forFeature([Order, OrderItem, User, Restaurant, product, UserAddress, PaymentMethod]), CartModule, UtilsModule, AuthModule, diff --git a/src/modules/orders/providers/orders.service.ts b/src/modules/order/providers/orders.service.ts similarity index 89% rename from src/modules/orders/providers/orders.service.ts rename to src/modules/order/providers/orders.service.ts index 62b4489..7d4d2c6 100644 --- a/src/modules/orders/providers/orders.service.ts +++ b/src/modules/order/providers/orders.service.ts @@ -2,28 +2,28 @@ import { Injectable, NotFoundException, BadRequestException, Logger } from '@nes import { EntityManager } from '@mikro-orm/postgresql'; import { Order } from '../entities/order.entity'; import { OrderItem } from '../entities/order-item.entity'; -import { User } from '../../users/entities/user.entity'; +import { User } from '../../user/entities/user.entity'; import { Restaurant } from '../../restaurants/entities/restaurant.entity'; -import { Food } from '../../foods/entities/food.entity'; +import { product } from '../../products/entities/product.entity'; import { CartService } from '../../cart/providers/cart.service'; import { OrderStatus, OrderUserAddress, OrderCarAddress } from '../interface/order.interface'; -import { PaymentMethodEnum, PaymentStatusEnum } from '../../payments/interface/payment'; +import { PaymentMethodEnum, PaymentStatusEnum } from '../../payment/interface/payment'; import { Cart } from '../../cart/interfaces/cart.interface'; -import { PaymentMethod } from '../../payments/entities/payment-method.entity'; -import { PaymentsService } from '../../payments/services/payments.service'; +import { PaymentMethod } from '../../payment/entities/payment-method.entity'; +import { PaymentsService } from '../../payment/services/payments.service'; import { DeliveryMethodEnum } from '../../delivery/interface/delivery'; import { Delivery } from '../../delivery/entities/delivery.entity'; import { OrderRepository } from '../repositories/order.repository'; import { FindOrdersDto } from '../dto/find-orders.dto'; import { PaginatedResult } from 'src/common/interfaces/pagination.interface'; -import { Payment } from 'src/modules/payments/entities/payment.entity'; +import { Payment } from 'src/modules/payment/entities/payment.entity'; import { InventoryService } from 'src/modules/inventory/inventory.service'; -import { BulkReserveFoodDto } from 'src/modules/inventory/dto/bulk-reserve-food.dto'; +import { BulkReserveproductDto } from 'src/modules/inventory/dto/bulk-reserve-product.dto'; import { StatusTransitionRef } from '../interface/order.interface'; import { EventEmitter2 } from '@nestjs/event-emitter'; import { OrderCreatedEvent, OrderStatusChangedEvent } from '../events/order.events'; import { OrderMessage } from 'src/common/enums/message.enum'; -type OrderItemData = { food: Food; quantity: number; unitPrice: number; discount: number }; +type OrderItemData = { product: product; quantity: number; unitPrice: number; discount: number }; type ValidatedCartForOrder = { user: User; @@ -89,15 +89,15 @@ export class OrdersService { em.persist(order); for (const itemData of validated.orderItemsData) { - const { food, quantity, unitPrice, discount } = itemData; + const { product, quantity, unitPrice, discount } = itemData; - this.assertFoodHasSufficientStock(food, quantity); + this.assertproductHasSufficientStock(product, quantity); const totalPrice = (unitPrice - discount) * quantity; const orderItem = em.create(OrderItem, { order, - food, + product, quantity, unitPrice, discount, @@ -117,13 +117,13 @@ export class OrdersService { em.persist(payment); // reserve stock based on payment method. - const bulkReserveFoodDto: BulkReserveFoodDto = { + const bulkReserveproductDto: BulkReserveproductDto = { items: validated.orderItemsData.map(item => ({ - foodId: item.food.id, + productId: item.product.id, quantity: item.quantity, })), }; - await this.inventoryService.deductFromInventory(em, bulkReserveFoodDto); + await this.inventoryService.deductFromInventory(em, bulkReserveproductDto); await em.flush(); this.logger.debug(`Order ${order.id} created for user ${userId} (restaurant ${restaurantId})`); return order; @@ -220,7 +220,7 @@ export class OrdersService { 'paymentMethod', 'payments', 'items', - 'items.food', + 'items.product', ], }, ); @@ -426,30 +426,30 @@ export class OrdersService { const orderItemsData: OrderItemData[] = []; for (const cartItem of cart.items) { - const food = await this.em.findOne(Food, { id: cartItem.foodId }, { populate: ['restaurant', 'inventory'] }); - if (!food) throw new NotFoundException(OrderMessage.FOOD_NOT_FOUND); + const product = await this.em.findOne(product, { id: cartItem.productId }, { populate: ['restaurant', 'inventory'] }); + if (!product) throw new NotFoundException(OrderMessage.product_NOT_FOUND); - if (food.restaurant.id !== restaurantId) { - throw new BadRequestException(OrderMessage.FOOD_NOT_BELONGS_TO_RESTAURANT); + if (product.restaurant.id !== restaurantId) { + throw new BadRequestException(OrderMessage.product_NOT_BELONGS_TO_RESTAURANT); } - this.assertFoodHasSufficientStock(food, cartItem.quantity); + this.assertproductHasSufficientStock(product, cartItem.quantity); orderItemsData.push({ - food, + product, quantity: cartItem.quantity, - unitPrice: food.price || 0, - discount: food.discount || 0, + unitPrice: product.price || 0, + discount: product.discount || 0, }); } return orderItemsData; } - private assertFoodHasSufficientStock(food: Food, quantity: number) { - const availableStock = food.inventory?.availableStock ?? 0; + private assertproductHasSufficientStock(product: product, quantity: number) { + const availableStock = product.inventory?.availableStock ?? 0; if (availableStock < quantity) { - throw new BadRequestException(OrderMessage.FOOD_NOT_FOUND); + throw new BadRequestException(OrderMessage.product_NOT_FOUND); } } @@ -471,8 +471,8 @@ export class OrdersService { }, }); - // 2. Active foods count - const activeFoods = await em.count(Food, { + // 2. Active products count + const activeproducts = await em.count(product, { restaurant: { id: restId }, isActive: true, }); @@ -502,14 +502,14 @@ export class OrdersService { return { totalOrders, - activeFoods, + activeproducts, totalClients, totalRevenue, }; }); } - async getFoodSalesPieChart(restId: string) { + async getproductSalesPieChart(restId: string) { return this.em.transactional(async em => { // Use last 30 days instead of just last month to be more inclusive const now = new Date(); @@ -525,7 +525,7 @@ export class OrdersService { const lastDayOfLastMonth = new Date(now.getFullYear(), now.getMonth(), 0, 23, 59, 59, 999); this.logger.debug( - `Food sales pie chart query params: restId=${restId}, startDate=${startDate.toISOString()}, endDate=${endDate.toISOString()}`, + `product sales pie chart query params: restId=${restId}, startDate=${startDate.toISOString()}, endDate=${endDate.toISOString()}`, ); // Diagnostic query to check what orders exist @@ -555,13 +555,13 @@ export class OrdersService { const result = await em.execute( ` SELECT - f.id as food_id, - f.title as food_title, + f.id as product_id, + f.title as product_title, COALESCE(SUM(oi.quantity), 0)::int as total_quantity, COALESCE(SUM(oi.total_price), 0)::numeric as total_revenue FROM order_items oi INNER JOIN orders o ON oi.order_id = o.id - INNER JOIN foods f ON oi.food_id = f.id + INNER JOIN products f ON oi.product_id = f.id WHERE o.restaurant_id = ? AND o.created_at >= ? AND o.created_at <= ? @@ -572,7 +572,7 @@ export class OrdersService { [restId, startDate, endDate], ); - this.logger.debug(`Food sales pie chart query returned ${result.length} rows`); + this.logger.debug(`product sales pie chart query returned ${result.length} rows`); // Calculate total revenue for percentage calculation const totalRevenue = result.reduce((sum: number, item: any) => { @@ -581,8 +581,8 @@ export class OrdersService { // Format data for pie chart and calculate percentages const chartData = result.map((item: any) => ({ - foodId: item.food_id, - foodTitle: item.food_title || 'Unknown', + productId: item.product_id, + productTitle: item.product_title || 'Unknown', quantity: Number(item.total_quantity || 0), revenue: Number(item.total_revenue || 0), percentage: totalRevenue > 0 ? Number(((Number(item.total_revenue || 0) / totalRevenue) * 100).toFixed(2)) : 0, diff --git a/src/modules/orders/repositories/order.repository.ts b/src/modules/order/repositories/order.repository.ts similarity index 81% rename from src/modules/orders/repositories/order.repository.ts rename to src/modules/order/repositories/order.repository.ts index 130d931..ac517e9 100644 --- a/src/modules/orders/repositories/order.repository.ts +++ b/src/modules/order/repositories/order.repository.ts @@ -4,7 +4,7 @@ import { FilterQuery } from '@mikro-orm/core'; import { Order } from '../entities/order.entity'; import { PaginatedResult } from 'src/common/interfaces/pagination.interface'; import { OrderStatus } from '../interface/order.interface'; -import { PaymentMethodEnum, PaymentStatusEnum } from '../../payments/interface/payment'; +import { PaymentMethodEnum, PaymentStatusEnum } from '../../payment/interface/payment'; import { Review } from '../../review/entities/review.entity'; type FindOrdersOpts = { @@ -118,53 +118,53 @@ export class OrderRepository extends EntityRepository { limit, offset, orderBy: { [orderBy]: order.toLowerCase() as 'asc' | 'desc' }, - populate: ['user', 'restaurant', 'deliveryMethod', 'paymentMethod', 'items', 'items.food'] as never, + populate: ['user', 'restaurant', 'deliveryMethod', 'paymentMethod', 'items', 'items.product'] as never, }); - // Collect all (orderId, foodId) pairs for efficient review lookup - const orderFoodPairs: Array<{ orderId: string; foodId: string }> = []; + // Collect all (orderId, productId) pairs for efficient review lookup + const orderproductPairs: Array<{ orderId: string; productId: string }> = []; for (const order of data) { for (const item of order.items.getItems()) { - if (item.food?.id) { - orderFoodPairs.push({ orderId: order.id, foodId: item.food.id }); + if (item.product?.id) { + orderproductPairs.push({ orderId: order.id, productId: item.product.id }); } } } // Fetch all relevant reviews in a single query const reviewsMap: Map = new Map(); - if (orderFoodPairs.length > 0) { - const orderIds = [...new Set(orderFoodPairs.map(p => p.orderId))]; - const foodIds = [...new Set(orderFoodPairs.map(p => p.foodId))]; + if (orderproductPairs.length > 0) { + const orderIds = [...new Set(orderproductPairs.map(p => p.orderId))]; + const productIds = [...new Set(orderproductPairs.map(p => p.productId))]; const reviews = await this.em.find( Review, { order: { id: { $in: orderIds } }, - food: { id: { $in: foodIds } }, + product: { id: { $in: productIds } }, }, { - fields: ['id', 'order', 'food'], - populate: ['order', 'food'], + fields: ['id', 'order', 'product'], + populate: ['order', 'product'], }, ); - // Create a map: key = `${orderId}-${foodId}`, value = reviewId + // Create a map: key = `${orderId}-${productId}`, value = reviewId for (const review of reviews) { - const key = `${review.order.id}-${review.food.id}`; + const key = `${review.order.id}-${review.product.id}`; reviewsMap.set(key, review.id); } } - // Map reviewIds to foods + // Map reviewIds to products for (const order of data) { for (const item of order.items.getItems()) { - if (item.food) { - const key = `${order.id}-${item.food.id}`; + if (item.product) { + const key = `${order.id}-${item.product.id}`; // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment - const food = item.food as any; + const product = item.product as any; // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access - food.reviewId = reviewsMap.get(key) || null; + product.reviewId = reviewsMap.get(key) || null; } } } diff --git a/src/modules/payments/controllers/payments.controller.ts b/src/modules/payment/controllers/payments.controller.ts similarity index 100% rename from src/modules/payments/controllers/payments.controller.ts rename to src/modules/payment/controllers/payments.controller.ts diff --git a/src/modules/payments/dto/create-payment-method.dto.ts b/src/modules/payment/dto/create-payment-method.dto.ts similarity index 100% rename from src/modules/payments/dto/create-payment-method.dto.ts rename to src/modules/payment/dto/create-payment-method.dto.ts diff --git a/src/modules/payments/dto/payment-chart.dto.ts b/src/modules/payment/dto/payment-chart.dto.ts similarity index 100% rename from src/modules/payments/dto/payment-chart.dto.ts rename to src/modules/payment/dto/payment-chart.dto.ts diff --git a/src/modules/payments/dto/update-payment-method.dto.ts b/src/modules/payment/dto/update-payment-method.dto.ts similarity index 100% rename from src/modules/payments/dto/update-payment-method.dto.ts rename to src/modules/payment/dto/update-payment-method.dto.ts diff --git a/src/modules/payments/dto/update-payment.dto.ts b/src/modules/payment/dto/update-payment.dto.ts similarity index 100% rename from src/modules/payments/dto/update-payment.dto.ts rename to src/modules/payment/dto/update-payment.dto.ts diff --git a/src/modules/payments/dto/verify-payment.dto.ts b/src/modules/payment/dto/verify-payment.dto.ts similarity index 100% rename from src/modules/payments/dto/verify-payment.dto.ts rename to src/modules/payment/dto/verify-payment.dto.ts diff --git a/src/modules/payments/entities/payment-method.entity.ts b/src/modules/payment/entities/payment-method.entity.ts similarity index 100% rename from src/modules/payments/entities/payment-method.entity.ts rename to src/modules/payment/entities/payment-method.entity.ts diff --git a/src/modules/payments/entities/payment.entity.ts b/src/modules/payment/entities/payment.entity.ts similarity index 95% rename from src/modules/payments/entities/payment.entity.ts rename to src/modules/payment/entities/payment.entity.ts index 5f2827e..b888a65 100644 --- a/src/modules/payments/entities/payment.entity.ts +++ b/src/modules/payment/entities/payment.entity.ts @@ -1,6 +1,6 @@ import { Entity, ManyToOne, Property, Enum, Index } from '@mikro-orm/core'; import { BaseEntity } from '../../../common/entities/base.entity'; -import { Order } from '../../orders/entities/order.entity'; +import { Order } from '../../order/entities/order.entity'; import { PaymentGatewayEnum, PaymentMethodEnum, PaymentStatusEnum } from '../interface/payment'; @Entity({ tableName: 'payments' }) diff --git a/src/modules/payments/events/payment.events.ts b/src/modules/payment/events/payment.events.ts similarity index 100% rename from src/modules/payments/events/payment.events.ts rename to src/modules/payment/events/payment.events.ts diff --git a/src/modules/payments/gateways/gateway.manager.ts b/src/modules/payment/gateways/gateway.manager.ts similarity index 100% rename from src/modules/payments/gateways/gateway.manager.ts rename to src/modules/payment/gateways/gateway.manager.ts diff --git a/src/modules/payments/gateways/zarinpal.gateway.ts b/src/modules/payment/gateways/zarinpal.gateway.ts similarity index 100% rename from src/modules/payments/gateways/zarinpal.gateway.ts rename to src/modules/payment/gateways/zarinpal.gateway.ts diff --git a/src/modules/payments/interface/gateway.ts b/src/modules/payment/interface/gateway.ts similarity index 100% rename from src/modules/payments/interface/gateway.ts rename to src/modules/payment/interface/gateway.ts diff --git a/src/modules/payments/interface/payment.ts b/src/modules/payment/interface/payment.ts similarity index 90% rename from src/modules/payments/interface/payment.ts rename to src/modules/payment/interface/payment.ts index 6fd70c2..fe6645c 100644 --- a/src/modules/payments/interface/payment.ts +++ b/src/modules/payment/interface/payment.ts @@ -1,4 +1,4 @@ -import type { Order } from 'src/modules/orders/entities/order.entity'; +import type { Order } from 'src/modules/order/entities/order.entity'; export enum PaymentMethodEnum { Online = 'Online', diff --git a/src/modules/payments/listeners/payment.listeners.ts b/src/modules/payment/listeners/payment.listeners.ts similarity index 96% rename from src/modules/payments/listeners/payment.listeners.ts rename to src/modules/payment/listeners/payment.listeners.ts index ed60ca7..d6907e6 100644 --- a/src/modules/payments/listeners/payment.listeners.ts +++ b/src/modules/payment/listeners/payment.listeners.ts @@ -3,10 +3,10 @@ import { OnEvent } from '@nestjs/event-emitter'; import { AdminRepository } from 'src/modules/admin/repositories/admin.repository'; import { onlinePaymentSucceedEvent, paymentSucceedEvent } from '../events/payment.events'; import { Permission } from 'src/common/enums/permission.enum'; -import { NotifTitleEnum } from 'src/modules/notifications/interfaces/notification.interface'; -import { NotificationService } from 'src/modules/notifications/services/notification.service'; +import { NotifTitleEnum } from 'src/modules/notification/interfaces/notification.interface'; +import { NotificationService } from 'src/modules/notification/services/notification.service'; import { ConfigService } from '@nestjs/config'; -import { OrdersService } from 'src/modules/orders/providers/orders.service'; +import { OrdersService } from 'src/modules/order/providers/orders.service'; @Injectable() export class PaymentListeners { diff --git a/src/modules/payments/payments.module.ts b/src/modules/payment/payments.module.ts similarity index 92% rename from src/modules/payments/payments.module.ts rename to src/modules/payment/payments.module.ts index a429d7a..a5d6eab 100644 --- a/src/modules/payments/payments.module.ts +++ b/src/modules/payment/payments.module.ts @@ -15,8 +15,8 @@ import { PaymentRepository } from './repositories/payment.repository'; import { InventoryModule } from '../inventory/inventory.module'; import { PaymentListeners } from './listeners/payment.listeners'; import { AdminModule } from '../admin/admin.module'; -import { NotificationsModule } from '../notifications/notifications.module'; -import { OrdersModule } from '../orders/orders.module'; +import { NotificationsModule } from '../notification/notifications.module'; +import { OrdersModule } from '../order/orders.module'; @Module({ imports: [MikroOrmModule.forFeature([PaymentMethod, Payment, Restaurant]), diff --git a/src/modules/payments/repositories/payment-method.repository.ts b/src/modules/payment/repositories/payment-method.repository.ts similarity index 100% rename from src/modules/payments/repositories/payment-method.repository.ts rename to src/modules/payment/repositories/payment-method.repository.ts diff --git a/src/modules/payments/repositories/payment.repository.ts b/src/modules/payment/repositories/payment.repository.ts similarity index 100% rename from src/modules/payments/repositories/payment.repository.ts rename to src/modules/payment/repositories/payment.repository.ts diff --git a/src/modules/payments/services/payment-method.service.ts b/src/modules/payment/services/payment-method.service.ts similarity index 100% rename from src/modules/payments/services/payment-method.service.ts rename to src/modules/payment/services/payment-method.service.ts diff --git a/src/modules/payments/services/payments.service.ts b/src/modules/payment/services/payments.service.ts similarity index 97% rename from src/modules/payments/services/payments.service.ts rename to src/modules/payment/services/payments.service.ts index 1733710..5209fcb 100644 --- a/src/modules/payments/services/payments.service.ts +++ b/src/modules/payment/services/payments.service.ts @@ -2,17 +2,17 @@ import { BadRequestException, Injectable, NotFoundException } from '@nestjs/comm import { PaymentGatewayEnum, PaymentMethodEnum, PaymentStatusEnum } from '../interface/payment'; import { Payment } from '../entities/payment.entity'; import { EntityManager } from '@mikro-orm/postgresql'; -import { Order } from '../../orders/entities/order.entity'; +import { Order } from '../../order/entities/order.entity'; import { Logger } from '@nestjs/common'; import { GatewayManager } from '../gateways/gateway.manager'; -import { WalletTransaction } from 'src/modules/users/entities/wallet-transaction.entity'; +import { WalletTransaction } from 'src/modules/user/entities/wallet-transaction.entity'; import { OrderPaymentContext } from '../interface/payment'; -import { OrderStatus } from 'src/modules/orders/interface/order.interface'; +import { OrderStatus } from 'src/modules/order/interface/order.interface'; import { ChartPeriodEnum, PaymentChartDto } from '../dto/payment-chart.dto'; import { PaymentMessage, OrderMessage } from 'src/common/enums/message.enum'; import { EventEmitter2 } from '@nestjs/event-emitter'; import { onlinePaymentSucceedEvent, paymentSucceedEvent } from '../events/payment.events'; -import { WalletTransactionReason, WalletTransactionType } from 'src/modules/users/interface/wallet'; +import { WalletTransactionReason, WalletTransactionType } from 'src/modules/user/interface/wallet'; @Injectable() export class PaymentsService { @@ -141,7 +141,7 @@ export class PaymentsService { payment.paidAt = new Date(); order.status = OrderStatus.PAID; - em.persist([ payment, order, newWalletTransaction]); + em.persist([payment, order, newWalletTransaction]); await em.flush(); }); this.eventEmitter.emit( diff --git a/src/modules/foods/controllers/category.controller.ts b/src/modules/product/controllers/category.controller.ts similarity index 100% rename from src/modules/foods/controllers/category.controller.ts rename to src/modules/product/controllers/category.controller.ts diff --git a/src/modules/product/controllers/food.controller.ts b/src/modules/product/controllers/food.controller.ts new file mode 100644 index 0000000..53a6d87 --- /dev/null +++ b/src/modules/product/controllers/food.controller.ts @@ -0,0 +1,126 @@ +import { Controller, Get, Post, Body, Patch, Param, Delete, Query, UseGuards } from '@nestjs/common'; +import { productService } from '../providers/product.service'; +import { CreateproductDto } from '../dto/create-product.dto'; +import { UpdateproductDto } from '../dto/update-product.dto'; +import { FindproductsDto } from '../dto/find-products.dto'; +import { + ApiTags, + ApiOperation, + ApiCreatedResponse, + ApiOkResponse, + ApiNotFoundResponse, + ApiQuery, + ApiBody, + ApiParam, + ApiBearerAuth, + ApiHeader, +} from '@nestjs/swagger'; +import { AdminAuthGuard } from 'src/modules/auth/guards/adminAuth.guard'; +import { RestId, UserId } from 'src/common/decorators'; +import { AuthGuard } from 'src/modules/auth/guards/auth.guard'; +import { OptionalAuthGuard } from 'src/modules/auth/guards/optinalAuth.guard'; +import { API_HEADER_SLUG } from 'src/common/constants'; +import { Permission } from 'src/common/enums/permission.enum'; +import { Permissions } from 'src/common/decorators/permissions.decorator'; + +@ApiTags('products') +@Controller() +export class productController { + constructor(private readonly productsService: productService) { } + + @Get('public/products/restaurant/:slug') + @ApiOperation({ summary: 'Get all products by restaurant slug' }) + @ApiHeader(API_HEADER_SLUG) + @ApiParam({ name: 'slug', required: true, description: 'Restaurant Slug' }) + findAllByRestaurant(@Param('slug') slug: string) { + return this.productsService.findByWeekDateAndMealType(slug); + } + + @Get('public/products/:productId') + @UseGuards(OptionalAuthGuard) + @ApiHeader(API_HEADER_SLUG) + @ApiBearerAuth() + @ApiOperation({ summary: 'Get a product by id' }) + @ApiParam({ name: 'productId', required: true }) + findPublicproductById(@Param('productId') productId: string, @UserId() userId?: string): Promise { + const a = this.productsService.findPublicById(productId, userId); + return a; + } + + @Post('public/products/favorite/:productId') + @UseGuards(AuthGuard) + @ApiHeader(API_HEADER_SLUG) + @ApiBearerAuth() + @ApiOperation({ summary: 'toggle a product as favorite' }) + @ApiParam({ name: 'productId', required: true }) + setAsFavorute(@Param('productId') productId: string, @UserId() userId: string) { + return this.productsService.toggleFavorite(userId, productId); + } + + @Get('public/products/favorite') + @UseGuards(AuthGuard) + @ApiHeader(API_HEADER_SLUG) + @ApiBearerAuth() + @ApiOperation({ summary: 'get my favorites' }) + getMyFavorites(@UserId() userId: string, @RestId() restId: string) { + return this.productsService.getMyFavorites(userId, restId); + } + + /* ---------------------------------- Admin ---------------------------------- */ + @UseGuards(AdminAuthGuard) + @ApiBearerAuth() + @Permissions(Permission.MANAGE_productS) + @Post('admin/products') + @ApiOperation({ summary: 'Create a new product' }) + @ApiBody({ type: CreateproductDto }) + create(@Body() createproductDto: CreateproductDto, @RestId() restId: string) { + return this.productsService.create(restId, createproductDto); + } + + @UseGuards(AdminAuthGuard) + @ApiBearerAuth() + @Permissions(Permission.MANAGE_productS) + @Get('admin/products') + @ApiOperation({ summary: 'Get a paginated list of products' }) + @ApiQuery({ name: 'page', required: false, type: Number }) + @ApiQuery({ name: 'limit', required: false, type: Number }) + @ApiQuery({ name: 'search', required: false, type: String }) + @ApiQuery({ name: 'orderBy', required: false, type: String }) + @ApiQuery({ name: 'order', required: false, enum: ['asc', 'desc'] }) + @ApiQuery({ name: 'categoryId', required: false, type: String }) + @ApiQuery({ name: 'isActive', required: false, type: Boolean }) + async findAll(@Query() dto: FindproductsDto, @RestId() restId: string) { + const result = await this.productsService.findAll(restId, dto); + return result; + } + + @UseGuards(AdminAuthGuard) + @ApiBearerAuth() + @Permissions(Permission.MANAGE_productS) + @Get('admin/products/:id') + @ApiOperation({ summary: 'Get a product by id' }) + @ApiParam({ name: 'id', required: true }) + findById(@Param('id') id: string, @RestId() restId: string) { + return this.productsService.findAdminById(restId, id); + } + + @UseGuards(AdminAuthGuard) + @ApiBearerAuth() + @Permissions(Permission.MANAGE_productS) + @Patch('admin/products/:id') + @ApiOperation({ summary: 'Update a product' }) + @ApiParam({ name: 'id', required: true }) + @ApiBody({ type: UpdateproductDto }) + update(@Param('id') id: string, @Body() updateproductDto: UpdateproductDto, @RestId() restId: string) { + return this.productsService.update(restId, id, updateproductDto); + } + @UseGuards(AdminAuthGuard) + @ApiBearerAuth() + @Permissions(Permission.MANAGE_productS) + @Delete('admin/products/:id') + @ApiOperation({ summary: 'Delete (soft) a product' }) + @ApiParam({ name: 'id', required: true }) + remove(@Param('id') id: string, @RestId() restId: string) { + return this.productsService.remove(restId, id); + } +} diff --git a/src/modules/foods/crone/food.crone.ts b/src/modules/product/crone/food.crone.ts similarity index 84% rename from src/modules/foods/crone/food.crone.ts rename to src/modules/product/crone/food.crone.ts index 5749702..99e3066 100644 --- a/src/modules/foods/crone/food.crone.ts +++ b/src/modules/product/crone/food.crone.ts @@ -4,10 +4,10 @@ import { EntityManager } from '@mikro-orm/postgresql'; import { Inventory } from '../../inventory/entities/inventory.entity'; @Injectable() -export class FoodStockCrone { - private readonly logger = new Logger(FoodStockCrone.name); +export class productStockCrone { + private readonly logger = new Logger(productStockCrone.name); - constructor(private readonly em: EntityManager) {} + constructor(private readonly em: EntityManager) { } // run every day at 00:03 @Cron('3 0 * * *', { @@ -39,7 +39,7 @@ export class FoodStockCrone { this.logger.log('Daily inventory reset completed'); } catch (err) { - this.logger.error(`FoodStockCrone failed: ${err?.message}`, err); + this.logger.error(`productStockCrone failed: ${err?.message}`, err); } } } diff --git a/src/modules/foods/dto/create-category.dto.ts b/src/modules/product/dto/create-category.dto.ts similarity index 100% rename from src/modules/foods/dto/create-category.dto.ts rename to src/modules/product/dto/create-category.dto.ts diff --git a/src/modules/foods/dto/create-food.dto.ts b/src/modules/product/dto/create-food.dto.ts similarity index 96% rename from src/modules/foods/dto/create-food.dto.ts rename to src/modules/product/dto/create-food.dto.ts index 988ee06..3517fa3 100644 --- a/src/modules/foods/dto/create-food.dto.ts +++ b/src/modules/product/dto/create-food.dto.ts @@ -13,9 +13,9 @@ import { Min, } from 'class-validator'; import { ApiProperty, ApiPropertyOptional } from '@nestjs/swagger'; -import { MealType } from '../interface/food.interface'; +import { MealType } from '../interface/product.interface'; -export class CreateFoodDto { +export class CreateproductDto { @IsNotEmpty() @IsString() @ApiProperty() diff --git a/src/modules/foods/dto/find-foods.dto.ts b/src/modules/product/dto/find-foods.dto.ts similarity index 96% rename from src/modules/foods/dto/find-foods.dto.ts rename to src/modules/product/dto/find-foods.dto.ts index 19cb94a..ddf8cd1 100644 --- a/src/modules/foods/dto/find-foods.dto.ts +++ b/src/modules/product/dto/find-foods.dto.ts @@ -2,7 +2,7 @@ import { IsOptional, IsNumber, IsString, IsIn, IsBoolean } from 'class-validator import { ApiPropertyOptional } from '@nestjs/swagger'; import { Type } from 'class-transformer'; -export class FindFoodsDto { +export class FindproductsDto { @IsOptional() @IsNumber() @Type(() => Number) diff --git a/src/modules/foods/dto/update-category.dto.ts b/src/modules/product/dto/update-category.dto.ts similarity index 100% rename from src/modules/foods/dto/update-category.dto.ts rename to src/modules/product/dto/update-category.dto.ts diff --git a/src/modules/product/dto/update-food.dto.ts b/src/modules/product/dto/update-food.dto.ts new file mode 100644 index 0000000..5079b17 --- /dev/null +++ b/src/modules/product/dto/update-food.dto.ts @@ -0,0 +1,4 @@ +import { PartialType } from '@nestjs/swagger'; +import { CreateproductDto } from './create-product.dto'; + +export class UpdateproductDto extends PartialType(CreateproductDto) { } diff --git a/src/modules/foods/entities/category.entity.ts b/src/modules/product/entities/category.entity.ts similarity index 82% rename from src/modules/foods/entities/category.entity.ts rename to src/modules/product/entities/category.entity.ts index a2c679f..3322b5d 100644 --- a/src/modules/foods/entities/category.entity.ts +++ b/src/modules/product/entities/category.entity.ts @@ -1,5 +1,5 @@ import { Entity, Index, Property, Collection, OneToMany, ManyToOne } from '@mikro-orm/core'; -import { Food } from './food.entity'; +import { product } from './product.entity'; import { BaseEntity } from '../../../common/entities/base.entity'; import { Restaurant } from 'src/modules/restaurants/entities/restaurant.entity'; @@ -10,8 +10,8 @@ export class Category extends BaseEntity { @Property() title!: string; - @OneToMany(() => Food, food => food.category) - foods = new Collection(this); + @OneToMany(() => product, product => product.category) + products = new Collection(this); @Property({ default: true }) isActive: boolean = true; diff --git a/src/modules/foods/entities/favorite.entity.ts b/src/modules/product/entities/favorite.entity.ts similarity index 53% rename from src/modules/foods/entities/favorite.entity.ts rename to src/modules/product/entities/favorite.entity.ts index 245e102..0cedb48 100644 --- a/src/modules/foods/entities/favorite.entity.ts +++ b/src/modules/product/entities/favorite.entity.ts @@ -1,14 +1,14 @@ import { Entity, ManyToOne, Unique } from '@mikro-orm/core'; import { BaseEntity } from '../../../common/entities/base.entity'; -import { User } from '../../users/entities/user.entity'; -import { Food } from '../../foods/entities/food.entity'; +import { User } from '../../user/entities/user.entity'; +import { product } from '../../products/entities/product.entity'; @Entity({ tableName: 'favorites' }) -@Unique({ properties: ['user', 'food'] }) +@Unique({ properties: ['user', 'product'] }) export class Favorite extends BaseEntity { @ManyToOne(() => User) user: User; - @ManyToOne(() => Food) - food: Food; + @ManyToOne(() => product) + product: product; } diff --git a/src/modules/foods/entities/food.entity.ts b/src/modules/product/entities/food.entity.ts similarity index 86% rename from src/modules/foods/entities/food.entity.ts rename to src/modules/product/entities/food.entity.ts index 14443ae..489d6f4 100644 --- a/src/modules/foods/entities/food.entity.ts +++ b/src/modules/product/entities/food.entity.ts @@ -4,30 +4,30 @@ import { BaseEntity } from '../../../common/entities/base.entity'; import { Restaurant } from '../../../modules/restaurants/entities/restaurant.entity'; import { Review } from 'src/modules/review/entities/review.entity'; import { Inventory } from 'src/modules/inventory/entities/inventory.entity'; -import { MealType } from '../interface/food.interface'; +import { MealType } from '../interface/product.interface'; import { Favorite } from './favorite.entity'; -@Entity({ tableName: 'foods' }) +@Entity({ tableName: 'products' }) @Index({ properties: ['restaurant', 'isActive'] }) @Index({ properties: ['category', 'isActive'] }) @Index({ properties: ['isActive'] }) -export class Food extends BaseEntity { +export class product extends BaseEntity { @ManyToOne(() => Restaurant) restaurant: Restaurant; @ManyToOne(() => Category) category: Category; - @OneToMany(() => Review, review => review.food, { cascade: [Cascade.ALL], orphanRemoval: true }) + @OneToMany(() => Review, review => review.product, { cascade: [Cascade.ALL], orphanRemoval: true }) reviews = new Collection(this); @OneToOne(() => Inventory, { - mappedBy: 'food', + mappedBy: 'product', nullable: true, }) inventory?: Inventory; - @OneToMany(() => Favorite, favorite => favorite.food) + @OneToMany(() => Favorite, favorite => favorite.product) favorites = new Collection(this); @Property({ nullable: true }) diff --git a/src/modules/foods/food.module.ts b/src/modules/product/food.module.ts similarity index 50% rename from src/modules/foods/food.module.ts rename to src/modules/product/food.module.ts index 68b0569..b00f193 100644 --- a/src/modules/foods/food.module.ts +++ b/src/modules/product/food.module.ts @@ -1,30 +1,30 @@ import { Module } from '@nestjs/common'; -import { FoodService } from './providers/food.service'; -import { FoodStockCrone } from './crone/food.crone'; -import { FoodController } from './controllers/food.controller'; +import { productService } from './providers/product.service'; +import { productStockCrone } from './crone/product.crone'; +import { productController } from './controllers/product.controller'; import { CategoryController } from './controllers/category.controller'; import { CategoryService } from './providers/category.service'; -import { FoodRepository } from './repositories/food.repository'; +import { productRepository } from './repositories/product.repository'; import { CategoryRepository } from './repositories/category.repository'; import { MikroOrmModule } from '@mikro-orm/nestjs'; import { Category } from './entities/category.entity'; -import { Food } from './entities/food.entity'; +import { product } from './entities/product.entity'; import { RestaurantsModule } from '../restaurants/restaurants.module'; import { AuthModule } from '../auth/auth.module'; import { JwtModule } from '@nestjs/jwt'; -import { UtilsModule } from '../utils/utils.module'; +import { UtilsModule } from '../util/utils.module'; import { Favorite } from './entities/favorite.entity'; @Module({ imports: [ - MikroOrmModule.forFeature([Food, Category, Favorite]), + MikroOrmModule.forFeature([product, Category, Favorite]), RestaurantsModule, AuthModule, JwtModule, UtilsModule, ], - controllers: [FoodController, CategoryController], - providers: [FoodService, CategoryService, FoodRepository, CategoryRepository, FoodStockCrone], - exports: [FoodRepository, CategoryRepository], + controllers: [productController, CategoryController], + providers: [productService, CategoryService, productRepository, CategoryRepository, productStockCrone], + exports: [productRepository, CategoryRepository], }) -export class FoodModule {} +export class productModule { } diff --git a/src/modules/foods/interface/food.interface.ts b/src/modules/product/interface/food.interface.ts similarity index 100% rename from src/modules/foods/interface/food.interface.ts rename to src/modules/product/interface/food.interface.ts diff --git a/src/modules/foods/providers/category.service.ts b/src/modules/product/providers/category.service.ts similarity index 93% rename from src/modules/foods/providers/category.service.ts rename to src/modules/product/providers/category.service.ts index cac0809..adee964 100644 --- a/src/modules/foods/providers/category.service.ts +++ b/src/modules/product/providers/category.service.ts @@ -48,7 +48,7 @@ export class CategoryService { // const where: FilterQuery = {}; // if (opts?.restId) where.restId = opts.restId; // if (opts && typeof opts.isActive === 'boolean') where.isActive = opts.isActive; - // const cats = await this.categoryRepository.find(where, { populate: ['foods'] }); + // const cats = await this.categoryRepository.find(where, { populate: ['products'] }); // // Return plain objects to avoid circular references during JSON serialization // return cats.map(cat => ({ @@ -59,12 +59,12 @@ export class CategoryService { // avatarUrl: cat.avatarUrl, // createdAt: cat.createdAt, // updatedAt: cat.updatedAt, - // foods: cat.foods.getItems().map(f => ({ id: f.id, title: f.title })), + // products: cat.products.getItems().map(f => ({ id: f.id, title: f.title })), // })) as unknown as Category[]; // } async findOne(restId: string, id: string): Promise { - const cat = await this.categoryRepository.findOne({ id, restaurant: { id: restId } }, { populate: ['foods'] }); + const cat = await this.categoryRepository.findOne({ id, restaurant: { id: restId } }, { populate: ['products'] }); if (!cat) throw new NotFoundException(CategoryMessage.NOT_FOUND); return { @@ -75,12 +75,12 @@ export class CategoryService { avatarUrl: cat.avatarUrl, createdAt: cat.createdAt, updatedAt: cat.updatedAt, - foods: cat.foods.getItems().map(f => ({ id: f.id, title: f.title })), + products: cat.products.getItems().map(f => ({ id: f.id, title: f.title })), } as unknown as Category; } async findRestaurantCategories(restId: string): Promise { - const cat = await this.categoryRepository.findOne({ restaurant: { id: restId } }, { populate: ['foods'] }); + const cat = await this.categoryRepository.findOne({ restaurant: { id: restId } }, { populate: ['products'] }); if (!cat) throw new NotFoundException(CategoryMessage.NOT_FOUND); return { diff --git a/src/modules/foods/providers/food.service.ts b/src/modules/product/providers/food.service.ts similarity index 57% rename from src/modules/foods/providers/food.service.ts rename to src/modules/product/providers/food.service.ts index 9aa4334..c9b9a05 100644 --- a/src/modules/foods/providers/food.service.ts +++ b/src/modules/product/providers/food.service.ts @@ -1,33 +1,33 @@ import { Injectable, NotFoundException } from '@nestjs/common'; -import { CreateFoodDto } from '../dto/create-food.dto'; -import { FindFoodsDto } from '../dto/find-foods.dto'; -import { FoodRepository } from '../repositories/food.repository'; +import { CreateproductDto } from '../dto/create-product.dto'; +import { FindproductsDto } from '../dto/find-products.dto'; +import { productRepository } from '../repositories/product.repository'; import { CategoryRepository } from '../repositories/category.repository'; import { EntityManager } from '@mikro-orm/postgresql'; import { RequiredEntityData, FilterQuery } from '@mikro-orm/core'; -import { Food } from '../entities/food.entity'; -import { CategoryMessage, FoodMessage, RestMessage } from 'src/common/enums/message.enum'; +import { product } from '../entities/product.entity'; +import { CategoryMessage, productMessage, RestMessage } from 'src/common/enums/message.enum'; import { RestRepository } from 'src/modules/restaurants/repositories/rest.repository'; -import { CacheService } from '../../utils/cache.service'; +import { CacheService } from '../../util/cache.service'; import { Favorite } from '../entities/favorite.entity'; -import { MealType } from '../interface/food.interface'; +import { MealType } from '../interface/product.interface'; import { Inventory } from 'src/modules/inventory/entities/inventory.entity'; @Injectable() -export class FoodService { - private readonly FOODS_BY_RESTAURANT_CACHE_KEY_PREFIX = 'foods:restaurant:'; - private readonly FOODS_CACHE_TTL = 600; // 10 minutes in seconds +export class productService { + private readonly productS_BY_RESTAURANT_CACHE_KEY_PREFIX = 'products:restaurant:'; + private readonly productS_CACHE_TTL = 600; // 10 minutes in seconds constructor( - private readonly foodRepository: FoodRepository, + private readonly productRepository: productRepository, private readonly categoryRepository: CategoryRepository, private readonly restRepository: RestRepository, private readonly em: EntityManager, private readonly cacheService: CacheService, ) { } - async create(restId: string, createFoodDto: CreateFoodDto) { - const { categoryId, dailyStock = 0, ...rest } = createFoodDto; + async create(restId: string, createproductDto: CreateproductDto) { + const { categoryId, dailyStock = 0, ...rest } = createproductDto; const restaurant = await this.restRepository.findOne({ id: restId }); if (!restaurant) { throw new NotFoundException(RestMessage.NOT_FOUND); @@ -37,9 +37,9 @@ export class FoodService { throw new NotFoundException(CategoryMessage.NOT_FOUND); } - const { food, inventory } = await this.em.transactional(async em => { + const { product, inventory } = await this.em.transactional(async em => { // prepare data with defaults for required fields so repository.create typing is satisfied - const data: RequiredEntityData = { + const data: RequiredEntityData = { desc: rest.desc, isActive: rest.isActive ?? true, inPlaceServe: rest.inPlaceServe ?? false, @@ -61,62 +61,62 @@ export class FoodService { category: category, }; - const food = em.create(Food, data); + const product = em.create(product, data); const newInventoryRecord = em.create(Inventory, { - food: food, + product: product, availableStock: dailyStock, totalStock: dailyStock, }); await em.flush(); - return { food, inventory: newInventoryRecord }; + return { product, inventory: newInventoryRecord }; }); // Re-load created entities with the primary EM to ensure they're attached - const savedFood = food?.id - ? await this.foodRepository.findOne({ id: food.id }, { populate: ['category', 'restaurant'] }) + const savedproduct = product?.id + ? await this.productRepository.findOne({ id: product.id }, { populate: ['category', 'restaurant'] }) : null; const savedInventory = inventory?.id ? await this.em.findOne(Inventory, { id: inventory.id }) : inventory; - return { food: savedFood ?? food, inventory: savedInventory ?? inventory }; + return { product: savedproduct ?? product, inventory: savedInventory ?? inventory }; } - findAll(restId: string, dto: FindFoodsDto) { - return this.foodRepository.findAllPaginated(restId, dto); + findAll(restId: string, dto: FindproductsDto) { + return this.productRepository.findAllPaginated(restId, dto); } /** - * Public food detail (only active foods are visible). + * Public product detail (only active products are visible). */ - async findPublicById(foodId: string, userId?: string): Promise { - const food = await this.foodRepository.findOne({ id: foodId, isActive: true }, { populate: ['category', 'inventory'] }); - if (!food) throw new NotFoundException(FoodMessage.NOT_FOUND); + async findPublicById(productId: string, userId?: string): Promise { + const product = await this.productRepository.findOne({ id: productId, isActive: true }, { populate: ['category', 'inventory'] }); + if (!product) throw new NotFoundException(productMessage.NOT_FOUND); let isFavorite = false; if (userId) { - isFavorite = (await this.em.count(Favorite, { user: { id: userId }, food: { id: foodId } })) > 0; + isFavorite = (await this.em.count(Favorite, { user: { id: userId }, product: { id: productId } })) > 0; } return { - ...food, + ...product, isFavorite, }; } /** - * Admin food detail (scoped to the authenticated restaurant). + * Admin product detail (scoped to the authenticated restaurant). */ - async findAdminById(restId: string, id: string): Promise { - const food = await this.foodRepository.findOne({ id, restaurant: { id: restId } }, { populate: ['category','inventory'] }); + async findAdminById(restId: string, id: string): Promise { + const product = await this.productRepository.findOne({ id, restaurant: { id: restId } }, { populate: ['category', 'inventory'] }); - if (!food) throw new NotFoundException(FoodMessage.NOT_FOUND); - return food; + if (!product) throw new NotFoundException(productMessage.NOT_FOUND); + return product; } /** - * Find active foods for a restaurant based on current week day and meal type in Iran timezone. + * Find active products for a restaurant based on current week day and meal type in Iran timezone. * @param slug - Restaurant slug identifier - * @returns Array of active foods matching current day and meal time + * @returns Array of active products matching current day and meal time */ - async findByWeekDateAndMealType(slug: string): Promise { + async findByWeekDateAndMealType(slug: string): Promise { const restaurant = await this.restRepository.findOne({ slug }); if (!restaurant) { throw new NotFoundException(RestMessage.NOT_FOUND); @@ -124,14 +124,14 @@ export class FoodService { const { iranWeekDay, mealType } = this.getCurrentIranTimeContext(); - const queryFilter: FilterQuery = { + const queryFilter: FilterQuery = { restaurant: { slug }, isActive: true, // weekDays: { $contains: iranWeekDay }, // ...(mealType ? { mealTypes: { $contains: mealType } } : {}), - } as unknown as FilterQuery; + } as unknown as FilterQuery; - return this.foodRepository.find(queryFilter, { populate: ['category'] }); + return this.productRepository.find(queryFilter, { populate: ['category'] }); } /** @@ -182,11 +182,11 @@ export class FoodService { return null; } - async update(restId: string, id: string, dto: Partial): Promise { + async update(restId: string, id: string, dto: Partial): Promise { const { categoryId, dailyStock, ...rest } = dto; - const food = await this.foodRepository.findOne({ id, restaurant: { id: restId } }, { populate: ['restaurant'] }); - if (!food) { - throw new NotFoundException(FoodMessage.NOT_FOUND); + const product = await this.productRepository.findOne({ id, restaurant: { id: restId } }, { populate: ['restaurant'] }); + if (!product) { + throw new NotFoundException(productMessage.NOT_FOUND); } // attach new categories if provided (adds, does not attempt to preserve/remove existing ones) @@ -197,23 +197,23 @@ export class FoodService { throw new NotFoundException(CategoryMessage.NOT_FOUND); } - this.em.assign(food, { category: category }); + this.em.assign(product, { category: category }); } // assign other fields from DTO (excluding dailyStock handled below) - this.em.assign(food, rest); + this.em.assign(product, rest); - // Persist food and update/create related inventory atomically + // Persist product and update/create related inventory atomically await this.em.transactional(async em => { - await em.persistAndFlush(food); + await em.persistAndFlush(product); if (typeof dailyStock !== 'undefined') { - const inventoryRecord = await em.findOne(Inventory, { food: food }); + const inventoryRecord = await em.findOne(Inventory, { product: product }); if (inventoryRecord) { inventoryRecord.totalStock = dailyStock; } else { em.create(Inventory, { - food: food, + product: product, availableStock: dailyStock, totalStock: dailyStock, }); @@ -223,52 +223,52 @@ export class FoodService { await em.flush(); }); - // Re-load the food to ensure populated relations and stable instance - const savedFood = await this.foodRepository.findOne({ id: food.id }, { populate: ['category', 'restaurant'] }); + // Re-load the product to ensure populated relations and stable instance + const savedproduct = await this.productRepository.findOne({ id: product.id }, { populate: ['category', 'restaurant'] }); // Invalidate cache for the restaurant if present (optional) - // await this.invalidateRestaurantFoodsCache(savedFood?.restaurant?.slug); + // await this.invalidateRestaurantproductsCache(savedproduct?.restaurant?.slug); - return savedFood ?? food; + return savedproduct ?? product; } async remove(restId: string, id: string): Promise { - const food = await this.foodRepository.findOne({ id, restaurant: { id: restId } }, { populate: ['restaurant'] }); - if (!food) { - throw new NotFoundException(FoodMessage.NOT_FOUND); + const product = await this.productRepository.findOne({ id, restaurant: { id: restId } }, { populate: ['restaurant'] }); + if (!product) { + throw new NotFoundException(productMessage.NOT_FOUND); } - // const restaurantSlug = food.restaurant.slug; - food.deletedAt = new Date(); - await this.em.persistAndFlush(food); + // const restaurantSlug = product.restaurant.slug; + product.deletedAt = new Date(); + await this.em.persistAndFlush(product); // Invalidate cache for the restaurant - // await this.invalidateRestaurantFoodsCache(restaurantSlug); + // await this.invalidateRestaurantproductsCache(restaurantSlug); } - async toggleFavorite(userId: string, foodId: string) { + async toggleFavorite(userId: string, productId: string) { - const favorite = await this.em.findOne(Favorite, { user: userId, food: foodId }); + const favorite = await this.em.findOne(Favorite, { user: userId, product: productId }); if (favorite) { return this.em.removeAndFlush(favorite); } const newFavorite = this.em.create(Favorite, { user: userId, - food: foodId, + product: productId, }); return this.em.persistAndFlush(newFavorite); } - async getMyFavorites(userId: string,restId: string) { - return this.em.find(Favorite, { user: userId, food: { restaurant: { id: restId } } }, { populate: ['food'] }); + async getMyFavorites(userId: string, restId: string) { + return this.em.find(Favorite, { user: userId, product: { restaurant: { id: restId } } }, { populate: ['product'] }); } /** - * Invalidate cache for restaurant foods + * Invalidate cache for restaurant products */ - // private async invalidateRestaurantFoodsCache(slug: string): Promise { - // const cacheKey = `${this.FOODS_BY_RESTAURANT_CACHE_KEY_PREFIX}${slug}`; + // private async invalidateRestaurantproductsCache(slug: string): Promise { + // const cacheKey = `${this.productS_BY_RESTAURANT_CACHE_KEY_PREFIX}${slug}`; // await this.cacheService.del(cacheKey); // } } diff --git a/src/modules/foods/repositories/category.repository.ts b/src/modules/product/repositories/category.repository.ts similarity index 100% rename from src/modules/foods/repositories/category.repository.ts rename to src/modules/product/repositories/category.repository.ts diff --git a/src/modules/foods/repositories/food.repository.ts b/src/modules/product/repositories/food.repository.ts similarity index 70% rename from src/modules/foods/repositories/food.repository.ts rename to src/modules/product/repositories/food.repository.ts index 171bf41..ee34197 100644 --- a/src/modules/foods/repositories/food.repository.ts +++ b/src/modules/product/repositories/food.repository.ts @@ -1,10 +1,10 @@ import { Injectable } from '@nestjs/common'; import { EntityManager, EntityRepository } from '@mikro-orm/postgresql'; import { FilterQuery } from '@mikro-orm/core'; -import { Food } from '../entities/food.entity'; +import { product } from '../entities/product.entity'; import { PaginatedResult } from 'src/common/interfaces/pagination.interface'; -type FindFoodsOpts = { +type FindproductsOpts = { page?: number; limit?: number; search?: string; @@ -15,20 +15,20 @@ type FindFoodsOpts = { }; @Injectable() -export class FoodRepository extends EntityRepository { +export class productRepository extends EntityRepository { constructor(readonly em: EntityManager) { - super(em, Food); + super(em, product); } /** - * Find foods with pagination and optional filters. + * Find products with pagination and optional filters. * Supports: search (title/content), categoryId, isActive, ordering. */ - async findAllPaginated(restId: string, opts: FindFoodsOpts = {}): Promise> { + async findAllPaginated(restId: string, opts: FindproductsOpts = {}): Promise> { const { page = 1, limit = 10, search, orderBy = 'createdAt', order = 'desc', categoryId, isActive } = opts; const offset = (page - 1) * limit; - const where: FilterQuery = { restaurant: { id: restId } }; + const where: FilterQuery = { restaurant: { id: restId } }; if (typeof isActive === 'boolean') { where.isActive = isActive; @@ -40,15 +40,15 @@ export class FoodRepository extends EntityRepository { } if (categoryId) { - // filter by related category (Food has a single `category` relation) - Object.assign(where, { category: { id: categoryId } } as unknown as FilterQuery); + // filter by related category (product has a single `category` relation) + Object.assign(where, { category: { id: categoryId } } as unknown as FilterQuery); } const [data, total] = await this.findAndCount(where, { limit, offset, orderBy: { [orderBy]: order.toLowerCase() as 'asc' | 'desc' }, - populate: ['category','inventory'], + populate: ['category', 'inventory'], }); const totalPages = Math.ceil(total / limit); diff --git a/src/modules/roles/providers/permissions.service.ts b/src/modules/roles/providers/permissions.service.ts index 8e96fa4..29f4829 100644 --- a/src/modules/roles/providers/permissions.service.ts +++ b/src/modules/roles/providers/permissions.service.ts @@ -2,7 +2,7 @@ import { Injectable } from '@nestjs/common'; import { InjectRepository } from '@mikro-orm/nestjs'; import { EntityManager, EntityRepository } from '@mikro-orm/core'; import { Permission } from '../entities/permission.entity'; -import { CacheService } from 'src/modules/utils/cache.service'; +import { CacheService } from 'src/modules/util/cache.service'; import { AdminRepository } from 'src/modules/admin/repositories/admin.repository'; import { AdminRole } from 'src/modules/admin/entities/adminRole.entity'; diff --git a/src/modules/roles/roles.module.ts b/src/modules/roles/roles.module.ts index 3367e3c..41d0c5e 100644 --- a/src/modules/roles/roles.module.ts +++ b/src/modules/roles/roles.module.ts @@ -7,7 +7,7 @@ import { Role } from './entities/role.entity'; import { Permission } from './entities/permission.entity'; import { RolePermission } from './entities/rolePermission.entity'; import { JwtModule } from '@nestjs/jwt'; -import { UtilsModule } from '../utils/utils.module'; +import { UtilsModule } from '../util/utils.module'; import { AdminModule } from '../admin/admin.module'; @Global() @@ -17,4 +17,4 @@ import { AdminModule } from '../admin/admin.module'; providers: [RolesService, PermissionsService], exports: [RolesService, PermissionsService], }) -export class RolesModule {} +export class RolesModule { } diff --git a/src/modules/users/controllers/users.controller.ts b/src/modules/user/controllers/users.controller.ts similarity index 100% rename from src/modules/users/controllers/users.controller.ts rename to src/modules/user/controllers/users.controller.ts diff --git a/src/modules/users/dto/create-user-address.dto.ts b/src/modules/user/dto/create-user-address.dto.ts similarity index 100% rename from src/modules/users/dto/create-user-address.dto.ts rename to src/modules/user/dto/create-user-address.dto.ts diff --git a/src/modules/users/dto/create-wallet-transaction.dto.ts b/src/modules/user/dto/create-wallet-transaction.dto.ts similarity index 100% rename from src/modules/users/dto/create-wallet-transaction.dto.ts rename to src/modules/user/dto/create-wallet-transaction.dto.ts diff --git a/src/modules/users/dto/find-user.dto.ts b/src/modules/user/dto/find-user.dto.ts similarity index 100% rename from src/modules/users/dto/find-user.dto.ts rename to src/modules/user/dto/find-user.dto.ts diff --git a/src/modules/users/dto/find-wallet-transactions.dto.ts b/src/modules/user/dto/find-wallet-transactions.dto.ts similarity index 100% rename from src/modules/users/dto/find-wallet-transactions.dto.ts rename to src/modules/user/dto/find-wallet-transactions.dto.ts diff --git a/src/modules/users/dto/update-user-address.dto.ts b/src/modules/user/dto/update-user-address.dto.ts similarity index 100% rename from src/modules/users/dto/update-user-address.dto.ts rename to src/modules/user/dto/update-user-address.dto.ts diff --git a/src/modules/users/dto/update-user.dto.ts b/src/modules/user/dto/update-user.dto.ts similarity index 100% rename from src/modules/users/dto/update-user.dto.ts rename to src/modules/user/dto/update-user.dto.ts diff --git a/src/modules/users/entities/point-transaction.entity.ts b/src/modules/user/entities/point-transaction.entity.ts similarity index 100% rename from src/modules/users/entities/point-transaction.entity.ts rename to src/modules/user/entities/point-transaction.entity.ts diff --git a/src/modules/users/entities/user-address.entity.ts b/src/modules/user/entities/user-address.entity.ts similarity index 100% rename from src/modules/users/entities/user-address.entity.ts rename to src/modules/user/entities/user-address.entity.ts diff --git a/src/modules/users/entities/user.entity.ts b/src/modules/user/entities/user.entity.ts similarity index 91% rename from src/modules/users/entities/user.entity.ts rename to src/modules/user/entities/user.entity.ts index 794b103..6d433a8 100644 --- a/src/modules/users/entities/user.entity.ts +++ b/src/modules/user/entities/user.entity.ts @@ -1,8 +1,8 @@ import { Entity, Index, Property, OneToMany, Collection, Cascade } from '@mikro-orm/core'; import { BaseEntity } from '../../../common/entities/base.entity'; import { UserAddress } from './user-address.entity'; -import { Order } from 'src/modules/orders/entities/order.entity'; -import { normalizePhone } from '../../utils/phone.util'; +import { Order } from 'src/modules/order/entities/order.entity'; +import { normalizePhone } from '../../util/phone.util'; @Entity({ tableName: 'users' }) @Index({ properties: ['isActive'] }) diff --git a/src/modules/users/entities/wallet-transaction.entity.ts b/src/modules/user/entities/wallet-transaction.entity.ts similarity index 100% rename from src/modules/users/entities/wallet-transaction.entity.ts rename to src/modules/user/entities/wallet-transaction.entity.ts diff --git a/src/modules/users/interface/point.ts b/src/modules/user/interface/point.ts similarity index 100% rename from src/modules/users/interface/point.ts rename to src/modules/user/interface/point.ts diff --git a/src/modules/users/interface/wallet.ts b/src/modules/user/interface/wallet.ts similarity index 100% rename from src/modules/users/interface/wallet.ts rename to src/modules/user/interface/wallet.ts diff --git a/src/modules/users/providers/user.service.ts b/src/modules/user/providers/user.service.ts similarity index 99% rename from src/modules/users/providers/user.service.ts rename to src/modules/user/providers/user.service.ts index bbc2972..caa0bc1 100644 --- a/src/modules/users/providers/user.service.ts +++ b/src/modules/user/providers/user.service.ts @@ -12,7 +12,7 @@ import { CreateUserAddressDto } from '../dto/create-user-address.dto'; import { UpdateUserAddressDto } from '../dto/update-user-address.dto'; import { PaginatedResult } from 'src/common/interfaces/pagination.interface'; import { UserRepository } from '../repositories/user.repository'; -import { normalizePhone } from '../../utils/phone.util'; +import { normalizePhone } from '../../util/phone.util'; import { RestRepository } from 'src/modules/restaurants/repositories/rest.repository'; import { WalletTransactionRepository } from '../repositories/wallet-transaction.repository'; import { WalletService } from './wallet.service'; diff --git a/src/modules/users/providers/wallet.service.ts b/src/modules/user/providers/wallet.service.ts similarity index 100% rename from src/modules/users/providers/wallet.service.ts rename to src/modules/user/providers/wallet.service.ts diff --git a/src/modules/users/repositories/point-transaction.repository.ts b/src/modules/user/repositories/point-transaction.repository.ts similarity index 100% rename from src/modules/users/repositories/point-transaction.repository.ts rename to src/modules/user/repositories/point-transaction.repository.ts diff --git a/src/modules/users/repositories/user.repository.ts b/src/modules/user/repositories/user.repository.ts similarity index 100% rename from src/modules/users/repositories/user.repository.ts rename to src/modules/user/repositories/user.repository.ts diff --git a/src/modules/users/repositories/wallet-transaction.repository.ts b/src/modules/user/repositories/wallet-transaction.repository.ts similarity index 100% rename from src/modules/users/repositories/wallet-transaction.repository.ts rename to src/modules/user/repositories/wallet-transaction.repository.ts diff --git a/src/modules/users/user.module.ts b/src/modules/user/user.module.ts similarity index 100% rename from src/modules/users/user.module.ts rename to src/modules/user/user.module.ts diff --git a/src/modules/utils/cache.service.ts b/src/modules/util/cache.service.ts similarity index 100% rename from src/modules/utils/cache.service.ts rename to src/modules/util/cache.service.ts diff --git a/src/modules/utils/phone.util.ts b/src/modules/util/phone.util.ts similarity index 100% rename from src/modules/utils/phone.util.ts rename to src/modules/util/phone.util.ts diff --git a/src/modules/utils/sanitize.util.ts b/src/modules/util/sanitize.util.ts similarity index 100% rename from src/modules/utils/sanitize.util.ts rename to src/modules/util/sanitize.util.ts diff --git a/src/modules/utils/utils.module.ts b/src/modules/util/utils.module.ts similarity index 100% rename from src/modules/utils/utils.module.ts rename to src/modules/util/utils.module.ts diff --git a/src/seeders/DatabaseSeeder.ts b/src/seeders/DatabaseSeeder.ts index dc3442a..0e61417 100644 --- a/src/seeders/DatabaseSeeder.ts +++ b/src/seeders/DatabaseSeeder.ts @@ -8,7 +8,7 @@ import { PaymentMethodsSeeder } from './payment-methods.seeder'; import { DeliveryMethodsSeeder } from './delivery-methods.seeder'; import { SchedulesSeeder } from './schedules.seeder'; import { CategoriesSeeder } from './categories.seeder'; -import { FoodsSeeder } from './foods.seeder'; +import { productsSeeder } from './products.seeder'; import { AdminsSeeder } from './admins.seeder'; import { UsersSeeder } from './users.seeder'; import { CouponsSeeder } from './coupons.seeder'; @@ -70,13 +70,13 @@ export class DatabaseSeeder extends Seeder { const categoriesMap = await categoriesSeeder.run(em, restaurantsMap); console.info(`[Seeder] Step 8/${TOTAL_STEPS}: Done`); - // 9. Create Foods - console.info(`[Seeder] Step 9/${TOTAL_STEPS}: Creating foods`); - const foodsSeeder = new FoodsSeeder(); - await foodsSeeder.run(em, restaurantsMap, categoriesMap); + // 9. Create products + console.info(`[Seeder] Step 9/${TOTAL_STEPS}: Creating products`); + const productsSeeder = new productsSeeder(); + await productsSeeder.run(em, restaurantsMap, categoriesMap); console.info(`[Seeder] Step 9/${TOTAL_STEPS}: Done`); - // 10. Create Inventory for all Foods + // 10. Create Inventory for all products console.info(`[Seeder] Step 10/${TOTAL_STEPS}: Creating inventory`); const inventorySeeder = new InventorySeeder(); await inventorySeeder.run(em); diff --git a/src/seeders/admins.seeder.ts b/src/seeders/admins.seeder.ts index 17699e1..ac054b0 100644 --- a/src/seeders/admins.seeder.ts +++ b/src/seeders/admins.seeder.ts @@ -4,7 +4,7 @@ import { AdminRole } from '../modules/admin/entities/adminRole.entity'; import type { Role } from '../modules/roles/entities/role.entity'; import type { Restaurant } from '../modules/restaurants/entities/restaurant.entity'; import { adminsData } from './data/admins.data'; -import { normalizePhone } from '../modules/utils/phone.util'; +import { normalizePhone } from '../modules/util/phone.util'; export class AdminsSeeder { async run(em: EntityManager, rolesMap: Map, restaurantsMap: Map): Promise { diff --git a/src/seeders/categories.seeder.ts b/src/seeders/categories.seeder.ts deleted file mode 100644 index 53d3a32..0000000 --- a/src/seeders/categories.seeder.ts +++ /dev/null @@ -1,395 +0,0 @@ -import type { EntityManager } from '@mikro-orm/core'; -import { Category } from '../modules/foods/entities/category.entity'; -import type { Restaurant } from '../modules/restaurants/entities/restaurant.entity'; -import { categoriesData } from './data/categories.data'; -import * as fs from 'fs'; -import * as path from 'path'; - -interface IconData { - index: number; - name: string; - url: string; -} - -export class CategoriesSeeder { - private icons: IconData[] = []; - private iconIndex = 0; - - private loadIcons(): void { - if (this.icons.length > 0) return; - - const iconsPath = path.join(process.cwd(), 'dump', 'named_icons.csv'); - const csvContent = fs.readFileSync(iconsPath, 'utf-8'); - const lines = csvContent.split('\n').slice(1); // Skip header - - this.icons = lines - .filter(line => line.trim()) - .map(line => { - const parts = line.split(','); - return { - index: parseInt(parts[0].replace(/"/g, '')), - name: parts[1].replace(/"/g, ''), - url: parts[2].replace(/"/g, '') - }; - }); - } - - private getIconForCategory(categoryTitle: string): string | undefined { - this.loadIcons(); - - if (this.icons.length === 0) return undefined; - - // Create a mapping of keywords to icon names - const iconMapping: Record = { - // Pizza - 'پیتزا': ['pizza'], - - // Pasta - 'پاستا': ['fast-food'], - - // Steak - 'استیک': ['meat', 'meat 2'], - - // Burger - 'برگر': ['hanburger'], - - // Salad - 'سالاد': ['broccoli'], - - // Appetizer/Appetizers - 'پیش غذا': ['chicken', 'fast-food'], - - // Main Course - 'غذای اصلی': ['hanburger', 'meat'], - 'خوراک': ['hanburger', 'meat'], - 'ناهار': ['hanburger', 'meat'], - - // Sandwich - 'ساندویچ': ['bread'], - - // Fried foods - 'سوخاری': ['chicken', 'fast-food'], - - // Cake/Dessert - 'کیک': ['cookie1', 'cookie2'], - 'دسر': ['cookie1', 'cookie2'], - - // Ice Cream - 'بستنی': ['ice cream', 'ice cream 3'], - 'آیس': ['ice cream'], - - // Breakfast - 'صبحانه': ['bread', 'egg'], - - // Drinks - general - 'نوشیدنی': ['drink', 'drink2', 'bottle1', 'bottle2'], - - // Coffee - 'قهوه': ['drink', 'drink2'], - 'اسپرسو': ['drink'], - 'کافی': ['drink'], - - // Tea - 'چای': ['drink', 'drink2'], - 'دمنوش': ['drink', 'drink2'], - - // Cocktail/Mocktail - 'ماکتل': ['wine glass', 'wine glass 2'], - 'موهیتو': ['wine glass'], - - // Shake/Smoothie - 'شیک': ['ice cream'], - 'اسموتی': ['ice cream'], - - // Juice - 'آبمیوه': ['juice', 'juice2', 'juice3'], - 'ویتامینه': ['juice', 'juice2', 'juice3'], - - // Hot Dog - 'هات داگ': ['hot dog'], - - // BBQ - 'باربیکیو': ['barbecue', 'barbeque2'], - - // BBQ Skewers - 'کباب': ['skewer'], - - // Soup - 'آش': ['jar', 'dish'], - - // Bread - 'نان': ['bread'], - - // Donut - 'دونات': ['donuts'], - - // Fish - 'دریایی': ['fish'], - 'ماهی': ['fish'], - - // Chicken - 'مرغ': ['chicken'], - - // Egg - 'تخم': ['egg', 'fried egg'], - - // Vegetable - 'سبزی': ['broccoli'], - - // Fruit - 'میوه': ['strawberry', 'cherry', 'grape', 'watermelon'], - - // Milk - 'شیر': ['bottle1'], // Note: there's no milk icon, using a generic one - - // Cookie - 'کوکی': ['cookie1', 'cookie2'], - - // French Fries - 'سیب زمینی': ['french fries'], - - // Fast Food - 'فست فود': ['fast-food'], - - // Bakery - 'نانوایی': ['bread'], - - // Ice Tea - 'آیس تی': ['drink', 'drink2'], - - // Hot Pot - 'حلیم': ['jar', 'dish'], - - // Taco - 'تاکو': ['taco'], - - // Nachos - 'ناچو': ['fast-food'], - - // Sushi - 'سوشی': ['fish'], - - // Dumpling - 'غالوش': ['basket'], - - // Tempura - 'تمپورا': ['fish'], - - // Tofu - 'توفو': ['jar'], - - // Bibimbap - 'بیبیمباب': ['fast-food'], - - // Boba - 'بوبا': ['drink', 'drink2'], - - // Fish and Chips - 'فیش اند چیپس': ['fish', 'french fries'], - - // Focaccia - 'فوکاچیا': ['bread'], - - // Martini - 'مارتینی': ['wine glass'], - - // Mochi - 'موچی': ['donuts'], - - // Pancake - 'پن کیک': ['bread'], - - // Quesadilla - 'کوئزادیا': ['quesadilla'], - - // Origami - 'اوريگامي': ['basket'], - - // Pudding - 'پودینگ': ['jar'], - - // Sweet - 'شیرین': ['candy'], - - // Crossant - 'کروسان': ['bread'], - - // Bio - 'بیو': ['broccoli'], - - // Lemon - 'لیمو': ['lemon'], - - // Candy - 'شیرینی': ['candy'], - - // Lollipop - 'آب نبات': ['lollipop'], - - // Cherry - 'گیلاس': ['cherry'], - - // Strawberry - 'توت فرنگی': ['strawberry'], - - // Watermelon - 'هندوانه': ['watermelon'], - - // Avocado - 'آووکادو': ['avocado'], - - // Banana - 'موز': ['banana'], - - // Carrot - 'هویج': ['carrot'], - - // Cheese - 'پنیر': ['cheese', 'cheese2'], - - // Tomato - 'گوجه': ['tomato'], // Note: no tomato icon - - // Onion - 'پیاز': ['onion'], - - // Olive - 'زیتون': ['olive'], - - // Nuts - 'آجیل': ['nuts'], - - // Scales (for weighing) - 'ترازو': ['scales'], - - // Whisk - 'همزن': ['whisk', 'whisk'], - - // Mortar - 'هاون': ['mortar'], - - // Rolling pin - 'والت': ['rolling pin'], - - // Knife - 'چاقو': ['knife'], - - // Baby food - 'کودک': ['baby bottle', 'baby bottle', 'baby pacifier'], - - // Hat (chef hat) - 'کلاه': ['hat robe', 'hat robe 2'], - - - - // Candle (birthday) - 'شمع': ['candle'], - - // Fire - 'آتش': ['fire'], - - // Refrigerator - 'یخچال': ['refrigerator'], - - // Kitchen stove - 'اجاق': ['kitchen stove'], - - // Mixer - 'میکسر': ['mixer'], - - // Jar - 'شیشه': ['jar'], - - // Jelly - 'ژله': ['jelly'], - - // Soap - 'صابون': ['soap'], - - // Dish - 'ظرف': ['dish'], - - // Basket - 'سبد': ['basket'], - - // Salt - 'نمک': ['solt'], - - // Eggplant - 'بادمجان': ['egg plant'], - - // Wine - 'شراب': ['wine glass', 'wine glass 2', 'wine glass 3'], - - // Plate - 'بشقاب': ['dish'], - - // Fork and knife - 'چنگال': ['spoon and fork 1', 'spoon and fork 2', 'spoon and knife', 'fork and knife'], - - // Toast - 'تست': ['toast'] - }; - - // Find matching icon based on category title - for (const [keyword, iconNames] of Object.entries(iconMapping)) { - if (categoryTitle.includes(keyword)) { - // Find the first available icon from the list - for (const iconName of iconNames) { - const icon = this.icons.find(i => i.name.toLowerCase() === iconName.toLowerCase()); - if (icon) { - return icon.url; - } - } - } - } - - // Fallback: try to find any icon that might be related by partial name match - for (const icon of this.icons) { - const lowerTitle = categoryTitle.toLowerCase(); - const lowerIconName = icon.name.toLowerCase(); - - // Check if any word in the category title matches part of the icon name - const titleWords = lowerTitle.split(/\s+/); - for (const word of titleWords) { - if (word.length > 2 && lowerIconName.includes(word)) { - return icon.url; - } - } - } - - // Final fallback: return a random icon - const randomIndex = Math.floor(Math.random() * this.icons.length); - return this.icons[randomIndex]?.url; - } - async run(em: EntityManager, restaurantsMap: Map): Promise> { - const categoriesMap = new Map(); - - for (const catData of categoriesData) { - const restaurant = restaurantsMap.get(catData.restaurantSlug); - if (!restaurant) continue; - - const existing = await em.findOne(Category, { - title: catData.title, - restaurant, - }); - - if (!existing) { - const avatarUrl = this.getIconForCategory(catData.title); - const category = em.create(Category, { - title: catData.title, - restaurant, - isActive: true, - avatarUrl, - }); - em.persist(category); - categoriesMap.set(`${catData.restaurantSlug}-${catData.title}`, category); - } else { - categoriesMap.set(`${catData.restaurantSlug}-${catData.title}`, existing); - } - } - - await em.flush(); - return categoriesMap; - } -} diff --git a/src/seeders/data/categories.data.ts b/src/seeders/data/categories.data.ts index b75cdab..479663f 100644 --- a/src/seeders/data/categories.data.ts +++ b/src/seeders/data/categories.data.ts @@ -3,428 +3,428 @@ export interface CategoryData { restaurantSlug: string; } -export const categoriesData: CategoryData[] = [ { title: 'پاستا', restaurantSlug: 'zhivan' }, - { title: 'پیتزا ایتالیایی', restaurantSlug: 'zhivan' }, - { title: 'پیتزا امریکایی', restaurantSlug: 'zhivan' }, - { title: 'استیک', restaurantSlug: 'zhivan' }, - { title: 'غذاهای گریل و فرنگی', restaurantSlug: 'zhivan' }, - { title: 'ساندویچ و برگر', restaurantSlug: 'zhivan' }, - { title: 'سوخاری', restaurantSlug: 'zhivan' }, - { title: 'سالاد', restaurantSlug: 'zhivan' }, - { title: 'پیش غذا', restaurantSlug: 'zhivan' }, - { title: 'نوشیدنی ها', restaurantSlug: 'zhivan' }, - { title: 'قهوه ', restaurantSlug: 'zhivan' }, - { title: 'موهیتو بار', restaurantSlug: 'zhivan' }, - { title: 'اسموتی و شیک ها ', restaurantSlug: 'zhivan' }, - { title: 'کیک و دسر', restaurantSlug: 'zhivan' }, - { title: 'چای و دمنوش ', restaurantSlug: 'zhivan' }, - { title: 'آیس کافی', restaurantSlug: 'zhivan' }, - { title: 'ایرانی', restaurantSlug: 'zhivan' }, - { title: 'شربت و عرقیجات', restaurantSlug: 'zhivan' }, - { title: 'ماکتیل', restaurantSlug: 'zhivan' }, - { title: 'نوشیدنی های گرم', restaurantSlug: 'sepanta' }, - { title: 'شیک ها', restaurantSlug: 'sepanta' }, - { title: 'کیک ها', restaurantSlug: 'sepanta' }, - { title: 'شربت ها ', restaurantSlug: 'sepanta' }, - { title: 'دمنوش ها', restaurantSlug: 'sepanta' }, - { title: 'صبحانه', restaurantSlug: 'ocafe' }, - { title: 'سیب زمینی ها', restaurantSlug: 'ocafe' }, - { title: 'پیش غذا و سالادها ', restaurantSlug: 'ocafe' }, - { title: 'غذاهای اصلی ', restaurantSlug: 'ocafe' }, - { title: 'کوکی و دسرها (آیتم ها به تعداد محدود در روز موجود می‌باشد )', restaurantSlug: 'ocafe' }, - { title: 'موکتل های ایرانی و ملل ', restaurantSlug: 'ocafe' }, - { title: 'شیک ها ', restaurantSlug: 'ocafe' }, - { title: 'نوشیدنی های گرم بر پایه اسپرسو ', restaurantSlug: 'ocafe' }, - { title: 'نوشیدنی های سرد بر پایه اسپرسو ', restaurantSlug: 'ocafe' }, - { title: 'نوشیدنی های گرم ملل ', restaurantSlug: 'ocafe' }, - { title: 'چای های ایرانی ', restaurantSlug: 'ocafe' }, - { title: 'دمنوش ها ', restaurantSlug: 'ocafe' }, - { title: 'قهوه های شنی ', restaurantSlug: 'ocafe' }, - { title: 'کلد برو ', restaurantSlug: 'ocafe' }, - { title: 'متدهای موج سوم', restaurantSlug: 'ocafe' }, - { title: 'آپشنال ', restaurantSlug: 'ocafe' }, - { title: 'نوشیدنی', restaurantSlug: 'ocafe' }, - { title: 'لقمه', restaurantSlug: 'ocafe' }, - { title: 'خوراک ها', restaurantSlug: 'easydizy' }, - { title: 'چاشنی ها', restaurantSlug: 'easydizy' }, - { title: 'نوشیدنی های خنک', restaurantSlug: 'easydizy' }, - { title: 'دسر ها', restaurantSlug: 'easydizy' }, - { title: 'پیش غذا ', restaurantSlug: 'boote' }, - { title: 'پیتزا آمریکایی', restaurantSlug: 'boote' }, - { title: 'پیتزا ایتالیایی ', restaurantSlug: 'boote' }, - { title: 'پاستا ', restaurantSlug: 'boote' }, - { title: 'ناهار بوته', restaurantSlug: 'boote' }, - { title: 'غذای اصلی', restaurantSlug: 'boote' }, - { title: 'ساندویچ', restaurantSlug: 'boote' }, - { title: 'اسپرسو بار', restaurantSlug: 'boote' }, - { title: 'دمی بار', restaurantSlug: 'boote' }, - { title: 'هاوس آف تی', restaurantSlug: 'boote' }, - { title: 'امریکن استایل', restaurantSlug: 'boote' }, - { title: 'کیک و دسر', restaurantSlug: 'boote' }, - { title: 'آیس کافی', restaurantSlug: 'boote' }, - { title: 'ماکتل بار', restaurantSlug: 'boote' }, - { title: 'ژلاتو میلک شیک', restaurantSlug: 'boote' }, - { title: 'صبحانه', restaurantSlug: 'boote' }, - { title: 'اسموتی بار', restaurantSlug: 'boote' }, - { title: 'چاکلت بار', restaurantSlug: 'boote' }, - { title: 'نوشیدنی های گرم ', restaurantSlug: 'life' }, - { title: 'نوشیدنی های سرد ', restaurantSlug: 'life' }, - { title: 'صبحانه ', restaurantSlug: 'life' }, - { title: 'میان وعده', restaurantSlug: 'life' }, - { title: 'بستنی', restaurantSlug: 'life' }, - { title: 'شیک', restaurantSlug: 'life' }, - { title: 'قلیان', restaurantSlug: 'life' }, - { title: 'پیتزا ایتالیایی ', restaurantSlug: 'foodcourt' }, - { title: 'پیتزا آمریکایی ', restaurantSlug: 'foodcourt' }, - { title: 'پاستاها', restaurantSlug: 'foodcourt' }, - { title: 'استیک ها', restaurantSlug: 'foodcourt' }, - { title: 'برگرها', restaurantSlug: 'foodcourt' }, - { title: 'ایرانی', restaurantSlug: 'foodcourt' }, - { title: 'سالاد.', restaurantSlug: 'foodcourt' }, - { title: 'پیش غذا.', restaurantSlug: 'foodcourt' }, - { title: 'نوشیدنی ها ', restaurantSlug: 'foodcourt' }, - { title: 'کیک و دسر', restaurantSlug: 'foodcourt' }, - { title: 'اسپرسو بار', restaurantSlug: 'foodcourt' }, - { title: 'نوشیدنی های گرم', restaurantSlug: 'foodcourt' }, - { title: 'چای و دمنوش', restaurantSlug: 'foodcourt' }, - { title: 'آیس کافه', restaurantSlug: 'foodcourt' }, - { title: 'میلک شیک', restaurantSlug: 'foodcourt' }, - { title: 'نوشیدی های سرد', restaurantSlug: 'foodcourt' }, - { title: 'قهوه های دمی.', restaurantSlug: 'foodcourt' }, - { title: 'گلاسه ها', restaurantSlug: 'foodcourt' }, - { title: 'صبحانه ', restaurantSlug: 'foodcourt' }, - { title: ' پیش غذا', restaurantSlug: 'banicho' }, - { title: 'کباب ها ', restaurantSlug: 'banicho' }, - { title: 'دمنوش', restaurantSlug: 'banicho' }, - { title: 'قهوه های دمی', restaurantSlug: 'banicho' }, - { title: 'جگر گوسفندی', restaurantSlug: 'banicho' }, - { title: 'جگر گوساله', restaurantSlug: 'banicho' }, - { title: 'بارسرد ', restaurantSlug: 'banicho' }, - { title: 'بارگرم', restaurantSlug: 'banicho' }, - { title: 'نوشیدنی گرم بر پایه اسپرسو', restaurantSlug: 'blacksugar' }, - { title: ' نوشیدنی گرم ', restaurantSlug: 'blacksugar' }, - { title: 'قهوه سرد', restaurantSlug: 'blacksugar' }, - { title: ' قهوه دمی', restaurantSlug: 'blacksugar' }, - { title: ' میان وعده و دسر', restaurantSlug: 'blacksugar' }, - { title: 'پیش غذاها', restaurantSlug: 'Piano' }, - { title: 'ساندویچ و برگر', restaurantSlug: 'Piano' }, - { title: 'پیتزا امریکایی', restaurantSlug: 'Piano' }, - { title: 'پیتزا ایتالیایی', restaurantSlug: 'Piano' }, - { title: 'پاستا', restaurantSlug: 'Piano' }, - { title: 'استیک', restaurantSlug: 'Piano' }, - { title: 'سوخاری', restaurantSlug: 'Piano' }, - { title: 'سالاد', restaurantSlug: 'Piano' }, - { title: 'بشقاب', restaurantSlug: 'Piano' }, - { title: 'پیده', restaurantSlug: 'Piano' }, - { title: 'خوراک', restaurantSlug: 'Piano' }, - { title: 'نوشیدنی گرم', restaurantSlug: 'Piano' }, - { title: 'نوشیدنی سرد', restaurantSlug: 'Piano' }, - { title: 'دسر و کیک', restaurantSlug: 'Piano' }, - { title: 'بستنی', restaurantSlug: 'Piano' }, - { title: 'دمنوش گیاهی', restaurantSlug: 'Piano' }, - { title: 'اسموتی', restaurantSlug: 'Piano' }, - { title: 'شیک', restaurantSlug: 'Piano' }, - { title: 'ماکتل ها', restaurantSlug: 'Piano' }, - { title: 'شربت ها', restaurantSlug: 'Piano' }, - { title: 'غذا', restaurantSlug: 'saadat' }, - { title: 'فرنگی', restaurantSlug: 'saadat' }, - { title: 'سالاد ها', restaurantSlug: 'saadat' }, - { title: 'نوشیدنی', restaurantSlug: 'saadat' }, - { title: 'قلیان', restaurantSlug: 'saadat' }, - { title: 'نوشیدنی های گرم', restaurantSlug: 'saadat' }, - { title: 'آیس کافی', restaurantSlug: 'saadat' }, - { title: 'چای', restaurantSlug: 'saadat' }, - { title: 'قهوه نسل ۳', restaurantSlug: 'saadat' }, - { title: 'ماکتل ها', restaurantSlug: 'saadat' }, - { title: 'شیک ها', restaurantSlug: 'saadat' }, - { title: 'پیش غذاها', restaurantSlug: 'saadat' }, - { title: 'خوراک مخصوص هفت خوان', restaurantSlug: 'Haaft khaan' }, - { title: 'خوراک', restaurantSlug: 'Haaft khaan' }, - { title: 'پیش غذا', restaurantSlug: 'Haaft khaan' }, - { title: 'نوشیدنی', restaurantSlug: 'Haaft khaan' }, - { title: 'چای و نوشیدنی گرم', restaurantSlug: 'Haaft khaan' }, - { title: 'قلیان', restaurantSlug: 'Haaft khaan' }, - { title: 'دسر', restaurantSlug: 'Haaft khaan' }, - { title: ' نوشیدنی های سرد', restaurantSlug: '1972Cafe' }, - { title: 'پیتزا ', restaurantSlug: '1972Cafe' }, - { title: 'قهوه و نوشیدنی گرم', restaurantSlug: '1972Cafe' }, - { title: 'پیش غذا و سالاد ', restaurantSlug: '1972Cafe' }, - { title: 'کیک', restaurantSlug: '1972Cafe' }, - { title: 'قهوه های دمی ', restaurantSlug: '1972Cafe' }, - { title: 'چای و دمنوش', restaurantSlug: '1972Cafe' }, - { title: 'پاستا', restaurantSlug: '1972Cafe' }, - { title: 'برگر', restaurantSlug: '1972Cafe' }, - { title: 'قلیان', restaurantSlug: '1972Cafe' }, - { title: 'پیتزاها', restaurantSlug: 'lounge1' }, - { title: 'پیتزا', restaurantSlug: 'Honar' }, - { title: 'برگر', restaurantSlug: 'cafe_sepanj' }, - { title: 'پاستا', restaurantSlug: 'cafe_sepanj' }, - { title: 'پنینی ', restaurantSlug: 'cafe_sepanj' }, - { title: 'هات داگ ', restaurantSlug: 'cafe_sepanj' }, - { title: 'سوخاری', restaurantSlug: 'cafe_sepanj' }, - { title: 'سیب زمینی', restaurantSlug: 'cafe_sepanj' }, - { title: 'سالاد', restaurantSlug: 'cafe_sepanj' }, - { title: 'نوشیدنی', restaurantSlug: 'cafe_sepanj' }, - { title: 'اسپرسو بار', restaurantSlug: 'cafe_sepanj' }, - { title: 'نوشیدنی گرم', restaurantSlug: 'cafe_sepanj' }, - { title: 'دمی', restaurantSlug: 'cafe_sepanj' }, - { title: ' ایس کافی', restaurantSlug: 'cafe_sepanj' }, - { title: 'چای دمنوش', restaurantSlug: 'cafe_sepanj' }, - { title: 'کیک', restaurantSlug: 'cafe_sepanj' }, - { title: 'شیک', restaurantSlug: 'cafe_sepanj' }, - { title: 'نوشیدنی سرد', restaurantSlug: 'cafe_sepanj' }, - { title: 'سیروپ', restaurantSlug: 'monikh' }, - { title: 'کیک', restaurantSlug: 'monikh' }, - { title: 'ساندویچ سرد', restaurantSlug: 'monikh' }, - { title: 'بر پایه اسپرسو', restaurantSlug: 'monikh' }, - { title: 'ماچا', restaurantSlug: 'monikh' }, - { title: 'بدون اسپرسو', restaurantSlug: 'monikh' }, - { title: 'چای و دمنوش', restaurantSlug: 'monikh' }, - { title: 'شیک و اسموتی', restaurantSlug: 'monikh' }, - { title: 'نوشیدنی های گرم (بر پایه اسپرسو)', restaurantSlug: 'o-cafe' }, - { title: 'نوشیدنی های سرد ', restaurantSlug: 'o-cafe' }, - { title: ' نوشیدنی های گرم ملل', restaurantSlug: 'o-cafe' }, - { title: ' قهوه های شنی', restaurantSlug: 'o-cafe' }, - { title: ' شیک ها', restaurantSlug: 'o-cafe' }, - { title: ' کوکی ها و دسرها', restaurantSlug: 'o-cafe' }, - { title: ' کلد برو', restaurantSlug: 'o-cafe' }, - { title: ' موج سوم', restaurantSlug: 'o-cafe' }, - { title: ' چای های ایرانی', restaurantSlug: 'o-cafe' }, - { title: ' دمنوش ها', restaurantSlug: 'o-cafe' }, - { title: ' ماکتل ها', restaurantSlug: 'o-cafe' }, - { title: ' غذاهای اصلی', restaurantSlug: 'o-cafe' }, - { title: ' پیش غذاها', restaurantSlug: 'o-cafe' }, - { title: ' سیب زمینی ها', restaurantSlug: 'o-cafe' }, - { title: ' صبحانه ها', restaurantSlug: 'o-cafe' }, - { title: ' آپشنال', restaurantSlug: 'o-cafe' }, - { title: 'پیش غذا', restaurantSlug: 'yummyburger' }, - { title: 'برگرها', restaurantSlug: 'yummyburger' }, - { title: 'دبل برگرها', restaurantSlug: 'yummyburger' }, - { title: 'تریپل برگرها', restaurantSlug: 'yummyburger' }, - { title: 'پیتزا ها', restaurantSlug: 'yummyburger' }, - { title: 'نوشیدنی ها', restaurantSlug: 'yummyburger' }, - { title: 'ساندویچ', restaurantSlug: 'yummyburger' }, - { title: 'سالاد و پیش غذا', restaurantSlug: 'mahtabgarden' }, - { title: 'آش بار مهتاب', restaurantSlug: 'mahtabgarden' }, - { title: 'غذای اصلی', restaurantSlug: 'mahtabgarden' }, - { title: 'شربت بار مهتاب', restaurantSlug: 'mahtabgarden' }, - { title: 'برگر', restaurantSlug: 'mahtabgarden' }, - { title: 'کافی بار', restaurantSlug: 'mahtabgarden' }, - { title: 'نوشیدنی گرم شکلاتی', restaurantSlug: 'mahtabgarden' }, - { title: 'دسر و کیک', restaurantSlug: 'mahtabgarden' }, - { title: 'شیک', restaurantSlug: 'mahtabgarden' }, - { title: 'دمنوش بار', restaurantSlug: 'mahtabgarden' }, - { title: 'ماکتل بار', restaurantSlug: 'mahtabgarden' }, - { title: 'اسموتی', restaurantSlug: 'mahtabgarden' }, - { title: 'نوشیدنی سرد', restaurantSlug: 'mahtabgarden' }, - { title: 'نوشیدنی های بر پایه اسپرسو', restaurantSlug: 'dream' }, - { title: 'قهوه های دمی ', restaurantSlug: 'dream' }, - { title: 'نوشیدنی های گرم', restaurantSlug: 'dream' }, - { title: 'چای و دمنوش', restaurantSlug: 'dream' }, - { title: 'قهوه های سرد', restaurantSlug: 'dream' }, - { title: 'شیک ها', restaurantSlug: 'dream' }, - { title: 'موکتل و آب میوه ها', restaurantSlug: 'dream' }, - { title: 'شربت ها', restaurantSlug: 'dream' }, - { title: 'فانتزی', restaurantSlug: 'dream' }, - { title: 'افزودنی', restaurantSlug: 'dream' }, - { title: 'بستنی ', restaurantSlug: 'dream' }, - { title: 'دسر', restaurantSlug: 'dream' }, - { title: 'صبحانه', restaurantSlug: 'dream' }, - { title: 'پیتزا ایتالیایی', restaurantSlug: 'dream' }, - { title: 'برگر', restaurantSlug: 'dream' }, - { title: 'پیش غذا', restaurantSlug: 'dream' }, - { title: 'پاستا', restaurantSlug: 'dream' }, - { title: 'سوخاری', restaurantSlug: 'dream' }, - { title: 'خوراک', restaurantSlug: 'dream' }, - { title: 'پیده', restaurantSlug: 'dream' }, - { title: 'شیرینی', restaurantSlug: 'dream' }, - { title: 'استیک ها', restaurantSlug: 'dream' }, - { title: 'سالاد', restaurantSlug: 'dream' }, - { title: 'پیتزا آمریکایی', restaurantSlug: 'dream' }, - { title: 'غذای ایرانی', restaurantSlug: 'dream' }, - { title: 'باربیکیو', restaurantSlug: 'dream' }, - { title: 'پیش غذاها', restaurantSlug: 'lanka' }, - { title: 'ایران زمین', restaurantSlug: 'lanka' }, - { title: 'پیتزا ایتالیایی', restaurantSlug: 'lanka' }, - { title: 'برگرها', restaurantSlug: 'lanka' }, - { title: 'استیک ها', restaurantSlug: 'lanka' }, - { title: 'پاستا', restaurantSlug: 'lanka' }, - { title: 'سالاد', restaurantSlug: 'lanka' }, - { title: 'دریایی ها', restaurantSlug: 'lanka' }, - { title: 'شات سس ها', restaurantSlug: 'lanka' }, - { title: 'اسپرسو بار', restaurantSlug: 'lanka' }, - { title: 'نوشیدنی گرم', restaurantSlug: 'lanka' }, - { title: 'آیس کافی', restaurantSlug: 'lanka' }, - { title: 'میلک شیک', restaurantSlug: 'lanka' }, - { title: 'نوشیدنی سرد', restaurantSlug: 'lanka' }, - { title: 'کیک و دسر ', restaurantSlug: 'lanka' }, - { title: 'سوخاری ها', restaurantSlug: 'lanka' }, - { title: 'چای و دمنوش', restaurantSlug: 'lanka' }, - { title: 'قهوه دمی', restaurantSlug: 'lanka' }, - { title: 'اسموتی ', restaurantSlug: 'lanka' }, - { title: 'vip drink', restaurantSlug: 'lanka' }, - { title: 'اسپرسو', restaurantSlug: 'LIAN' }, - { title: 'اسپرسو با شیر', restaurantSlug: 'LIAN' }, - { title: 'بار گرم', restaurantSlug: 'LIAN' }, - { title: 'آیس کافی', restaurantSlug: 'LIAN' }, - { title: 'آیس', restaurantSlug: 'LIAN' }, - { title: 'ماکتیل', restaurantSlug: 'LIAN' }, - { title: 'شیک', restaurantSlug: 'LIAN' }, - { title: 'دمی', restaurantSlug: 'LIAN' }, - { title: 'اسموتی', restaurantSlug: 'LIAN' }, - { title: 'میان وعده', restaurantSlug: 'LIAN' }, - { title: 'کیک ها', restaurantSlug: 'LIAN' }, - { title: 'چای و دمنوش', restaurantSlug: 'LIAN' }, - { title: 'بار گرم', restaurantSlug: 'milco-pilco' }, - { title: 'چای ها', restaurantSlug: 'milco-pilco' }, - { title: 'دمنوش ها', restaurantSlug: 'milco-pilco' }, - { title: 'شیک ها', restaurantSlug: 'milco-pilco' }, - { title: 'بارسرد', restaurantSlug: 'milco-pilco' }, - { title: 'برگرها ', restaurantSlug: 'milco-pilco' }, - { title: 'هات داگ ها', restaurantSlug: 'milco-pilco' }, - { title: 'نوستالژی', restaurantSlug: 'milco-pilco' }, - { title: 'سوخاری', restaurantSlug: 'milco-pilco' }, - { title: 'سیب زمینی', restaurantSlug: 'milco-pilco' }, - { title: 'پاستا', restaurantSlug: 'milco-pilco' }, - { title: 'سالاد ', restaurantSlug: 'milco-pilco' }, - { title: 'اسپرسو بار', restaurantSlug: 'milco-pilco' }, - { title: 'نوشیدنی سرد بر پایه قهوه', restaurantSlug: 'milco-pilco' }, - { title: 'ساندویچ ', restaurantSlug: 'milco-pilco' }, - { title: 'نوشیدنی های گرم بر پایه قهوه', restaurantSlug: 'lama' }, - { title: 'نوشیدنی های گرم', restaurantSlug: 'lama' }, - { title: 'دمنوش ها', restaurantSlug: 'lama' }, - { title: 'نوشیدنی های سر بر پایه قهوه', restaurantSlug: 'lama' }, - { title: 'ماکتیل', restaurantSlug: 'lama' }, - { title: 'چای', restaurantSlug: 'lama' }, - { title: 'شیک', restaurantSlug: 'lama' }, - { title: 'پیتزا', restaurantSlug: 'lama' }, - { title: 'برگر', restaurantSlug: 'lama' }, - { title: 'ساندویچ', restaurantSlug: 'lama' }, - { title: 'ساندویچ نوستالژی', restaurantSlug: 'lama' }, - { title: 'سوخاری', restaurantSlug: 'lama' }, - { title: 'سیب زمینی', restaurantSlug: 'lama' }, - { title: 'پنه', restaurantSlug: 'lama' }, - { title: 'غذای ایرانی', restaurantSlug: 'kaj.foodhall' }, - { title: 'پیتزا آمریکایی', restaurantSlug: 'kaj.foodhall' }, - { title: 'پیتزا ایتالیایی', restaurantSlug: 'kaj.foodhall' }, - { title: 'برگر', restaurantSlug: 'kaj.foodhall' }, - { title: 'خوراک', restaurantSlug: 'kaj.foodhall' }, - { title: 'پیده', restaurantSlug: 'kaj.foodhall' }, - { title: 'سوخاری', restaurantSlug: 'kaj.foodhall' }, - { title: 'استیک', restaurantSlug: 'kaj.foodhall' }, - { title: 'پاستا', restaurantSlug: 'kaj.foodhall' }, - { title: 'پیش غذا', restaurantSlug: 'kaj.foodhall' }, - { title: 'سالاد', restaurantSlug: 'kaj.foodhall' }, - { title: 'نوشیدنی های بر پایه اسپرسو', restaurantSlug: 'kaj.foodhall' }, - { title: 'قهوه های دمی', restaurantSlug: 'kaj.foodhall' }, - { title: 'قهوه های سرد', restaurantSlug: 'kaj.foodhall' }, - { title: 'چای و دمنوش ', restaurantSlug: 'kaj.foodhall' }, - { title: 'نوشیدنی های گرم', restaurantSlug: 'kaj.foodhall' }, - { title: 'موکتل و آب میوه ها', restaurantSlug: 'kaj.foodhall' }, - { title: 'دسر', restaurantSlug: 'kaj.foodhall' }, - { title: 'شیک ', restaurantSlug: 'kaj.foodhall' }, - { title: 'بستنی', restaurantSlug: 'kaj.foodhall' }, - { title: 'شربت', restaurantSlug: 'kaj.foodhall' }, - { title: 'دسر', restaurantSlug: 'hamid' }, - { title: 'شیک', restaurantSlug: 'donat-factory' }, - { title: 'بستنی ویژه', restaurantSlug: 'donat-factory' }, - { title: 'دسر', restaurantSlug: 'donat-factory' }, - { title: 'اسموتی', restaurantSlug: 'donat-factory' }, - { title: 'آیس کافی', restaurantSlug: 'donat-factory' }, - { title: 'قهوه', restaurantSlug: 'donat-factory' }, - { title: 'نوشیدنی های گرم', restaurantSlug: 'donat-factory' }, - { title: 'دمنوش', restaurantSlug: 'donat-factory' }, - { title: 'آیس بستنی', restaurantSlug: 'donat-factory' }, - { title: 'ویتامینه', restaurantSlug: 'donat-factory' }, - { title: 'آبمیوه طبیعی', restaurantSlug: 'donat-factory' }, - { title: 'دونات اسپشیال ', restaurantSlug: 'donat-factory' }, - { title: 'دونات آرت', restaurantSlug: 'donat-factory' }, - { title: 'دونات فانتزی', restaurantSlug: 'donat-factory' }, - { title: 'دونات جنرال', restaurantSlug: 'donat-factory' }, - { title: 'رست نات', restaurantSlug: 'donat-factory' }, - { title: 'برلینر', restaurantSlug: 'donat-factory' }, - { title: 'دونات اسپال', restaurantSlug: 'donat-factory' }, - { title: 'دونات لقمه ای ', restaurantSlug: 'donat-factory' }, - { title: 'دونات لقمه ای', restaurantSlug: 'donat-factory' }, - { title: 'دونات ناتس', restaurantSlug: 'donat-factory' }, - { title: 'صبحانه', restaurantSlug: 'donat-factory' }, - { title: 'اسنک و‌ میان وعده', restaurantSlug: 'donat-factory' }, - { title: 'دونات دوبی ', restaurantSlug: 'donat-factory' }, - { title: 'منوی اقتصادی ', restaurantSlug: 'donat-factory' }, - { title: 'پیتزا آمریکایی', restaurantSlug: 'narsis' }, - { title: 'برگرها', restaurantSlug: 'narsis' }, - { title: 'پاستاها', restaurantSlug: 'narsis' }, - { title: 'پیش غذا', restaurantSlug: 'narsis' }, - { title: 'نوشیدنی سرد آماده', restaurantSlug: 'narsis' }, - { title: 'نوشیدنی گرم', restaurantSlug: 'narsis' }, - { title: 'قهوه', restaurantSlug: 'narsis' }, - { title: 'نوشیدنی های سرد', restaurantSlug: 'narsis' }, - { title: 'نوشیدنی های سرد بر پایه قهوه', restaurantSlug: 'narsis' }, - { title: 'نوشیدنی های طبیعی با بستنی', restaurantSlug: 'narsis' }, - { title: 'ﻧﻮﺷﯿﺪﻧﯽ ﻫﺎ ﺑﺮ ﭘﺎﯾﻪ ﺷﯿﺮ', restaurantSlug: 'narsis' }, - { title: 'شیک ﻫﺎ و آﯾﺲ پک ها', restaurantSlug: 'narsis' }, - { title: 'آﺑﻤﯿﻮه ﻫﺎی ﻃﺒﯿﻌﯽ', restaurantSlug: 'narsis' }, - { title: 'آﺑﻤﯿﻮه ﻫﺎی ترکیبی', restaurantSlug: 'narsis' }, - { title: 'افزودنی ها', restaurantSlug: 'narsis' }, - { title: 'کیک ها ', restaurantSlug: 'narsis' }, - { title: 'خوراک ها', restaurantSlug: 'narsis' }, - { title: 'غذاهای چلویی', restaurantSlug: 'narsis' }, - { title: 'قهوه گرم', restaurantSlug: 'Theory' }, - { title: 'قهوه سرد', restaurantSlug: 'Theory' }, - { title: 'قهوه دمی', restaurantSlug: 'Theory' }, - { title: 'ماکتل', restaurantSlug: 'Theory' }, - { title: 'اسموتی', restaurantSlug: 'Theory' }, - { title: 'نوشیدنی گرم', restaurantSlug: 'Theory' }, - { title: 'ساندویچ گرم', restaurantSlug: 'Theory' }, - { title: 'ساندویچ سرد', restaurantSlug: 'Theory' }, - { title: 'سالاد و پیش غذا', restaurantSlug: 'Theory' }, - { title: 'چای و دمنوش', restaurantSlug: 'Theory' }, - { title: 'دسر', restaurantSlug: 'Theory' }, - { title: 'صبحانه', restaurantSlug: 'Theory' }, - { title: 'شیک', restaurantSlug: 'Theory' }, - { title: 'اضافه بار', restaurantSlug: 'Theory' }, - { title: 'نوشیدنی گرم بر پایه اسپرسو', restaurantSlug: 'ahr_cofe' }, - { title: 'نوشیدنی گرم', restaurantSlug: 'ahr_cofe' }, - { title: 'نوشیدنی سرد بر پایه اسپرسو', restaurantSlug: 'ahr_cofe' }, - { title: 'دمنوش و چای', restaurantSlug: 'ahr_cofe' }, - { title: 'شیک', restaurantSlug: 'ahr_cofe' }, - { title: 'ماکتل', restaurantSlug: 'ahr_cofe' }, - { title: 'اسموتی', restaurantSlug: 'ahr_cofe' }, - { title: 'کیک و دسر', restaurantSlug: 'ahr_cofe' }, - { title: 'اسپرسو بار', restaurantSlug: 'cafe_meat' }, - { title: 'بارسرد بر پایه اسپرسو', restaurantSlug: 'cafe_meat' }, - { title: 'صبحانه', restaurantSlug: 'cafe_meat' }, - { title: 'پیش غذا', restaurantSlug: 'cafe_meat' }, - { title: 'دمنوش ها', restaurantSlug: 'cafe_meat' }, - { title: 'بارسرد', restaurantSlug: 'cafe_meat' }, - { title: 'شیک', restaurantSlug: 'cafe_meat' }, - { title: 'غذا اصلی', restaurantSlug: 'cafe_meat' }, - { title: 'بار گرم بدون کافئین ', restaurantSlug: 'cafe_meat' }, - { title: 'کیک', restaurantSlug: 'cafe_meat' }, - { title: 'قهوه ها', restaurantSlug: 'Moon' }, - { title: 'پیستری', restaurantSlug: 'Moon' }, - { title: 'چای و دمنوش', restaurantSlug: 'Moon' }, - { title: 'نوشیدنی سرد', restaurantSlug: 'Moon' }, - { title: 'ماکتل', restaurantSlug: 'Moon' }, - { title: 'بستنی', restaurantSlug: 'Moon' }, - { title: 'نوشیدنی گرم', restaurantSlug: 'Moon' }, - { title: 'ایتم های بر پایه شیر', restaurantSlug: 'Moon' }, - { title: 'بیکری', restaurantSlug: 'Moon' }, - { title: 'سانویچ سرد', restaurantSlug: 'Moon' }, - { title: 'سالاد', restaurantSlug: 'Moon' }, - { title: 'اب', restaurantSlug: 'Moon' }, - { title: 'پیتزا', restaurantSlug: 'Moon' }, - { title: 'پاستاها', restaurantSlug: 'passata' }, - { title: 'Menu star (Only for special days)', restaurantSlug: 'passata' }, - { title: 'تاپینگ بار', restaurantSlug: 'passata' }, - { title: 'چیاباتا(سندویچ‌)', restaurantSlug: 'passata' }, - { title: 'نوشیدنی', restaurantSlug: 'passata' }, - { title: 'آش ها', restaurantSlug: 'kolbe-setareh' }, - { title: 'غذاهای اصلی', restaurantSlug: 'kolbe-setareh' }, - { title: 'غذاهای ویژه در طول هفته', restaurantSlug: 'kolbe-setareh' }, - { title: 'صبحانه ', restaurantSlug: 'kolbe-setareh' }, - { title: 'نوشیدنی ها', restaurantSlug: 'kolbe-setareh' }, - { title: 'پیش غذا', restaurantSlug: 'kolbe-setareh' }, - { title: 'دسرها', restaurantSlug: 'kolbe-setareh' }, - { title: 'سرویس اضافه', restaurantSlug: 'kolbe-setareh' }, +export const categoriesData: CategoryData[] = [{ title: 'پاستا', restaurantSlug: 'zhivan' }, +{ title: 'پیتزا ایتالیایی', restaurantSlug: 'zhivan' }, +{ title: 'پیتزا امریکایی', restaurantSlug: 'zhivan' }, +{ title: 'استیک', restaurantSlug: 'zhivan' }, +{ title: 'غذاهای گریل و فرنگی', restaurantSlug: 'zhivan' }, +{ title: 'ساندویچ و برگر', restaurantSlug: 'zhivan' }, +{ title: 'سوخاری', restaurantSlug: 'zhivan' }, +{ title: 'سالاد', restaurantSlug: 'zhivan' }, +{ title: 'پیش غذا', restaurantSlug: 'zhivan' }, +{ title: 'نوشیدنی ها', restaurantSlug: 'zhivan' }, +{ title: 'قهوه ', restaurantSlug: 'zhivan' }, +{ title: 'موهیتو بار', restaurantSlug: 'zhivan' }, +{ title: 'اسموتی و شیک ها ', restaurantSlug: 'zhivan' }, +{ title: 'کیک و دسر', restaurantSlug: 'zhivan' }, +{ title: 'چای و دمنوش ', restaurantSlug: 'zhivan' }, +{ title: 'آیس کافی', restaurantSlug: 'zhivan' }, +{ title: 'ایرانی', restaurantSlug: 'zhivan' }, +{ title: 'شربت و عرقیجات', restaurantSlug: 'zhivan' }, +{ title: 'ماکتیل', restaurantSlug: 'zhivan' }, +{ title: 'نوشیدنی های گرم', restaurantSlug: 'sepanta' }, +{ title: 'شیک ها', restaurantSlug: 'sepanta' }, +{ title: 'کیک ها', restaurantSlug: 'sepanta' }, +{ title: 'شربت ها ', restaurantSlug: 'sepanta' }, +{ title: 'دمنوش ها', restaurantSlug: 'sepanta' }, +{ title: 'صبحانه', restaurantSlug: 'ocafe' }, +{ title: 'سیب زمینی ها', restaurantSlug: 'ocafe' }, +{ title: 'پیش غذا و سالادها ', restaurantSlug: 'ocafe' }, +{ title: 'غذاهای اصلی ', restaurantSlug: 'ocafe' }, +{ title: 'کوکی و دسرها (آیتم ها به تعداد محدود در روز موجود می‌باشد )', restaurantSlug: 'ocafe' }, +{ title: 'موکتل های ایرانی و ملل ', restaurantSlug: 'ocafe' }, +{ title: 'شیک ها ', restaurantSlug: 'ocafe' }, +{ title: 'نوشیدنی های گرم بر پایه اسپرسو ', restaurantSlug: 'ocafe' }, +{ title: 'نوشیدنی های سرد بر پایه اسپرسو ', restaurantSlug: 'ocafe' }, +{ title: 'نوشیدنی های گرم ملل ', restaurantSlug: 'ocafe' }, +{ title: 'چای های ایرانی ', restaurantSlug: 'ocafe' }, +{ title: 'دمنوش ها ', restaurantSlug: 'ocafe' }, +{ title: 'قهوه های شنی ', restaurantSlug: 'ocafe' }, +{ title: 'کلد برو ', restaurantSlug: 'ocafe' }, +{ title: 'متدهای موج سوم', restaurantSlug: 'ocafe' }, +{ title: 'آپشنال ', restaurantSlug: 'ocafe' }, +{ title: 'نوشیدنی', restaurantSlug: 'ocafe' }, +{ title: 'لقمه', restaurantSlug: 'ocafe' }, +{ title: 'خوراک ها', restaurantSlug: 'easydizy' }, +{ title: 'چاشنی ها', restaurantSlug: 'easydizy' }, +{ title: 'نوشیدنی های خنک', restaurantSlug: 'easydizy' }, +{ title: 'دسر ها', restaurantSlug: 'easydizy' }, +{ title: 'پیش غذا ', restaurantSlug: 'boote' }, +{ title: 'پیتزا آمریکایی', restaurantSlug: 'boote' }, +{ title: 'پیتزا ایتالیایی ', restaurantSlug: 'boote' }, +{ title: 'پاستا ', restaurantSlug: 'boote' }, +{ title: 'ناهار بوته', restaurantSlug: 'boote' }, +{ title: 'غذای اصلی', restaurantSlug: 'boote' }, +{ title: 'ساندویچ', restaurantSlug: 'boote' }, +{ title: 'اسپرسو بار', restaurantSlug: 'boote' }, +{ title: 'دمی بار', restaurantSlug: 'boote' }, +{ title: 'هاوس آف تی', restaurantSlug: 'boote' }, +{ title: 'امریکن استایل', restaurantSlug: 'boote' }, +{ title: 'کیک و دسر', restaurantSlug: 'boote' }, +{ title: 'آیس کافی', restaurantSlug: 'boote' }, +{ title: 'ماکتل بار', restaurantSlug: 'boote' }, +{ title: 'ژلاتو میلک شیک', restaurantSlug: 'boote' }, +{ title: 'صبحانه', restaurantSlug: 'boote' }, +{ title: 'اسموتی بار', restaurantSlug: 'boote' }, +{ title: 'چاکلت بار', restaurantSlug: 'boote' }, +{ title: 'نوشیدنی های گرم ', restaurantSlug: 'life' }, +{ title: 'نوشیدنی های سرد ', restaurantSlug: 'life' }, +{ title: 'صبحانه ', restaurantSlug: 'life' }, +{ title: 'میان وعده', restaurantSlug: 'life' }, +{ title: 'بستنی', restaurantSlug: 'life' }, +{ title: 'شیک', restaurantSlug: 'life' }, +{ title: 'قلیان', restaurantSlug: 'life' }, +{ title: 'پیتزا ایتالیایی ', restaurantSlug: 'productcourt' }, +{ title: 'پیتزا آمریکایی ', restaurantSlug: 'productcourt' }, +{ title: 'پاستاها', restaurantSlug: 'productcourt' }, +{ title: 'استیک ها', restaurantSlug: 'productcourt' }, +{ title: 'برگرها', restaurantSlug: 'productcourt' }, +{ title: 'ایرانی', restaurantSlug: 'productcourt' }, +{ title: 'سالاد.', restaurantSlug: 'productcourt' }, +{ title: 'پیش غذا.', restaurantSlug: 'productcourt' }, +{ title: 'نوشیدنی ها ', restaurantSlug: 'productcourt' }, +{ title: 'کیک و دسر', restaurantSlug: 'productcourt' }, +{ title: 'اسپرسو بار', restaurantSlug: 'productcourt' }, +{ title: 'نوشیدنی های گرم', restaurantSlug: 'productcourt' }, +{ title: 'چای و دمنوش', restaurantSlug: 'productcourt' }, +{ title: 'آیس کافه', restaurantSlug: 'productcourt' }, +{ title: 'میلک شیک', restaurantSlug: 'productcourt' }, +{ title: 'نوشیدی های سرد', restaurantSlug: 'productcourt' }, +{ title: 'قهوه های دمی.', restaurantSlug: 'productcourt' }, +{ title: 'گلاسه ها', restaurantSlug: 'productcourt' }, +{ title: 'صبحانه ', restaurantSlug: 'productcourt' }, +{ title: ' پیش غذا', restaurantSlug: 'banicho' }, +{ title: 'کباب ها ', restaurantSlug: 'banicho' }, +{ title: 'دمنوش', restaurantSlug: 'banicho' }, +{ title: 'قهوه های دمی', restaurantSlug: 'banicho' }, +{ title: 'جگر گوسفندی', restaurantSlug: 'banicho' }, +{ title: 'جگر گوساله', restaurantSlug: 'banicho' }, +{ title: 'بارسرد ', restaurantSlug: 'banicho' }, +{ title: 'بارگرم', restaurantSlug: 'banicho' }, +{ title: 'نوشیدنی گرم بر پایه اسپرسو', restaurantSlug: 'blacksugar' }, +{ title: ' نوشیدنی گرم ', restaurantSlug: 'blacksugar' }, +{ title: 'قهوه سرد', restaurantSlug: 'blacksugar' }, +{ title: ' قهوه دمی', restaurantSlug: 'blacksugar' }, +{ title: ' میان وعده و دسر', restaurantSlug: 'blacksugar' }, +{ title: 'پیش غذاها', restaurantSlug: 'Piano' }, +{ title: 'ساندویچ و برگر', restaurantSlug: 'Piano' }, +{ title: 'پیتزا امریکایی', restaurantSlug: 'Piano' }, +{ title: 'پیتزا ایتالیایی', restaurantSlug: 'Piano' }, +{ title: 'پاستا', restaurantSlug: 'Piano' }, +{ title: 'استیک', restaurantSlug: 'Piano' }, +{ title: 'سوخاری', restaurantSlug: 'Piano' }, +{ title: 'سالاد', restaurantSlug: 'Piano' }, +{ title: 'بشقاب', restaurantSlug: 'Piano' }, +{ title: 'پیده', restaurantSlug: 'Piano' }, +{ title: 'خوراک', restaurantSlug: 'Piano' }, +{ title: 'نوشیدنی گرم', restaurantSlug: 'Piano' }, +{ title: 'نوشیدنی سرد', restaurantSlug: 'Piano' }, +{ title: 'دسر و کیک', restaurantSlug: 'Piano' }, +{ title: 'بستنی', restaurantSlug: 'Piano' }, +{ title: 'دمنوش گیاهی', restaurantSlug: 'Piano' }, +{ title: 'اسموتی', restaurantSlug: 'Piano' }, +{ title: 'شیک', restaurantSlug: 'Piano' }, +{ title: 'ماکتل ها', restaurantSlug: 'Piano' }, +{ title: 'شربت ها', restaurantSlug: 'Piano' }, +{ title: 'غذا', restaurantSlug: 'saadat' }, +{ title: 'فرنگی', restaurantSlug: 'saadat' }, +{ title: 'سالاد ها', restaurantSlug: 'saadat' }, +{ title: 'نوشیدنی', restaurantSlug: 'saadat' }, +{ title: 'قلیان', restaurantSlug: 'saadat' }, +{ title: 'نوشیدنی های گرم', restaurantSlug: 'saadat' }, +{ title: 'آیس کافی', restaurantSlug: 'saadat' }, +{ title: 'چای', restaurantSlug: 'saadat' }, +{ title: 'قهوه نسل ۳', restaurantSlug: 'saadat' }, +{ title: 'ماکتل ها', restaurantSlug: 'saadat' }, +{ title: 'شیک ها', restaurantSlug: 'saadat' }, +{ title: 'پیش غذاها', restaurantSlug: 'saadat' }, +{ title: 'خوراک مخصوص هفت خوان', restaurantSlug: 'Haaft khaan' }, +{ title: 'خوراک', restaurantSlug: 'Haaft khaan' }, +{ title: 'پیش غذا', restaurantSlug: 'Haaft khaan' }, +{ title: 'نوشیدنی', restaurantSlug: 'Haaft khaan' }, +{ title: 'چای و نوشیدنی گرم', restaurantSlug: 'Haaft khaan' }, +{ title: 'قلیان', restaurantSlug: 'Haaft khaan' }, +{ title: 'دسر', restaurantSlug: 'Haaft khaan' }, +{ title: ' نوشیدنی های سرد', restaurantSlug: '1972Cafe' }, +{ title: 'پیتزا ', restaurantSlug: '1972Cafe' }, +{ title: 'قهوه و نوشیدنی گرم', restaurantSlug: '1972Cafe' }, +{ title: 'پیش غذا و سالاد ', restaurantSlug: '1972Cafe' }, +{ title: 'کیک', restaurantSlug: '1972Cafe' }, +{ title: 'قهوه های دمی ', restaurantSlug: '1972Cafe' }, +{ title: 'چای و دمنوش', restaurantSlug: '1972Cafe' }, +{ title: 'پاستا', restaurantSlug: '1972Cafe' }, +{ title: 'برگر', restaurantSlug: '1972Cafe' }, +{ title: 'قلیان', restaurantSlug: '1972Cafe' }, +{ title: 'پیتزاها', restaurantSlug: 'lounge1' }, +{ title: 'پیتزا', restaurantSlug: 'Honar' }, +{ title: 'برگر', restaurantSlug: 'cafe_sepanj' }, +{ title: 'پاستا', restaurantSlug: 'cafe_sepanj' }, +{ title: 'پنینی ', restaurantSlug: 'cafe_sepanj' }, +{ title: 'هات داگ ', restaurantSlug: 'cafe_sepanj' }, +{ title: 'سوخاری', restaurantSlug: 'cafe_sepanj' }, +{ title: 'سیب زمینی', restaurantSlug: 'cafe_sepanj' }, +{ title: 'سالاد', restaurantSlug: 'cafe_sepanj' }, +{ title: 'نوشیدنی', restaurantSlug: 'cafe_sepanj' }, +{ title: 'اسپرسو بار', restaurantSlug: 'cafe_sepanj' }, +{ title: 'نوشیدنی گرم', restaurantSlug: 'cafe_sepanj' }, +{ title: 'دمی', restaurantSlug: 'cafe_sepanj' }, +{ title: ' ایس کافی', restaurantSlug: 'cafe_sepanj' }, +{ title: 'چای دمنوش', restaurantSlug: 'cafe_sepanj' }, +{ title: 'کیک', restaurantSlug: 'cafe_sepanj' }, +{ title: 'شیک', restaurantSlug: 'cafe_sepanj' }, +{ title: 'نوشیدنی سرد', restaurantSlug: 'cafe_sepanj' }, +{ title: 'سیروپ', restaurantSlug: 'monikh' }, +{ title: 'کیک', restaurantSlug: 'monikh' }, +{ title: 'ساندویچ سرد', restaurantSlug: 'monikh' }, +{ title: 'بر پایه اسپرسو', restaurantSlug: 'monikh' }, +{ title: 'ماچا', restaurantSlug: 'monikh' }, +{ title: 'بدون اسپرسو', restaurantSlug: 'monikh' }, +{ title: 'چای و دمنوش', restaurantSlug: 'monikh' }, +{ title: 'شیک و اسموتی', restaurantSlug: 'monikh' }, +{ title: 'نوشیدنی های گرم (بر پایه اسپرسو)', restaurantSlug: 'o-cafe' }, +{ title: 'نوشیدنی های سرد ', restaurantSlug: 'o-cafe' }, +{ title: ' نوشیدنی های گرم ملل', restaurantSlug: 'o-cafe' }, +{ title: ' قهوه های شنی', restaurantSlug: 'o-cafe' }, +{ title: ' شیک ها', restaurantSlug: 'o-cafe' }, +{ title: ' کوکی ها و دسرها', restaurantSlug: 'o-cafe' }, +{ title: ' کلد برو', restaurantSlug: 'o-cafe' }, +{ title: ' موج سوم', restaurantSlug: 'o-cafe' }, +{ title: ' چای های ایرانی', restaurantSlug: 'o-cafe' }, +{ title: ' دمنوش ها', restaurantSlug: 'o-cafe' }, +{ title: ' ماکتل ها', restaurantSlug: 'o-cafe' }, +{ title: ' غذاهای اصلی', restaurantSlug: 'o-cafe' }, +{ title: ' پیش غذاها', restaurantSlug: 'o-cafe' }, +{ title: ' سیب زمینی ها', restaurantSlug: 'o-cafe' }, +{ title: ' صبحانه ها', restaurantSlug: 'o-cafe' }, +{ title: ' آپشنال', restaurantSlug: 'o-cafe' }, +{ title: 'پیش غذا', restaurantSlug: 'yummyburger' }, +{ title: 'برگرها', restaurantSlug: 'yummyburger' }, +{ title: 'دبل برگرها', restaurantSlug: 'yummyburger' }, +{ title: 'تریپل برگرها', restaurantSlug: 'yummyburger' }, +{ title: 'پیتزا ها', restaurantSlug: 'yummyburger' }, +{ title: 'نوشیدنی ها', restaurantSlug: 'yummyburger' }, +{ title: 'ساندویچ', restaurantSlug: 'yummyburger' }, +{ title: 'سالاد و پیش غذا', restaurantSlug: 'mahtabgarden' }, +{ title: 'آش بار مهتاب', restaurantSlug: 'mahtabgarden' }, +{ title: 'غذای اصلی', restaurantSlug: 'mahtabgarden' }, +{ title: 'شربت بار مهتاب', restaurantSlug: 'mahtabgarden' }, +{ title: 'برگر', restaurantSlug: 'mahtabgarden' }, +{ title: 'کافی بار', restaurantSlug: 'mahtabgarden' }, +{ title: 'نوشیدنی گرم شکلاتی', restaurantSlug: 'mahtabgarden' }, +{ title: 'دسر و کیک', restaurantSlug: 'mahtabgarden' }, +{ title: 'شیک', restaurantSlug: 'mahtabgarden' }, +{ title: 'دمنوش بار', restaurantSlug: 'mahtabgarden' }, +{ title: 'ماکتل بار', restaurantSlug: 'mahtabgarden' }, +{ title: 'اسموتی', restaurantSlug: 'mahtabgarden' }, +{ title: 'نوشیدنی سرد', restaurantSlug: 'mahtabgarden' }, +{ title: 'نوشیدنی های بر پایه اسپرسو', restaurantSlug: 'dream' }, +{ title: 'قهوه های دمی ', restaurantSlug: 'dream' }, +{ title: 'نوشیدنی های گرم', restaurantSlug: 'dream' }, +{ title: 'چای و دمنوش', restaurantSlug: 'dream' }, +{ title: 'قهوه های سرد', restaurantSlug: 'dream' }, +{ title: 'شیک ها', restaurantSlug: 'dream' }, +{ title: 'موکتل و آب میوه ها', restaurantSlug: 'dream' }, +{ title: 'شربت ها', restaurantSlug: 'dream' }, +{ title: 'فانتزی', restaurantSlug: 'dream' }, +{ title: 'افزودنی', restaurantSlug: 'dream' }, +{ title: 'بستنی ', restaurantSlug: 'dream' }, +{ title: 'دسر', restaurantSlug: 'dream' }, +{ title: 'صبحانه', restaurantSlug: 'dream' }, +{ title: 'پیتزا ایتالیایی', restaurantSlug: 'dream' }, +{ title: 'برگر', restaurantSlug: 'dream' }, +{ title: 'پیش غذا', restaurantSlug: 'dream' }, +{ title: 'پاستا', restaurantSlug: 'dream' }, +{ title: 'سوخاری', restaurantSlug: 'dream' }, +{ title: 'خوراک', restaurantSlug: 'dream' }, +{ title: 'پیده', restaurantSlug: 'dream' }, +{ title: 'شیرینی', restaurantSlug: 'dream' }, +{ title: 'استیک ها', restaurantSlug: 'dream' }, +{ title: 'سالاد', restaurantSlug: 'dream' }, +{ title: 'پیتزا آمریکایی', restaurantSlug: 'dream' }, +{ title: 'غذای ایرانی', restaurantSlug: 'dream' }, +{ title: 'باربیکیو', restaurantSlug: 'dream' }, +{ title: 'پیش غذاها', restaurantSlug: 'lanka' }, +{ title: 'ایران زمین', restaurantSlug: 'lanka' }, +{ title: 'پیتزا ایتالیایی', restaurantSlug: 'lanka' }, +{ title: 'برگرها', restaurantSlug: 'lanka' }, +{ title: 'استیک ها', restaurantSlug: 'lanka' }, +{ title: 'پاستا', restaurantSlug: 'lanka' }, +{ title: 'سالاد', restaurantSlug: 'lanka' }, +{ title: 'دریایی ها', restaurantSlug: 'lanka' }, +{ title: 'شات سس ها', restaurantSlug: 'lanka' }, +{ title: 'اسپرسو بار', restaurantSlug: 'lanka' }, +{ title: 'نوشیدنی گرم', restaurantSlug: 'lanka' }, +{ title: 'آیس کافی', restaurantSlug: 'lanka' }, +{ title: 'میلک شیک', restaurantSlug: 'lanka' }, +{ title: 'نوشیدنی سرد', restaurantSlug: 'lanka' }, +{ title: 'کیک و دسر ', restaurantSlug: 'lanka' }, +{ title: 'سوخاری ها', restaurantSlug: 'lanka' }, +{ title: 'چای و دمنوش', restaurantSlug: 'lanka' }, +{ title: 'قهوه دمی', restaurantSlug: 'lanka' }, +{ title: 'اسموتی ', restaurantSlug: 'lanka' }, +{ title: 'vip drink', restaurantSlug: 'lanka' }, +{ title: 'اسپرسو', restaurantSlug: 'LIAN' }, +{ title: 'اسپرسو با شیر', restaurantSlug: 'LIAN' }, +{ title: 'بار گرم', restaurantSlug: 'LIAN' }, +{ title: 'آیس کافی', restaurantSlug: 'LIAN' }, +{ title: 'آیس', restaurantSlug: 'LIAN' }, +{ title: 'ماکتیل', restaurantSlug: 'LIAN' }, +{ title: 'شیک', restaurantSlug: 'LIAN' }, +{ title: 'دمی', restaurantSlug: 'LIAN' }, +{ title: 'اسموتی', restaurantSlug: 'LIAN' }, +{ title: 'میان وعده', restaurantSlug: 'LIAN' }, +{ title: 'کیک ها', restaurantSlug: 'LIAN' }, +{ title: 'چای و دمنوش', restaurantSlug: 'LIAN' }, +{ title: 'بار گرم', restaurantSlug: 'milco-pilco' }, +{ title: 'چای ها', restaurantSlug: 'milco-pilco' }, +{ title: 'دمنوش ها', restaurantSlug: 'milco-pilco' }, +{ title: 'شیک ها', restaurantSlug: 'milco-pilco' }, +{ title: 'بارسرد', restaurantSlug: 'milco-pilco' }, +{ title: 'برگرها ', restaurantSlug: 'milco-pilco' }, +{ title: 'هات داگ ها', restaurantSlug: 'milco-pilco' }, +{ title: 'نوستالژی', restaurantSlug: 'milco-pilco' }, +{ title: 'سوخاری', restaurantSlug: 'milco-pilco' }, +{ title: 'سیب زمینی', restaurantSlug: 'milco-pilco' }, +{ title: 'پاستا', restaurantSlug: 'milco-pilco' }, +{ title: 'سالاد ', restaurantSlug: 'milco-pilco' }, +{ title: 'اسپرسو بار', restaurantSlug: 'milco-pilco' }, +{ title: 'نوشیدنی سرد بر پایه قهوه', restaurantSlug: 'milco-pilco' }, +{ title: 'ساندویچ ', restaurantSlug: 'milco-pilco' }, +{ title: 'نوشیدنی های گرم بر پایه قهوه', restaurantSlug: 'lama' }, +{ title: 'نوشیدنی های گرم', restaurantSlug: 'lama' }, +{ title: 'دمنوش ها', restaurantSlug: 'lama' }, +{ title: 'نوشیدنی های سر بر پایه قهوه', restaurantSlug: 'lama' }, +{ title: 'ماکتیل', restaurantSlug: 'lama' }, +{ title: 'چای', restaurantSlug: 'lama' }, +{ title: 'شیک', restaurantSlug: 'lama' }, +{ title: 'پیتزا', restaurantSlug: 'lama' }, +{ title: 'برگر', restaurantSlug: 'lama' }, +{ title: 'ساندویچ', restaurantSlug: 'lama' }, +{ title: 'ساندویچ نوستالژی', restaurantSlug: 'lama' }, +{ title: 'سوخاری', restaurantSlug: 'lama' }, +{ title: 'سیب زمینی', restaurantSlug: 'lama' }, +{ title: 'پنه', restaurantSlug: 'lama' }, +{ title: 'غذای ایرانی', restaurantSlug: 'kaj.producthall' }, +{ title: 'پیتزا آمریکایی', restaurantSlug: 'kaj.producthall' }, +{ title: 'پیتزا ایتالیایی', restaurantSlug: 'kaj.producthall' }, +{ title: 'برگر', restaurantSlug: 'kaj.producthall' }, +{ title: 'خوراک', restaurantSlug: 'kaj.producthall' }, +{ title: 'پیده', restaurantSlug: 'kaj.producthall' }, +{ title: 'سوخاری', restaurantSlug: 'kaj.producthall' }, +{ title: 'استیک', restaurantSlug: 'kaj.producthall' }, +{ title: 'پاستا', restaurantSlug: 'kaj.producthall' }, +{ title: 'پیش غذا', restaurantSlug: 'kaj.producthall' }, +{ title: 'سالاد', restaurantSlug: 'kaj.producthall' }, +{ title: 'نوشیدنی های بر پایه اسپرسو', restaurantSlug: 'kaj.producthall' }, +{ title: 'قهوه های دمی', restaurantSlug: 'kaj.producthall' }, +{ title: 'قهوه های سرد', restaurantSlug: 'kaj.producthall' }, +{ title: 'چای و دمنوش ', restaurantSlug: 'kaj.producthall' }, +{ title: 'نوشیدنی های گرم', restaurantSlug: 'kaj.producthall' }, +{ title: 'موکتل و آب میوه ها', restaurantSlug: 'kaj.producthall' }, +{ title: 'دسر', restaurantSlug: 'kaj.producthall' }, +{ title: 'شیک ', restaurantSlug: 'kaj.producthall' }, +{ title: 'بستنی', restaurantSlug: 'kaj.producthall' }, +{ title: 'شربت', restaurantSlug: 'kaj.producthall' }, +{ title: 'دسر', restaurantSlug: 'hamid' }, +{ title: 'شیک', restaurantSlug: 'donat-factory' }, +{ title: 'بستنی ویژه', restaurantSlug: 'donat-factory' }, +{ title: 'دسر', restaurantSlug: 'donat-factory' }, +{ title: 'اسموتی', restaurantSlug: 'donat-factory' }, +{ title: 'آیس کافی', restaurantSlug: 'donat-factory' }, +{ title: 'قهوه', restaurantSlug: 'donat-factory' }, +{ title: 'نوشیدنی های گرم', restaurantSlug: 'donat-factory' }, +{ title: 'دمنوش', restaurantSlug: 'donat-factory' }, +{ title: 'آیس بستنی', restaurantSlug: 'donat-factory' }, +{ title: 'ویتامینه', restaurantSlug: 'donat-factory' }, +{ title: 'آبمیوه طبیعی', restaurantSlug: 'donat-factory' }, +{ title: 'دونات اسپشیال ', restaurantSlug: 'donat-factory' }, +{ title: 'دونات آرت', restaurantSlug: 'donat-factory' }, +{ title: 'دونات فانتزی', restaurantSlug: 'donat-factory' }, +{ title: 'دونات جنرال', restaurantSlug: 'donat-factory' }, +{ title: 'رست نات', restaurantSlug: 'donat-factory' }, +{ title: 'برلینر', restaurantSlug: 'donat-factory' }, +{ title: 'دونات اسپال', restaurantSlug: 'donat-factory' }, +{ title: 'دونات لقمه ای ', restaurantSlug: 'donat-factory' }, +{ title: 'دونات لقمه ای', restaurantSlug: 'donat-factory' }, +{ title: 'دونات ناتس', restaurantSlug: 'donat-factory' }, +{ title: 'صبحانه', restaurantSlug: 'donat-factory' }, +{ title: 'اسنک و‌ میان وعده', restaurantSlug: 'donat-factory' }, +{ title: 'دونات دوبی ', restaurantSlug: 'donat-factory' }, +{ title: 'منوی اقتصادی ', restaurantSlug: 'donat-factory' }, +{ title: 'پیتزا آمریکایی', restaurantSlug: 'narsis' }, +{ title: 'برگرها', restaurantSlug: 'narsis' }, +{ title: 'پاستاها', restaurantSlug: 'narsis' }, +{ title: 'پیش غذا', restaurantSlug: 'narsis' }, +{ title: 'نوشیدنی سرد آماده', restaurantSlug: 'narsis' }, +{ title: 'نوشیدنی گرم', restaurantSlug: 'narsis' }, +{ title: 'قهوه', restaurantSlug: 'narsis' }, +{ title: 'نوشیدنی های سرد', restaurantSlug: 'narsis' }, +{ title: 'نوشیدنی های سرد بر پایه قهوه', restaurantSlug: 'narsis' }, +{ title: 'نوشیدنی های طبیعی با بستنی', restaurantSlug: 'narsis' }, +{ title: 'ﻧﻮﺷﯿﺪﻧﯽ ﻫﺎ ﺑﺮ ﭘﺎﯾﻪ ﺷﯿﺮ', restaurantSlug: 'narsis' }, +{ title: 'شیک ﻫﺎ و آﯾﺲ پک ها', restaurantSlug: 'narsis' }, +{ title: 'آﺑﻤﯿﻮه ﻫﺎی ﻃﺒﯿﻌﯽ', restaurantSlug: 'narsis' }, +{ title: 'آﺑﻤﯿﻮه ﻫﺎی ترکیبی', restaurantSlug: 'narsis' }, +{ title: 'افزودنی ها', restaurantSlug: 'narsis' }, +{ title: 'کیک ها ', restaurantSlug: 'narsis' }, +{ title: 'خوراک ها', restaurantSlug: 'narsis' }, +{ title: 'غذاهای چلویی', restaurantSlug: 'narsis' }, +{ title: 'قهوه گرم', restaurantSlug: 'Theory' }, +{ title: 'قهوه سرد', restaurantSlug: 'Theory' }, +{ title: 'قهوه دمی', restaurantSlug: 'Theory' }, +{ title: 'ماکتل', restaurantSlug: 'Theory' }, +{ title: 'اسموتی', restaurantSlug: 'Theory' }, +{ title: 'نوشیدنی گرم', restaurantSlug: 'Theory' }, +{ title: 'ساندویچ گرم', restaurantSlug: 'Theory' }, +{ title: 'ساندویچ سرد', restaurantSlug: 'Theory' }, +{ title: 'سالاد و پیش غذا', restaurantSlug: 'Theory' }, +{ title: 'چای و دمنوش', restaurantSlug: 'Theory' }, +{ title: 'دسر', restaurantSlug: 'Theory' }, +{ title: 'صبحانه', restaurantSlug: 'Theory' }, +{ title: 'شیک', restaurantSlug: 'Theory' }, +{ title: 'اضافه بار', restaurantSlug: 'Theory' }, +{ title: 'نوشیدنی گرم بر پایه اسپرسو', restaurantSlug: 'ahr_cofe' }, +{ title: 'نوشیدنی گرم', restaurantSlug: 'ahr_cofe' }, +{ title: 'نوشیدنی سرد بر پایه اسپرسو', restaurantSlug: 'ahr_cofe' }, +{ title: 'دمنوش و چای', restaurantSlug: 'ahr_cofe' }, +{ title: 'شیک', restaurantSlug: 'ahr_cofe' }, +{ title: 'ماکتل', restaurantSlug: 'ahr_cofe' }, +{ title: 'اسموتی', restaurantSlug: 'ahr_cofe' }, +{ title: 'کیک و دسر', restaurantSlug: 'ahr_cofe' }, +{ title: 'اسپرسو بار', restaurantSlug: 'cafe_meat' }, +{ title: 'بارسرد بر پایه اسپرسو', restaurantSlug: 'cafe_meat' }, +{ title: 'صبحانه', restaurantSlug: 'cafe_meat' }, +{ title: 'پیش غذا', restaurantSlug: 'cafe_meat' }, +{ title: 'دمنوش ها', restaurantSlug: 'cafe_meat' }, +{ title: 'بارسرد', restaurantSlug: 'cafe_meat' }, +{ title: 'شیک', restaurantSlug: 'cafe_meat' }, +{ title: 'غذا اصلی', restaurantSlug: 'cafe_meat' }, +{ title: 'بار گرم بدون کافئین ', restaurantSlug: 'cafe_meat' }, +{ title: 'کیک', restaurantSlug: 'cafe_meat' }, +{ title: 'قهوه ها', restaurantSlug: 'Moon' }, +{ title: 'پیستری', restaurantSlug: 'Moon' }, +{ title: 'چای و دمنوش', restaurantSlug: 'Moon' }, +{ title: 'نوشیدنی سرد', restaurantSlug: 'Moon' }, +{ title: 'ماکتل', restaurantSlug: 'Moon' }, +{ title: 'بستنی', restaurantSlug: 'Moon' }, +{ title: 'نوشیدنی گرم', restaurantSlug: 'Moon' }, +{ title: 'ایتم های بر پایه شیر', restaurantSlug: 'Moon' }, +{ title: 'بیکری', restaurantSlug: 'Moon' }, +{ title: 'سانویچ سرد', restaurantSlug: 'Moon' }, +{ title: 'سالاد', restaurantSlug: 'Moon' }, +{ title: 'اب', restaurantSlug: 'Moon' }, +{ title: 'پیتزا', restaurantSlug: 'Moon' }, +{ title: 'پاستاها', restaurantSlug: 'passata' }, +{ title: 'Menu star (Only for special days)', restaurantSlug: 'passata' }, +{ title: 'تاپینگ بار', restaurantSlug: 'passata' }, +{ title: 'چیاباتا(سندویچ‌)', restaurantSlug: 'passata' }, +{ title: 'نوشیدنی', restaurantSlug: 'passata' }, +{ title: 'آش ها', restaurantSlug: 'kolbe-setareh' }, +{ title: 'غذاهای اصلی', restaurantSlug: 'kolbe-setareh' }, +{ title: 'غذاهای ویژه در طول هفته', restaurantSlug: 'kolbe-setareh' }, +{ title: 'صبحانه ', restaurantSlug: 'kolbe-setareh' }, +{ title: 'نوشیدنی ها', restaurantSlug: 'kolbe-setareh' }, +{ title: 'پیش غذا', restaurantSlug: 'kolbe-setareh' }, +{ title: 'دسرها', restaurantSlug: 'kolbe-setareh' }, +{ title: 'سرویس اضافه', restaurantSlug: 'kolbe-setareh' }, ]; \ No newline at end of file diff --git a/src/seeders/data/foods.data.ts b/src/seeders/data/foods.data.ts index 7172bfe..9ee5f12 100644 --- a/src/seeders/data/foods.data.ts +++ b/src/seeders/data/foods.data.ts @@ -1,6 +1,6 @@ -import { MealType } from '../../modules/foods/interface/food.interface'; +import { MealType } from '../../modules/products/interface/product.interface'; -export interface FoodData { +export interface productData { title: string; desc: string; price: number; @@ -20,7 +20,7 @@ export interface FoodData { isSpecialOffer?: boolean; } -export const foodsData: FoodData[] = [{ +export const productsData: productData[] = [{ title: 'بیف استراگانف .. beef stroganoff ', desc: 'فیله گوساله / سس سفید / قارچ و سیب زمینی/ پنیر پارمزان..veal fillet/ mayonnaise sauce/mushroom/potato/parmesan cheese ', price: 505000, @@ -29,7 +29,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714292844747.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714292844747.png"], }, { title: 'چیکن استراگانف .. chicken stroganoff ', @@ -40,7 +40,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714291139700.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714291139700.png"], }, { title: 'اسپاگتی گوشت .. meat spaghetti ', @@ -51,7 +51,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715716176915.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715716176915.png"], }, { title: 'پنه میلانو .. Milano Pasta', @@ -62,7 +62,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1735148231197.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1735148231197.png"], }, { title: 'پنه آلفردو .. Alfredo pasta', @@ -73,7 +73,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715716115154.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715716115154.png"], }, { title: 'اسپاگتی پستو .. pesto spaghetti ', @@ -84,7 +84,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715715922343.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715715922343.png"], }, { title: 'چانو.. Chano ', @@ -95,7 +95,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714290662409.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714290662409.png"], }, { title: 'مازراتی.. Pulled beef ', @@ -106,7 +106,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714291733978.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714291733978.png"], }, { title: 'کاپری چیوسا.. Capricciosa', @@ -117,7 +117,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714291580847.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714291580847.png"], }, { title: 'سیسیلی(Hot).. Sicily ', @@ -128,7 +128,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714292109999.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714292109999.png"], }, { title: 'پپرونی (Hot).. Pepperoni ', @@ -139,7 +139,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713707400167.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713707400167.png"], }, { title: 'وجتریین.. Vegetarian ', @@ -150,7 +150,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714292678356.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714292678356.png"], }, { title: 'مارگاریتا.. Margherita ', @@ -161,7 +161,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714291688802.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714291688802.png"], }, { title: 'کوارترپیتزا.. Quarter pizza ', @@ -172,7 +172,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714291863631.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714291863631.png"], }, { title: 'بیف پستو.. Beef pesto', @@ -183,7 +183,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714291001069.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714291001069.png"], }, { title: 'بولونز.. Bolognese ', @@ -205,7 +205,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714290596848.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714290596848.png"], }, { title: 'فیله مینیون .. fillett beef& mushroom sauce ', @@ -216,7 +216,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715701889899.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715701889899.png"], }, { title: 'اسموکی .. smoked beef fillet & mushrooms sauce ', @@ -227,10 +227,10 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714291822159.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714291822159.png"], }, { - title: 'خورا ک اسپانیایی.. Spain food', + title: 'خورا ک اسپانیایی.. Spain product', desc: 'فیله گوساله تفت داده شده/مرغ تفت داده شده/پیاز ژولین/فلفل دلمه ای /قارچ / کنجد ذرت/سس مخصوص سرآشپز..veal fillet/chicken/julienne onion/sweet pepper/mushroom/sesame/corn/special sauce ', price: 480000, restaurantSlug: 'zhivan', @@ -238,7 +238,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713773216671.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713773216671.png"], }, { title: 'بشقاب سبزیجات.. vegetarian dish', @@ -249,7 +249,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714293582193.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714293582193.png"], }, { title: 'دبل برگر..double burger ', @@ -260,7 +260,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714291899865.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714291899865.png"], }, { title: 'چیز برگر ..cheese burger', @@ -271,7 +271,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713706018252.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713706018252.png"], }, { title: 'برگر کلاسیک ..classic burger', @@ -282,7 +282,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715753283656.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715753283656.png"], }, { title: 'ماشروم برگر .. mushroom burgers ', @@ -293,7 +293,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715752985770.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715752985770.png"], }, { title: 'زینگر برگر .. zinger burger', @@ -304,7 +304,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713706335139.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713706335139.png"], }, { title: '5 ستاره .. star burger: beef & chicken ', @@ -315,7 +315,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714291935378.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714291935378.png"], }, { title: 'پنینی مرغ با سس پستو .. chicken pesto panini ', @@ -326,7 +326,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713779020113.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713779020113.png"], }, { title: 'پنینی بیف .. beef fillet panini', @@ -337,7 +337,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715752107592.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715752107592.png"], }, { title: 'فیلا دلفیا ..Philadelphia sandwich ', @@ -348,7 +348,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713772958621.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713772958621.png"], }, { title: 'پنینی رست بیف .. roast beef panini ', @@ -359,7 +359,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713779110050.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713779110050.png"], }, { title: 'دوتکه:(نرمال)', @@ -370,7 +370,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713707054857.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713707054857.png"], }, { title: 'سه تکه:(نرمال)', @@ -381,7 +381,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713707048869.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713707048869.png"], }, { title: 'پنج تکه:(نرمال)', @@ -392,7 +392,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713707039568.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713707039568.png"], }, { title: 'سه تکه فیله : (استریپس)', @@ -403,7 +403,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713706975656.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713706975656.png"], }, { title: 'پنج تکه فیله : (استریپس)', @@ -414,7 +414,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713706989835.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713706989835.png"], }, { title: 'ویژه کودکان', @@ -447,7 +447,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715788350856.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715788350856.png"], }, { title: 'سالاد سزار (فیله سوخار ی با دیپ چدار) .. Caesar salad/Fried chicken', @@ -458,7 +458,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713772878324.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713772878324.png"], }, { title: 'سالاد فصل .. Iranian salad ', @@ -469,7 +469,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715852971271.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715852971271.png"], }, { title: 'سیب زمینی پنیر و قارچ .. Mushroom cheese potatoes', @@ -480,7 +480,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715934773791.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715934773791.png"], }, { title: 'سیب زمینی پنیرقارچ و ژامبون', @@ -491,7 +491,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714290894911.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714290894911.png"], }, { title: 'نان سیر .. garlic bread', @@ -502,7 +502,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713773293238.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713773293238.png"], }, { title: 'میکس ناچو و فیله سوخاری', @@ -513,7 +513,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713773138383.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713773138383.png"], }, { title: 'قارچ سوخاری .. fried mushroom', @@ -524,7 +524,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715934677455.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715934677455.png"], }, { title: 'قارچ سوخاری پنیر', @@ -535,7 +535,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713773268030.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713773268030.png"], }, { title: 'لیموناد lemonade', @@ -546,7 +546,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715791954744.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715791954744.png"], }, { title: 'پشن موهیتو passion fruit ', @@ -557,7 +557,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715791769702.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715791769702.png"], }, { title: 'موهیتو کلاسیک mojito', @@ -568,7 +568,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714291977244.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714291977244.png"], }, { title: 'ردبری موهیتو redberry mojito', @@ -579,7 +579,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714293126185.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714293126185.png"], }, { title: 'بلک موهیتو black mojito', @@ -590,7 +590,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715791641400.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715791641400.png"], }, { title: 'نوشابه قوطی.. Coca-Cola/Fanta/Sprite', @@ -601,7 +601,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715806193784.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715806193784.png"], }, { title: 'ماءالشعیر قوطی.. Lemon/Peach/Cactus/Tropical/Classic', @@ -612,7 +612,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715806156688.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715806156688.png"], }, { title: 'آب معدنی.. Mineral water', @@ -623,7 +623,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715806335977.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715806335977.png"], }, { title: 'دوغ لیوانی.. Yoghurt', @@ -634,7 +634,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715806418661.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715806418661.png"], }, { title: 'ویژه ژیوان(تک نفره).. Zhivan pizza ', @@ -689,7 +689,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713706544776.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713706544776.png"], }, { title: 'اسپشیال(دو نفره).. Special ', @@ -700,7 +700,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713706534918.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713706534918.png"], }, { title: 'وایت چیکن(تک نفره).. Chicken Alfredo ', @@ -711,7 +711,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713706184032.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713706184032.png"], }, { title: 'وایت چیکن (دو نفره).. Chicken Alfredo ', @@ -722,7 +722,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713706161875.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713706161875.png"], }, { title: 'سبزیجات(تک نفره).. Vegetarian ', @@ -733,7 +733,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713773093656.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713773093656.png"], }, { title: 'سبزیجات(دو نفره).. Vegetarian ', @@ -744,7 +744,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713773039190.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713773039190.png"], }, { title: 'پپرونی ژیوان(Hot)تک نفره.. Pepperoni ', @@ -755,7 +755,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713706642707.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713706642707.png"], }, { title: 'پپرونی ژیوان(Hot)دو نفره.. Pepperoni ', @@ -766,7 +766,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713706628691.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713706628691.png"], }, { title: 'میت اند مشروم(تک نفره).. Meat & mushroom ', @@ -821,7 +821,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715854518650.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715854518650.png"], }, { title: 'دمنوش سیـــــب و دارچیـن دو نفره Apple & Cinnamon', @@ -832,7 +832,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715854419222.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715854419222.png"], }, { title: 'چای سبـز و لیمو تک نفره green tea& lemon', @@ -843,7 +843,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715854304419.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715854304419.png"], }, { title: 'جای سبز و لیمو دو نفره green tea & lemon ', @@ -854,7 +854,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715854245151.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715854245151.png"], }, { title: 'هارمونیا تک نفره harmonies ', @@ -865,7 +865,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715854093204.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715854093204.png"], }, { title: 'هارمونیا دو نفره harmonies', @@ -876,7 +876,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715854057726.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715854057726.png"], }, { title: 'اسپرســــــو دبـــــــــــل().. Double Espresso ', @@ -887,7 +887,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715711371198.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715711371198.png"], }, { title: 'آمریکانــــــــــــــو.. Americano', @@ -898,7 +898,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715711236185.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715711236185.png"], }, { title: 'مــــــــوکا(کلاسیک).. Mocha', @@ -909,7 +909,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715711203117.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715711203117.png"], }, { title: 'قهوه دمی سایفون.. Siphon coffee', @@ -920,7 +920,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715711089472.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715711089472.png"], discount: -1, }, { @@ -932,7 +932,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715711043900.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715711043900.png"], }, { title: 'شکلات داغ .. Hot Chocolate', @@ -943,7 +943,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715711005802.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715711005802.png"], }, { title: 'اسموتی استوایی tropical smoothie ', @@ -954,7 +954,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715855939026.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715855939026.png"], }, { title: ' اسموتی انبه mango smoothie ', @@ -965,7 +965,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715855856058.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715855856058.png"], }, { title: 'اسموتی اپلایم apple & lime smoothie ', @@ -976,7 +976,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715855800832.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715855800832.png"], }, { title: 'نوتلا شیک nutella miklshake', @@ -987,7 +987,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715855573768.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715855573768.png"], }, { title: 'پینات شیک peanut milkshake', @@ -998,7 +998,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715855464156.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715855464156.png"], }, { title: 'شوکو شیک chocolate milkshake', @@ -1009,7 +1009,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715855404611.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715855404611.png"], }, { title: ' آفوگاتو.. Affogato', @@ -1020,7 +1020,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715710983514.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715710983514.png"], }, { title: 'وافل نوتلا waffle nutella', @@ -1031,7 +1031,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715807218334.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715807218334.png"], }, { title: 'اسپرسو سینگل', @@ -3660,7 +3660,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729757443896.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729757443896.png"], }, { title: 'سالاد بیف', @@ -3671,7 +3671,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728303279211.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728303279211.png"], }, { title: 'سالاد سزار سوخاری', @@ -3682,7 +3682,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729758275074.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729758275074.png"], }, { title: 'سالاد سزار گریل ', @@ -3693,7 +3693,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729757571328.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729757571328.png"], }, { title: 'سیب زمینی با دیپ کافه دوپاری(new)', @@ -3704,7 +3704,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728331073193.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728331073193.png"], }, { title: 'چیکن اسپایسی(new)', @@ -3715,7 +3715,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729757914158.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729757914158.png"], }, { title: 'سوپ روز', @@ -3726,7 +3726,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729755496336.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729755496336.png"], }, { title: 'رست بیف', @@ -3737,7 +3737,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729756171799.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729756171799.png"], }, { title: 'چیکن نیویورکر', @@ -3748,7 +3748,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729756321754.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729756321754.png"], }, { title: 'اسپشیال', @@ -3759,7 +3759,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1731413338758.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1731413338758.png"], }, { title: 'کواترو استاجونی', @@ -3770,7 +3770,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729756471445.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729756471445.png"], }, { title: 'دیاولا (پپرونی)', @@ -3781,7 +3781,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729758594732.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729758594732.png"], }, { title: 'وردورا (سبزیجات)', @@ -3792,7 +3792,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729758629130.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729758629130.png"], }, { title: 'کواترو فور ماجی(new)', @@ -3803,7 +3803,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728330406509.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728330406509.png"], }, { title: 'سوله میو', @@ -3814,7 +3814,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729755229649.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729755229649.png"], }, { title: 'پولو', @@ -3825,7 +3825,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729756261349.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729756261349.png"], }, { title: 'سیر و استیک', @@ -3836,7 +3836,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729756530319.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729756530319.png"], }, { title: 'مارگریتا', @@ -3847,7 +3847,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729756652007.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729756652007.png"], }, { title: 'چیکن آلفردو', @@ -3858,7 +3858,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696945630526.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696945630526.png"], }, { title: 'فور چیز(new)', @@ -3869,7 +3869,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728306961819.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728306961819.png"], }, { title: 'بیف آرابیاتا(new)', @@ -3880,7 +3880,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728306836636.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728306836636.png"], }, { title: 'کته استیک', @@ -3891,7 +3891,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728330109953.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728330109953.png"], }, { title: 'کته سبزی با ماهی', @@ -3902,7 +3902,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728301711620.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728301711620.png"], }, { title: 'کباب تابه ای', @@ -3913,7 +3913,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728300683426.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728300683426.png"], }, { title: 'فیله استیک(new)', @@ -3924,7 +3924,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1732099203488.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1732099203488.png"], }, { title: 'چیکن استیک', @@ -3935,7 +3935,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728331458194.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728331458194.png"], }, { title: 'بیکن لاورز', @@ -3946,7 +3946,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729754952099.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729754952099.png"], }, { title: 'کلاسیک برگر', @@ -3957,7 +3957,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729758171518.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729758171518.png"], }, { title: 'اسپرسو سینگل', @@ -3968,7 +3968,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645017478067.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645017478067.png"], }, { title: 'اسپرسو دبل', @@ -3979,7 +3979,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645017517499.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645017517499.png"], }, { title: 'آمریکانو', @@ -3990,7 +3990,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645017556188.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645017556188.png"], }, { title: 'ترک دمی', @@ -4001,7 +4001,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645017579932.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645017579932.png"], }, { title: 'لته', @@ -4012,7 +4012,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645017618831.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645017618831.png"], }, { title: 'موکا', @@ -4023,7 +4023,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645017667092.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645017667092.png"], }, { title: 'کارامل ماکیاتو', @@ -4034,7 +4034,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645017705127.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645017705127.png"], }, { title: 'قهوه یونانی', @@ -4045,7 +4045,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645017753302.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645017753302.png"], }, { title: 'هات چاکلت', @@ -4056,7 +4056,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645017778152.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645017778152.png"], }, { title: 'وایت چاکلت', @@ -4067,7 +4067,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645017814380.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645017814380.png"], }, { title: 'شیر عسل دارچین', @@ -4078,7 +4078,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645017958798.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645017958798.png"], }, { title: 'سایفون ', @@ -4089,7 +4089,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645017999993.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645017999993.png"], }, { title: 'چیکن پستو(new)', @@ -4100,7 +4100,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728331220150.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728331220150.png"], }, { title: 'فرانسه', @@ -4111,7 +4111,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018036872.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018036872.png"], }, { title: 'آیس کافی', @@ -4122,7 +4122,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018080298.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018080298.png"], }, { title: 'آيس کارامل', @@ -4133,7 +4133,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018126527.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018126527.png"], }, { title: 'فراپاچینو', @@ -4144,7 +4144,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018189433.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018189433.png"], }, { title: 'هویج گلاسه', @@ -4155,7 +4155,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018225650.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018225650.png"], }, { title: 'آناناس گلاسه', @@ -4177,7 +4177,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018352272.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018352272.png"], }, { title: 'پولد بیف(new)', @@ -4188,7 +4188,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728331686617.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728331686617.png"], }, { title: 'تیرامیسو', @@ -4199,7 +4199,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729759180680.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729759180680.png"], }, { title: 'وافل', @@ -4210,7 +4210,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729756586757.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729756586757.png"], }, { title: 'بستنی مخصوص', @@ -4221,7 +4221,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729759056825.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729759056825.png"], }, { title: 'سایفون ۱ کاپ', @@ -4232,7 +4232,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728374457341.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728374457341.png"], }, { title: 'سایفون ۲ کاپ', @@ -4243,7 +4243,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728374458345.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728374458345.png"], }, { title: 'کمکس ۲ کاپ ', @@ -4254,7 +4254,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728374428131.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728374428131.png"], }, { title: 'کمکس ۴ کاپ', @@ -4265,7 +4265,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728374433041.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728374433041.png"], }, { title: 'ایروپرس', @@ -4276,7 +4276,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729759018128.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729759018128.png"], }, { title: 'وی۶۰', @@ -4287,7 +4287,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728374474365.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728374474365.png"], }, { title: 'سان شاین', @@ -4298,7 +4298,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018390978.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018390978.png"], }, { title: 'موهیتو', @@ -4309,7 +4309,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018438471.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018438471.png"], }, { title: 'آفاگاتو', @@ -4320,7 +4320,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018483060.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018483060.png"], }, { title: 'کاپرینا', @@ -4331,7 +4331,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018530231.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018530231.png"], }, { title: 'لیموناد مخصوص', @@ -4342,7 +4342,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018603413.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018603413.png"], }, { title: 'فروت رول', @@ -4353,7 +4353,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018627969.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018627969.png"], }, { title: 'واترملون', @@ -4364,7 +4364,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018661219.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018661219.png"], }, { title: 'چیپس و پنیر', @@ -4375,7 +4375,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193702676.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193702676.png"], }, { title: 'چیپس و پنیر ۲ نفره', @@ -4386,7 +4386,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193668341.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193668341.png"], }, { title: 'سیب زمینی', @@ -4397,7 +4397,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193637610.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193637610.png"], }, { title: 'سیب زمینی با پنیر', @@ -4408,7 +4408,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193598058.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193598058.png"], }, { title: 'سیب زمینی با پنیر دو نفره', @@ -4419,7 +4419,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193558686.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193558686.png"], }, { title: 'سیب زمینی ویژه', @@ -4430,7 +4430,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193521047.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193521047.png"], }, { title: 'سیب زمینی ویژه دو نفره', @@ -4441,7 +4441,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193485198.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193485198.png"], }, { title: 'سیب زمینی هات داگ', @@ -4463,7 +4463,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193428118.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193428118.png"], }, { title: 'شنیسل مرغ', @@ -4474,7 +4474,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193401471.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193401471.png"], }, { title: 'اسنک', @@ -4485,7 +4485,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018726223.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018726223.png"], }, { title: 'کیک شکلات', @@ -4496,7 +4496,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018748768.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018748768.png"], }, { title: 'توت فرنگی', @@ -4507,7 +4507,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645018704529.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645018704529.png"], }, { title: 'شاتوت', @@ -4518,7 +4518,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193275929.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193275929.png"], }, { title: 'سنتی', @@ -4529,7 +4529,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193187571.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193187571.png"], }, { title: 'شکلات', @@ -4540,7 +4540,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193106675.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193106675.png"], }, { title: 'مخلوط', @@ -4551,7 +4551,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193071691.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193071691.png"], }, { title: 'معجون', @@ -4562,7 +4562,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193040976.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193040976.png"], }, { title: 'بستنی ایتالیایی', @@ -4573,7 +4573,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645193010587.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645193010587.png"], }, { title: 'قهوه', @@ -4584,7 +4584,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192964012.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192964012.png"], }, { title: 'نوتلا', @@ -4595,7 +4595,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192930977.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192930977.png"], }, { title: 'وانیل', @@ -4606,7 +4606,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192904361.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192904361.png"], }, { title: 'شاتوت ', @@ -4617,7 +4617,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192850800.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192850800.png"], }, { title: 'توت فرنگی ', @@ -4628,7 +4628,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192828049.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192828049.png"], }, { title: 'نوتلا ', @@ -4639,7 +4639,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192677552.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192677552.png"], }, { title: 'شکلات ', @@ -4650,7 +4650,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192651340.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192651340.png"], }, { title: 'شکلات موز', @@ -4661,7 +4661,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192568861.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192568861.png"], }, { title: 'کارامل', @@ -4672,7 +4672,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192541740.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192541740.png"], }, { title: 'M&M', @@ -4683,7 +4683,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192458431.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192458431.png"], }, { title: 'وانیل ', @@ -4694,7 +4694,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192380780.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192380780.png"], }, { title: 'نارگیل', @@ -4705,7 +4705,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192357817.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192357817.png"], }, { title: 'بادام زمینی', @@ -4716,7 +4716,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192328640.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192328640.png"], }, { title: 'معجون ', @@ -4727,7 +4727,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192304289.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192304289.png"], }, { title: 'قهوه ', @@ -4738,7 +4738,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192242107.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192242107.png"], }, { title: 'دارچین', @@ -4749,24 +4749,24 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1645192150150.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1645192150150.png"], }, { title: 'استیک فیله مینیون', desc: 'فیله گوساله،سبزیجات بخارپز طعم دار شده،پوره سیب زمینی،سس قارچ', price: 450000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'استیک ها', isActive: false, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674240746571.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674240746571.png"], }, { title: 'استیک باربی کیو', desc: 'فیله گوساله دودی،سبزیجات بخارپز طعم دار شده،پوره سیب زمینی،سس دودی دست ساز', price: 460000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'استیک ها', isActive: false, stock: 1, @@ -4777,7 +4777,7 @@ export const foodsData: FoodData[] = [{ title: 'کته استیک', desc: 'فیله گوساله،شنسل مرغ طعم دار شد۰،سبزیجات بخارپز،پوره سیب زمینی،سس قارچ،سس هاووس،برنج کته', price: 490000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'استیک ها', isActive: false, stock: 1, @@ -4788,7 +4788,7 @@ export const foodsData: FoodData[] = [{ title: 'چیکن استیک', desc: 'شنسل مرغ گریل شده،سبزیجات بخارپز طعم دار شده،پوره سیب زمینی،سس قارچ', price: 335000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'استیک ها', isActive: false, stock: 1, @@ -4799,7 +4799,7 @@ export const foodsData: FoodData[] = [{ title: 'برگر کلاسیک', desc: 'گوشت خالص،گوجه،خیارشور،کاهو،سیب زمینی سرخ شده', price: 175000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'برگرها', isActive: false, stock: 1, @@ -4810,7 +4810,7 @@ export const foodsData: FoodData[] = [{ title: 'برگر هاوایی', desc: 'گوشت خالص،گوجه،خیارشور،کاهو،پنیر گودا،ژامبون گوشت،آناناس تفت داده شده،پنیر کاراملی،سس دودی،سیب زمینی سرخ شده', price: 210000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'برگرها', isActive: false, stock: 1, @@ -4821,7 +4821,7 @@ export const foodsData: FoodData[] = [{ title: 'جورجیا برگر', desc: 'گوشت خالص،شنسل مرغ سوخاری،پنیر گودا،پنیر کاراملی،کاهو،خیارشور،گوجه،سس مخصوص دودی', price: 220000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'برگرها', isActive: false, stock: 1, @@ -4832,40 +4832,40 @@ export const foodsData: FoodData[] = [{ title: 'چیز برگر', desc: 'گوشت خالص،پنیر گودا،پنیر کاراملی،کاهو،خیارشو،گوجه،سیب زمینی سرخ شده', price: 205000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'برگرها', isActive: false, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674240800071.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674240800071.png"], }, { title: 'دبل برگر', desc: '۲ تیکه گوشن خالص،پنیر گودا،پنیر کاراملی،گوجه،خیارشور،کاهو،سس دودی،سیب زمینی سرخ شده', price: 235000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'برگرها', isActive: false, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674240855648.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674240855648.png"], }, { title: 'شف برگر', desc: '۲ تیکه گوشت خالص،شنسل مرغ سوخاری،مغزران رشته رشته شده،دو عدد پنیر گودا،گوجه،خیارشور،کاهو،پنیر کاراملی،سس دودی،سیب زمینی سرخ شده', price: 285000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'برگرها', isActive: false, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674241006305.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674241006305.png"], }, { title: 'کوبیده', desc: '۲ سیخ کوبیده و دورچین', price: 195000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'ایرانی', isActive: false, stock: 1, @@ -4876,7 +4876,7 @@ export const foodsData: FoodData[] = [{ title: 'جوجه کلاسیک', desc: 'سینه فیله تازه مرینت شده با زعفران ناب ایرانی،سس مخصوص و دورچین', price: 195000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'ایرانی', isActive: false, stock: 1, @@ -4887,7 +4887,7 @@ export const foodsData: FoodData[] = [{ title: 'جوجه ترش گیلانی', desc: 'سینه فیله تازه مرینت شده با سس مخصوص و دورچین', price: 220000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'ایرانی', isActive: false, stock: 1, @@ -4898,7 +4898,7 @@ export const foodsData: FoodData[] = [{ title: 'میکس وزیری', desc: '۱سیخ جوجه کلاسیک،۱سیخ کوبیده و دورچین', price: 260000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'ایرانی', isActive: false, stock: 1, @@ -4909,7 +4909,7 @@ export const foodsData: FoodData[] = [{ title: 'کباب برگ مجلسی', desc: 'فیله گوساله تازه و دورچین', price: 320000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'ایرانی', isActive: false, stock: 1, @@ -4920,7 +4920,7 @@ export const foodsData: FoodData[] = [{ title: 'کباب سلطانی مخصوص', desc: 'یک سیخ کباب برگ به همراه یک سیخ کوبیده و دورچین', price: 350000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'ایرانی', isActive: false, stock: 1, @@ -4931,7 +4931,7 @@ export const foodsData: FoodData[] = [{ title: 'بختیاری', desc: '۱/۲ چنجه،۱/۲جوجه کلاسیک و دورچین', price: 340000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'ایرانی', isActive: false, stock: 1, @@ -4953,18 +4953,18 @@ export const foodsData: FoodData[] = [{ title: 'سالاد سزار گریل', desc: 'کاهو،مرغ گریل شده،کروئانز،گوجه چری،پنیر پارمسان،سس سزار مخصوص،سالاد سزار یک رول', price: 200000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'سالاد.', isActive: false, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674240050149.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674240050149.png"], }, { title: 'سالاد سزار یک رول', desc: 'کاهو،مرغ سوخاری با پنیر،نان کروتانز،گوجه چری،پنیر پارمسان،سس سزار مخصوص', price: 200000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'سالاد.', isActive: false, stock: 1, @@ -4975,7 +4975,7 @@ export const foodsData: FoodData[] = [{ title: 'ماست چکیده موسیر ', desc: '', price: 40000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیش غذا.', isActive: false, stock: 1, @@ -4986,7 +4986,7 @@ export const foodsData: FoodData[] = [{ title: 'زیتون پرورده', desc: '', price: 55000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیش غذا.', isActive: false, stock: 1, @@ -4997,7 +4997,7 @@ export const foodsData: FoodData[] = [{ title: 'نوشابه کوکا ', desc: '', price: 19500, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی ها ', isActive: false, stock: 1, @@ -5008,7 +5008,7 @@ export const foodsData: FoodData[] = [{ title: 'نوشابه فانتا', desc: '', price: 19500, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی ها ', isActive: false, stock: 1, @@ -5019,7 +5019,7 @@ export const foodsData: FoodData[] = [{ title: 'نوشابه اسپرایت', desc: '', price: 19500, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی ها ', isActive: false, stock: 1, @@ -5030,7 +5030,7 @@ export const foodsData: FoodData[] = [{ title: 'نوشابه زیرو', desc: '', price: 19500, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی ها ', isActive: false, stock: 1, @@ -5041,7 +5041,7 @@ export const foodsData: FoodData[] = [{ title: 'دلستر (لیمو)', desc: '', price: 20000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی ها ', isActive: false, stock: 1, @@ -5052,7 +5052,7 @@ export const foodsData: FoodData[] = [{ title: 'دلستر استوایی ', desc: '', price: 20000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی ها ', isActive: false, stock: 1, @@ -5063,7 +5063,7 @@ export const foodsData: FoodData[] = [{ title: 'دلستر هلو', desc: '', price: 20000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی ها ', isActive: false, stock: 1, @@ -5074,7 +5074,7 @@ export const foodsData: FoodData[] = [{ title: 'دلستر کلاسیک ', desc: '', price: 20000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی ها ', isActive: false, stock: 1, @@ -5085,7 +5085,7 @@ export const foodsData: FoodData[] = [{ title: 'دوغ محلی', desc: 'پارچی', price: 55000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی ها ', isActive: false, stock: 1, @@ -5096,7 +5096,7 @@ export const foodsData: FoodData[] = [{ title: 'موکاورده (medium)', desc: 'سس پستو،ترکیبی از بهترین پنیرها،،شنسل مرغ،قارچ،فلفل دلمه رنگی،زیتون سیاه', price: 275000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا ایتالیایی ', isActive: false, stock: 1, @@ -5107,7 +5107,7 @@ export const foodsData: FoodData[] = [{ title: 'موکاورده (large)', desc: 'سس پستو،ترکیبی از بهترین پنیرها،،شنسل مرغ،قارچ،فلفل دلمه رنگی،زیتون سیاه', price: 325000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا ایتالیایی ', isActive: false, stock: 1, @@ -5118,18 +5118,18 @@ export const foodsData: FoodData[] = [{ title: 'اسپیشیال(medium)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،ژامبون مرغ و گوشت۹۰٪،کوکتل،یارچ،فلفل دلمه رنگی و ذرت', price: 250000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا آمریکایی ', isActive: false, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674240678726.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674240678726.png"], }, { title: 'اسپیشیال(large)', desc: 'سس ناپولتین،ترکیبی از بهترین پنیرها،ژامبون مرغ و گوشت۹۰٪،،کوکتل،قارچ،فلفل دلمه رنگی و ذرت', price: 340000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا آمریکایی ', isActive: false, stock: 1, @@ -5140,7 +5140,7 @@ export const foodsData: FoodData[] = [{ title: 'هالو پیتزا (medium)(hot)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،پپرونی،قارچ،فلفل هالو‌پینو', price: 230000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا آمریکایی ', isActive: false, stock: 1, @@ -5151,7 +5151,7 @@ export const foodsData: FoodData[] = [{ title: 'هالو پیتزا(large)(hot)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،پپرونی،قارچ،فلفل هالوپینو', price: 330000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا آمریکایی ', isActive: false, stock: 1, @@ -5162,7 +5162,7 @@ export const foodsData: FoodData[] = [{ title: 'کانتونی (medium)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،مرغ فرآوری شده دودی،قارچ،فلفل دلمه رنگی،زیتون سیاه', price: 230000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا آمریکایی ', isActive: false, stock: 1, @@ -5173,7 +5173,7 @@ export const foodsData: FoodData[] = [{ title: 'کانتونی (large)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،مرغ فرآوری شده ،قارچ،فلفل دلمه رنگی،زیتون سیاه', price: 355000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا آمریکایی ', isActive: false, stock: 1, @@ -5184,7 +5184,7 @@ export const foodsData: FoodData[] = [{ title: 'پیتزا سبزیجات (large)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،سبزیجان فصل،هویج کریسپی', price: 225000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا آمریکایی ', isActive: false, stock: 1, @@ -5195,7 +5195,7 @@ export const foodsData: FoodData[] = [{ title: 'سبزیجات(medium)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،سبزیجات فصل،هویج کریسپی', price: 150000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا آمریکایی ', isActive: false, stock: 1, @@ -5206,7 +5206,7 @@ export const foodsData: FoodData[] = [{ title: 'سیرو استیک(medium)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،راسته گوساله طعم دارشده', price: 265000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا ایتالیایی ', isActive: false, stock: 1, @@ -5217,7 +5217,7 @@ export const foodsData: FoodData[] = [{ title: 'سیرواستبک (large)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،راسته گوساله طعم دارشده', price: 330000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا ایتالیایی ', isActive: false, stock: 1, @@ -5228,7 +5228,7 @@ export const foodsData: FoodData[] = [{ title: 'سیسیلی(medium)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،شنسل مرغ طعم دار شده،قارچ ،فلفل هالوپینو،فلفل دلمه رنگی ،زیتون سیاه', price: 260000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا ایتالیایی ', isActive: false, stock: 1, @@ -5239,7 +5239,7 @@ export const foodsData: FoodData[] = [{ title: 'سیسیلی (large)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها، شنسل مرغ طعم دار شده،قارچ،فلفل هالوپینو،،فلفل دلمه رنگی،زیتون سیاه', price: 320000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا ایتالیایی ', isActive: false, stock: 1, @@ -5250,7 +5250,7 @@ export const foodsData: FoodData[] = [{ title: 'پپرونی(medium)', desc: ' سس ناپولیتن،ترکیبی از بهترین پنیرها،پپرونی مرغوب،هالوپینو', price: 235000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا ایتالیایی ', isActive: false, stock: 1, @@ -5261,7 +5261,7 @@ export const foodsData: FoodData[] = [{ title: 'پپرونی(large)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،پپرونی مرغوب،هالوپینو', price: 295000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا ایتالیایی ', isActive: false, stock: 1, @@ -5272,40 +5272,40 @@ export const foodsData: FoodData[] = [{ title: 'فورسیزن(medium)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،۱/۴راسته گوساله،۱/۴شنسل مرغ،۱/۴ژامبون،فلفل دلمه رنگی،زیتون سیاه', price: 285000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا ایتالیایی ', isActive: false, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674240292136.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674240292136.png"], }, { title: 'فورسیزن (large)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،۱/۴راسته گوساله،۱/۴شنسل مرغ،۱/۴ژامبون،فلفل دلمه رنگی،زیتون سیاه', price: 375000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا ایتالیایی ', isActive: false, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674240090739.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674240090739.png"], }, { title: 'پنه چیکن آلفردو', desc: 'فیله مرغ،پنه،پیازچه،قارچ،سس آلفردو،پنیر پارمسان', price: 210000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پاستاها', isActive: false, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674240144984.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674240144984.png"], }, { title: 'پنه پستو', desc: 'فیله مرغ،پنه،پیازچه،قارچ،سس پستو ،پنیر پارمسان', price: 220000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پاستاها', isActive: false, stock: 1, @@ -5316,7 +5316,7 @@ export const foodsData: FoodData[] = [{ title: 'خوراک اسپانیایی', desc: 'فیله کوساله تفت داده شده،فیله مرغ،فلفل دلمه،پیاز ژولین،قارچ،سس مخصوص،نان بروچن', price: 260000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پاستاها', isActive: false, stock: 1, @@ -5327,18 +5327,18 @@ export const foodsData: FoodData[] = [{ title: 'بیف استراگانف', desc: 'فیله گوساله،پیازچه،قارچ،سس آلفردو،سیب زمینی بیفی،پنیر پارمسان', price: 280000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پاستاها', isActive: false, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674240174016.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674240174016.png"], }, { title: 'پنه بیف آلفردو', desc: 'فیله گوساله،پیازچه،قارچ،سس آلفردو،گوجه گیلاسی تفت داده شده،پوره لبو', price: 235000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پاستاها', isActive: false, stock: 1, @@ -5349,7 +5349,7 @@ export const foodsData: FoodData[] = [{ title: 'مارگریتا(medium)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،گوجه اسلایس ،برگ رییحان', price: 155000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا ایتالیایی ', isActive: false, stock: 1, @@ -5360,7 +5360,7 @@ export const foodsData: FoodData[] = [{ title: 'مارگریتا(large)', desc: 'سس ناپولیتن،ترکیبی از بهترین پنیرها،گوجه اسلایس ، برگ ریحان', price: 169000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیتزا ایتالیایی ', isActive: false, stock: 1, @@ -5376,7 +5376,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1650113391211.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1650113391211.png"], }, { title: ' ریسترتو اسپشیال', @@ -5387,7 +5387,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1650113429909.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1650113429909.png"], }, { title: 'اسپرسو کامرشیال', @@ -5398,7 +5398,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649615265281.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649615265281.png"], }, { title: 'اسپرسو اسپشیال', @@ -5409,7 +5409,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649615208910.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649615208910.png"], }, { title: 'لونگو کامرشیال', @@ -5420,7 +5420,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1650113477508.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1650113477508.png"], }, { title: 'لونگو اسپشیال', @@ -5431,7 +5431,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1650113526078.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1650113526078.png"], }, { title: 'اسپرسو کومپانو', @@ -5442,7 +5442,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649615098733.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649615098733.png"], }, { title: 'اسپرسو پیکولو', @@ -5453,7 +5453,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649615060222.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649615060222.png"], }, { title: 'مگنوم پرسو', @@ -5486,7 +5486,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649614627379.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649614627379.png"], }, { title: ' آمریکانو اسپشیال', @@ -5497,7 +5497,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649614589917.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649614589917.png"], }, { title: 'فلت وایت', @@ -5508,7 +5508,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649614568101.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649614568101.png"], }, { title: 'کاپوچینو', @@ -5519,7 +5519,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649614545113.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649614545113.png"], }, { title: 'لاته', @@ -5530,7 +5530,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649614515360.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649614515360.png"], }, { title: 'لاته + سیروپ(کارامل ، فندوق ، وانیل)', @@ -5541,7 +5541,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649614477212.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649614477212.png"], }, { title: 'کوکی لاته', @@ -5563,7 +5563,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649614316580.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649614316580.png"], }, { title: 'چاکلت کوکی لاته', @@ -5585,7 +5585,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649614283859.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649614283859.png"], }, { title: 'لاته کارامل نمکی', @@ -5596,7 +5596,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649614243191.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649614243191.png"], }, { title: 'موکا فندوقی', @@ -5607,7 +5607,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613980682.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613980682.png"], }, { title: 'پن شکلات', @@ -5618,7 +5618,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613901192.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613901192.png"], }, { title: 'کروسان ساده', @@ -5629,7 +5629,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613856633.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613856633.png"], }, { title: 'کروسان بادام', @@ -5640,7 +5640,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613797467.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613797467.png"], }, { title: 'هات چاکلت', @@ -5651,7 +5651,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613765932.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613765932.png"], }, { title: 'وایت چاکلت', @@ -5662,7 +5662,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613723673.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613723673.png"], }, { title: 'مارشمالو چاکلت', @@ -5673,7 +5673,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613702548.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613702548.png"], }, { title: 'ماسالا', @@ -5684,7 +5684,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613676302.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613676302.png"], }, { title: 'سیگنیچر شکر سیاه', @@ -5706,7 +5706,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613589300.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613589300.png"], }, { title: 'نیتروژن کافی', @@ -5728,7 +5728,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613510872.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613510872.png"], }, { title: 'آیس لاته', @@ -5739,7 +5739,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613478658.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613478658.png"], }, { title: 'آیس لاته+ سیروپ', @@ -5750,7 +5750,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613453945.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613453945.png"], }, { title: 'سیگنیچر شکر سیاه ', @@ -5772,7 +5772,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613422061.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613422061.png"], }, { title: 'جینا', @@ -5783,7 +5783,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613398668.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613398668.png"], }, { title: 'کمکس', @@ -5794,7 +5794,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613372112.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613372112.png"], }, { title: 'فرنچ پرس', @@ -5805,7 +5805,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1649613348050.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1649613348050.png"], }, { title: 'فلت وایت %100', @@ -5833,7 +5833,7 @@ export const foodsData: FoodData[] = [{ title: 'چیکن برگر', desc: 'شنسل مرغ گریل شده،گوجه،خیارشور،کاهو،پنیرگودا،سس دودی،سیب زمینی سرخ شده', price: 175000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'برگرها', isActive: false, stock: 1, @@ -5866,7 +5866,7 @@ export const foodsData: FoodData[] = [{ title: 'کته برنج زعفرانی', desc: '', price: 49000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'ایرانی', isActive: false, stock: 1, @@ -5877,18 +5877,18 @@ export const foodsData: FoodData[] = [{ title: 'سیب زمینی سرخ شده', desc: '', price: 130000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیش غذا.', isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674240260019.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674240260019.png"], }, { title: 'اسکوپ بستنی', desc: '', price: 50000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'میلک شیک', isActive: false, stock: 1, @@ -6482,7 +6482,7 @@ export const foodsData: FoodData[] = [{ title: 'کیک شکلاتی ', desc: '', price: 110000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'کیک و دسر', isActive: true, stock: 1, @@ -6493,7 +6493,7 @@ export const foodsData: FoodData[] = [{ title: 'کیک بستنی ', desc: '', price: 165000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'کیک و دسر', isActive: true, stock: 1, @@ -6515,7 +6515,7 @@ export const foodsData: FoodData[] = [{ title: ' اسپرسو', desc: '', price: 80000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'اسپرسو بار', isActive: true, stock: 1, @@ -6526,7 +6526,7 @@ export const foodsData: FoodData[] = [{ title: 'امریکانو', desc: '60ml اسپرسو(دبل)+90میلی متر آب جوش', price: 110000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'اسپرسو بار', isActive: true, stock: 1, @@ -6537,7 +6537,7 @@ export const foodsData: FoodData[] = [{ title: 'موکا', desc: 'اسپرسودبل+سس شکلات+شیروفوم', price: 125000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'اسپرسو بار', isActive: true, stock: 1, @@ -6548,7 +6548,7 @@ export const foodsData: FoodData[] = [{ title: 'لاته ', desc: 'اسپرسو‌دبل+220mlشیرو‌فوم+سیروپ دلخواه', price: 120000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'اسپرسو بار', isActive: true, stock: 1, @@ -6559,7 +6559,7 @@ export const foodsData: FoodData[] = [{ title: 'هات چاکلت ', desc: '', price: 115000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی های گرم', isActive: true, stock: 1, @@ -6570,7 +6570,7 @@ export const foodsData: FoodData[] = [{ title: 'آفوگاتو', desc: 'بستنی وانیل+اسپرسو دبل', price: 115000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'اسپرسو بار', isActive: true, stock: 1, @@ -6581,7 +6581,7 @@ export const foodsData: FoodData[] = [{ title: 'دارک چاکلت', desc: '', price: 120000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی های گرم', isActive: true, stock: 1, @@ -6592,7 +6592,7 @@ export const foodsData: FoodData[] = [{ title: 'چای ماسالا ', desc: '', price: 110000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی های گرم', isActive: true, stock: 1, @@ -6603,7 +6603,7 @@ export const foodsData: FoodData[] = [{ title: 'یونانی', desc: 'ترک+شیر', price: 105000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی های گرم', isActive: true, stock: 1, @@ -6614,7 +6614,7 @@ export const foodsData: FoodData[] = [{ title: 'چای مراکشی', desc: 'چای +هل+نعنا+نبات', price: 105000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'چای و دمنوش', isActive: true, stock: 1, @@ -6625,7 +6625,7 @@ export const foodsData: FoodData[] = [{ title: 'دمنوش سیب دارچین', desc: '', price: 110000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'چای و دمنوش', isActive: true, stock: 1, @@ -6636,7 +6636,7 @@ export const foodsData: FoodData[] = [{ title: 'دمنوش آرامش', desc: 'گل گاوزبان+چای ترش+بهار نارنج+لیمو+نبات', price: 110000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'چای و دمنوش', isActive: true, stock: 1, @@ -6647,7 +6647,7 @@ export const foodsData: FoodData[] = [{ title: 'دمنوش به لیمو-زنجبیل', desc: '', price: 110000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'چای و دمنوش', isActive: true, stock: 1, @@ -6658,7 +6658,7 @@ export const foodsData: FoodData[] = [{ title: 'آیس موکا', desc: '', price: 130000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'آیس کافه', isActive: true, stock: 1, @@ -6669,7 +6669,7 @@ export const foodsData: FoodData[] = [{ title: 'آیس امریکانو', desc: '', price: 115000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'آیس کافه', isActive: true, stock: 1, @@ -6680,7 +6680,7 @@ export const foodsData: FoodData[] = [{ title: 'شیک وانیل', desc: '', price: 150000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'میلک شیک', isActive: true, stock: 1, @@ -6691,7 +6691,7 @@ export const foodsData: FoodData[] = [{ title: 'شیک شکلات', desc: '', price: 150000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'میلک شیک', isActive: true, stock: 1, @@ -6702,7 +6702,7 @@ export const foodsData: FoodData[] = [{ title: 'شیک تیرامیسو', desc: 'بیسکوییت لیدی فینگر+نسکافه گُلد+بستنی وانیل', price: 165000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'میلک شیک', isActive: true, stock: 1, @@ -6713,7 +6713,7 @@ export const foodsData: FoodData[] = [{ title: 'شیک بادام زمینی', desc: 'کره بادام زمینی+بادام زمینی+بستنی وانیل', price: 165000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'میلک شیک', isActive: true, stock: 1, @@ -6724,7 +6724,7 @@ export const foodsData: FoodData[] = [{ title: 'کِمِکس', desc: 'متولد1491,مناسب علاقه مندان طعم لایت و مدیوم قهوه', price: 110000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'قهوه های دمی.', isActive: true, stock: 1, @@ -6735,7 +6735,7 @@ export const foodsData: FoodData[] = [{ title: 'فرانسه', desc: 'قهوه دمی+شیر داغ', price: 115000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'قهوه های دمی.', isActive: true, stock: 1, @@ -6746,7 +6746,7 @@ export const foodsData: FoodData[] = [{ title: 'v60', desc: 'متولد1921،نسخه اصلی و دست نخورده کِمِکٰسٰ', price: 105000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'قهوه های دمی.', isActive: true, stock: 1, @@ -6757,7 +6757,7 @@ export const foodsData: FoodData[] = [{ title: 'لیموناد', desc: 'لیمو تازه+ سودا', price: 110000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدی های سرد', isActive: true, stock: 1, @@ -6768,7 +6768,7 @@ export const foodsData: FoodData[] = [{ title: 'موهیتو کلاسیک', desc: 'لیمو تازه+نعنا تازه+سودا', price: 115000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدی های سرد', isActive: true, stock: 1, @@ -6779,7 +6779,7 @@ export const foodsData: FoodData[] = [{ title: 'پیناکولادا', desc: 'میکس آب آناناس و شیر نارگیل و آناناس', price: 125000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدی های سرد', isActive: true, stock: 1, @@ -7626,7 +7626,7 @@ export const foodsData: FoodData[] = [{ title: 'کاپوچینو', desc: 'اسپرسو سینگل+150mlشیرو فوم', price: 110000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'اسپرسو بار', isActive: true, stock: 1, @@ -7637,7 +7637,7 @@ export const foodsData: FoodData[] = [{ title: 'آیس لاته', desc: 'اسپرسو دبل+شیر', price: 115000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'آیس کافه', isActive: true, stock: 1, @@ -7648,7 +7648,7 @@ export const foodsData: FoodData[] = [{ title: 'سرویس چای چهارنفره', desc: 'نبات', price: 165000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'چای و دمنوش', isActive: true, stock: 1, @@ -7659,7 +7659,7 @@ export const foodsData: FoodData[] = [{ title: 'پشن دراگون', desc: 'آب پرتقال+توت فرنگی+سیروپ پشن فورت+آب لیمو تازه', price: 135000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدی های سرد', isActive: true, stock: 1, @@ -7708,7 +7708,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729758618404.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729758618404.png"], }, { title: 'اسپرسو دبل', @@ -7774,7 +7774,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728330951188.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728330951188.png"], }, { title: 'باربیکیو وینگز(new)', @@ -7785,7 +7785,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728330940826.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728330940826.png"], }, { title: 'قارچ سوخاری(new)', @@ -7796,7 +7796,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729757626041.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729757626041.png"], }, { title: 'دوسیب ، البالو ، ادامس دارچین ، موهیتو ، انبه ، سیب یخ ، هندوانه نعنا ، بلوبری ، پرتغال خامه ، آلو یخ ، نعنا ، طالبی ، پاستیل ، کیس می ، شاتوت بستنی ، کاپتان بلک ، ', @@ -8038,7 +8038,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729758313692.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729758313692.png"], }, { title: 'سیب کلاسیک', @@ -8060,7 +8060,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729758014480.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729758014480.png"], }, { title: 'کباب مخصوص سعادت', @@ -9369,7 +9369,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729757064050.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729757064050.png"], }, { title: 'بوته اسپشیال', @@ -9380,7 +9380,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1765281838221.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1765281838221.png"], }, { title: 'اراک برک', @@ -9391,7 +9391,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1761678002013.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1761678002013.png"], }, { title: 'لیمون کوکو', @@ -9424,7 +9424,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1659522888259.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1659522888259.png"], }, { title: 'پیتزا پپرونی', @@ -9446,7 +9446,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728330592819.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728330592819.png"], }, { title: 'چیکن آلفردو', @@ -9457,7 +9457,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1663567920922.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1663567920922.png"], }, { title: 'وا فل', @@ -9468,7 +9468,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729758734918.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729758734918.png"], }, { title: 'پنکیک', @@ -9479,7 +9479,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729756930760.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729756930760.png"], }, { title: 'کاتانیا', @@ -9490,7 +9490,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729756502136.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729756502136.png"], }, { title: 'سالاد مرغ و گردو', @@ -9501,7 +9501,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729757913755.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729757913755.png"], }, { title: 'شف برگر (امضای ژیوان).. burger chef', @@ -9512,7 +9512,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713706844133.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713706844133.png"], }, { title: 'پنینی مرغ', @@ -9523,7 +9523,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1662297483531.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1662297483531.png"], }, { title: 'پنینی هات داگ اسپشیال', @@ -9534,7 +9534,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1662297660322.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1662297660322.png"], }, { title: 'آویشن', @@ -9556,13 +9556,13 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728331212413.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728331212413.png"], }, { title: 'شیرنسکافه', desc: '', price: 110000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی های گرم', isActive: true, stock: 1, @@ -9573,7 +9573,7 @@ export const foodsData: FoodData[] = [{ title: 'وایت چاکلت', desc: '', price: 115000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'نوشیدنی های گرم', isActive: true, stock: 1, @@ -9589,7 +9589,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715855188287.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715855188287.png"], }, { title: 'اورئو شیک oreo milkshake', @@ -9600,7 +9600,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715854766909.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715854766909.png"], }, { title: 'کورتادو Cortado', @@ -9611,7 +9611,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715710960967.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715710960967.png"], }, { title: 'موهیتو میکس mixed mojito', @@ -9622,7 +9622,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714293251086.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714293251086.png"], }, { title: 'اسپرسو', @@ -9633,7 +9633,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1670941019217.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1670941019217.png"], }, { title: 'آمریکانو', @@ -9644,7 +9644,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1670941158643.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1670941158643.png"], }, { title: 'کورتادو', @@ -9655,7 +9655,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1670941278888.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1670941278888.png"], }, { title: 'لاته', @@ -9666,7 +9666,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1670941383289.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1670941383289.png"], }, { title: 'هات چاکلت', @@ -9677,7 +9677,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683374090799.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683374090799.png"], }, { title: 'ماسالا ', @@ -9688,7 +9688,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1670943585434.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1670943585434.png"], }, { title: 'کیک روز', @@ -9699,7 +9699,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1671205548041.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1671205548041.png"], }, { title: 'وافل', @@ -9710,18 +9710,18 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1671206028714.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1671206028714.png"], }, { title: 'سیب زمینی چدار', desc: 'سیب زمینی سرخ شده. دیپ چدار . جعفری و ادویه مخصوص', price: 150000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیش غذا.', isActive: false, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674117429783.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674117429783.png"], }, { title: 'کاپوچینو', @@ -9732,7 +9732,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683373474894.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683373474894.png"], }, { title: 'کمکس', @@ -9743,7 +9743,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674317833311.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674317833311.png"], }, { title: 'سایفون', @@ -9754,7 +9754,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674318031385.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674318031385.png"], }, { title: 'V 60', @@ -9765,7 +9765,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674318145146.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674318145146.png"], }, { title: 'ایروپرس', @@ -9776,7 +9776,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683374626803.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683374626803.png"], }, { title: 'ترک', @@ -9787,7 +9787,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1674318357015.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1674318357015.png"], }, { title: 'پشن لاین', @@ -9864,13 +9864,13 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728330530614.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728330530614.png"], }, { title: 'چیز فرایز لارج', desc: 'سیب زمینی سرخ شده همراه با سس قارچ', price: 250000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'پیش غذا.', isActive: false, stock: 1, @@ -9881,7 +9881,7 @@ export const foodsData: FoodData[] = [{ title: 'کیک دبل چاکلت(new)', desc: '', price: 100000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'کیک و دسر', isActive: false, stock: 1, @@ -9897,7 +9897,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1681745992648.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1681745992648.png"], }, { title: 'پیتزا مارگاریتا', @@ -9908,7 +9908,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1681746130413.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1681746130413.png"], }, { title: 'شیک بادام زمینی', @@ -9919,7 +9919,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683377587080.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683377587080.png"], }, { title: 'سیب زمینی سرخ شده', @@ -9930,7 +9930,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715934532096.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715934532096.png"], }, { title: 'برگر آجیلی سپنج', @@ -10656,7 +10656,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695805575659.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695805575659.png"], }, { title: 'اسپرسو عربیکا ', @@ -10667,7 +10667,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695805517940.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695805517940.png"], }, { title: 'آمریکانو گرم', @@ -10678,7 +10678,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695288603043.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695288603043.png"], }, { title: 'کارامل ماکیاتو گرم', @@ -10689,7 +10689,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695287233293.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695287233293.png"], }, { title: 'موکا گرم', @@ -10700,7 +10700,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695287143843.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695287143843.png"], }, { title: 'هات چاکلت ', @@ -10711,7 +10711,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695287057123.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695287057123.png"], }, { title: 'شیر گرم', @@ -10722,7 +10722,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695286705042.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695286705042.png"], }, { title: 'شیر زردچوبه ', @@ -10733,7 +10733,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695286602239.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695286602239.png"], }, { title: 'ماسالا گرم', @@ -10744,7 +10744,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695286309005.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695286309005.png"], }, { title: 'چای سیاه', @@ -10755,7 +10755,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733426880348.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733426880348.png"], }, { title: 'چای سبز', @@ -10766,7 +10766,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695285898103.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695285898103.png"], }, { title: 'چای آویشن', @@ -10777,7 +10777,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695285962920.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695285962920.png"], }, { title: 'چای گل گاوزبان', @@ -10788,7 +10788,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695286023471.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695286023471.png"], }, { title: 'چای ترش ', @@ -10799,7 +10799,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695286204867.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695286204867.png"], }, { title: 'آمریکانو سرد', @@ -10810,7 +10810,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695285667290.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695285667290.png"], }, { title: 'کاپوچینو سرد ', @@ -10821,7 +10821,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695285589063.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695285589063.png"], }, { title: 'آیس کارامل ماکیاتو ', @@ -10832,7 +10832,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695285486443.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695285486443.png"], }, { title: 'موکا سرد ', @@ -10843,7 +10843,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695285373905.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695285373905.png"], }, { title: 'آیس چاکلت ', @@ -10854,7 +10854,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695285086684.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695285086684.png"], }, { title: 'سیروپ اضافه ', @@ -10865,7 +10865,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733343050554.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733343050554.png"], }, { title: 'کیک هویج و گردو روز ', @@ -10876,7 +10876,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733345313635.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733345313635.png"], }, { title: 'اسپرسو ماکیاتو', @@ -10887,7 +10887,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683373207313.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683373207313.png"], }, { title: 'موکا', @@ -10898,7 +10898,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683373800924.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683373800924.png"], }, { title: 'آفوگاتو + گرانولا', @@ -10909,7 +10909,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696438010688.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696438010688.png"], }, { title: 'فرنچ پرس', @@ -10920,7 +10920,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683374733936.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683374733936.png"], }, { title: 'فراپه لاوندر', @@ -10931,7 +10931,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683376449033.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683376449033.png"], }, { title: 'فراپه افرا ', @@ -10942,7 +10942,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683376900135.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683376900135.png"], }, { title: 'موهیتو ', @@ -10953,7 +10953,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683378984433.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683378984433.png"], }, { title: 'لیموناد اسپرسو ', @@ -10964,7 +10964,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683379091941.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683379091941.png"], }, { title: 'چای و نبات', @@ -10975,7 +10975,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683399387668.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683399387668.png"], }, { title: 'گل گاوزبان', @@ -10986,7 +10986,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683399523608.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683399523608.png"], }, { title: 'به لیمو و آویشن', @@ -10997,7 +10997,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683399598375.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683399598375.png"], }, { title: 'دمنوش ترش و عسل', @@ -11008,7 +11008,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1683399710195.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1683399710195.png"], }, { title: 'اسپرسو 50٪', @@ -12944,7 +12944,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713707131956.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713707131956.png"], }, { title: 'آیس چاکلت ', @@ -12966,7 +12966,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1686422430315.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1686422430315.png"], }, { title: 'آیس لته', @@ -12977,7 +12977,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1686422578987.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1686422578987.png"], }, { title: 'مت سلامی.. Salami', @@ -12988,7 +12988,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713772598492.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713772598492.png"], }, { title: 'دنر میکس .. doner kebab sandwich ', @@ -12999,7 +12999,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713772562102.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713772562102.png"], }, { title: 'مک اند چیز .. Mac & cheese', @@ -13010,7 +13010,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715787937416.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715787937416.png"], }, { title: 'دنر میکس(تک نفره).. Mixed doner ', @@ -13021,7 +13021,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713772515977.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713772515977.png"], }, { title: 'دنر میکس(دونفره).. Mixed doner', @@ -13032,7 +13032,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713771713173.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713771713173.png"], }, { title: 'چای سیاه(تک نفره) black tea', @@ -13043,7 +13043,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715853902968.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715853902968.png"], }, { title: 'چای سیاه(دونفره) black tea', @@ -13054,7 +13054,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715853712320.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715853712320.png"], }, { title: 'چای سیاه زعفرانی (تک نفره) saffron tea', @@ -13065,7 +13065,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715853866749.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715853866749.png"], }, { title: 'چای سیاه زعفرانی(دونفره) saffron tea', @@ -13076,7 +13076,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715853587100.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715853587100.png"], }, { title: 'لاته.. Latte ', @@ -13087,7 +13087,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715710811427.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715710811427.png"], }, { title: 'آیس آمریکانو .. ice Americano ', @@ -13098,7 +13098,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715714615956.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715714615956.png"], }, { title: 'آیس موکا ..ice mocha', @@ -13109,7 +13109,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715714518406.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715714518406.png"], }, { title: 'آیس لاته .. ice latte ', @@ -13120,7 +13120,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715714441403.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715714441403.png"], }, { title: 'پاستا چیکن آلفردو', @@ -13131,7 +13131,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1689254831099.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1689254831099.png"], }, { title: 'پاستا بیف آلفردو', @@ -13142,7 +13142,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1689255132686.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1689255132686.png"], }, { title: 'پاستا بلونز', @@ -13153,7 +13153,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696432291066.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696432291066.png"], }, { title: 'نان سیر', @@ -13164,7 +13164,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1689259303799.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1689259303799.png"], }, { title: 'سالاد سزار و مرغ گریل', @@ -13175,7 +13175,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1689259719810.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1689259719810.png"], }, { title: 'سالاد سزار با مرغ گریل', @@ -14396,7 +14396,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1692637912175.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1692637912175.png"], }, { title: 'وایت فرایز White fries', @@ -14407,7 +14407,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1692635556395.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1692635556395.png"], }, { title: 'یامی برگر', @@ -14418,7 +14418,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222298625.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222298625.png"], }, { title: 'یامی اسپشیال', @@ -14429,7 +14429,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733221989785.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733221989785.png"], }, { title: 'چیز برگر', @@ -14440,7 +14440,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222342056.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222342056.png"], }, { title: 'ماشروم برگر', @@ -14451,7 +14451,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222376578.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222376578.png"], }, { title: 'چوریتسو برگر', @@ -14462,7 +14462,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1699784885688.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1699784885688.png"], }, { title: 'آمریکن برگر', @@ -14473,7 +14473,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222439998.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222439998.png"], }, { title: 'هالوپینو برگر(تند)', @@ -14484,7 +14484,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222055490.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222055490.png"], }, { title: 'کلاسیک برگر', @@ -14495,7 +14495,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222495307.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222495307.png"], }, { title: 'چیکن برگر', @@ -14506,7 +14506,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222208247.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222208247.png"], }, { title: 'دبل برگر', @@ -14517,7 +14517,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222558661.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222558661.png"], }, { title: 'دبل چیز برگر', @@ -14528,7 +14528,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222616471.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222616471.png"], }, { title: 'دبل چیز اسپشیال', @@ -14539,7 +14539,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1699785752276.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1699785752276.png"], }, { title: 'یامی چیکن', @@ -14550,7 +14550,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222265811.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222265811.png"], }, { title: 'تریپل برگر', @@ -14561,7 +14561,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222694715.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222694715.png"], }, { title: 'میکس تریپل', @@ -14572,7 +14572,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222144761.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222144761.png"], }, { title: 'سالاد سزار', @@ -14583,7 +14583,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222826703.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222826703.png"], }, { title: 'سالاد یامی', @@ -14594,7 +14594,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222864377.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222864377.png"], }, { title: 'فرنچ فرایز', @@ -14605,7 +14605,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1699784947500.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1699784947500.png"], }, { title: 'قهوه ترک', @@ -15287,7 +15287,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733223584119.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733223584119.png"], }, { title: 'پپرونی', @@ -15298,7 +15298,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733221872848.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733221872848.png"], }, { title: 'میت ژامبون', @@ -15309,7 +15309,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733221914467.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733221914467.png"], }, { title: 'پیده(مخصوص یامی)', @@ -15320,7 +15320,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1699784972822.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1699784972822.png"], }, { title: 'چیکن پستو', @@ -15331,7 +15331,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1699785036611.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1699785036611.png"], }, { title: 'لیموناد طبیعی', @@ -15342,7 +15342,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222964994.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222964994.png"], }, { title: 'موهیتو طبیعی', @@ -15353,7 +15353,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733222984965.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733222984965.png"], }, { title: 'دلستر قوطی', @@ -15364,7 +15364,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733223033671.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733223033671.png"], }, { title: 'نوشابه قوطی', @@ -15375,7 +15375,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733223011213.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733223011213.png"], }, { title: 'دلستر خانواده', @@ -15386,7 +15386,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733223060511.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733223060511.png"], }, { title: 'آب معدنی', @@ -15397,7 +15397,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733223199180.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733223199180.png"], }, { title: 'شیک لوتوس', @@ -15617,7 +15617,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715934447089.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715934447089.png"], }, { title: 'سیب زمینی با دیپ چدار و بیکن(new)', @@ -15628,7 +15628,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728330958600.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728330958600.png"], }, { title: 'لاته', @@ -15639,7 +15639,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695288832011.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695288832011.png"], }, { title: 'کاپوچینو ', @@ -15650,7 +15650,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695289099887.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695289099887.png"], }, { title: 'لاته سرد', @@ -15661,7 +15661,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695805895784.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695805895784.png"], }, { title: 'ماسالا سرد', @@ -15672,7 +15672,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695806144076.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695806144076.png"], }, { title: 'کافی ژلاتو', @@ -15683,7 +15683,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695807888134.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695807888134.png"], }, { title: 'کاپاچیلو', @@ -15694,7 +15694,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695808108259.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695808108259.png"], }, { title: 'کارامل کاپاچیلو سرد', @@ -15705,7 +15705,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695808700457.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695808700457.png"], }, { title: 'موکاچیلو ', @@ -15716,7 +15716,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1695915741217.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1695915741217.png"], }, { title: 'چیکن آلفردو', @@ -15727,7 +15727,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700505401539.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700505401539.png"], }, { title: 'کلاسیک فرایز', @@ -15738,7 +15738,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697470183400.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697470183400.png"], }, { title: 'وگاس فرایز', @@ -15749,7 +15749,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697470153246.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697470153246.png"], }, { title: 'وایت فرایز', @@ -15760,7 +15760,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697470087842.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697470087842.png"], }, { title: 'چیز فرایز', @@ -15771,7 +15771,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697470068926.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697470068926.png"], }, { title: 'داینامیت شریمپ', @@ -15782,7 +15782,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700064997776.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700064997776.png"], }, { title: 'اورینتال چیکن', @@ -15793,7 +15793,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697470045975.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697470045975.png"], }, { title: 'سوپ روز', @@ -15804,7 +15804,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700503529696.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700503529696.png"], }, { title: 'کته استیک', @@ -15815,7 +15815,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1705685449063.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1705685449063.png"], }, { title: 'جوجه کباب زعفرانی ', @@ -15826,7 +15826,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700418953476.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700418953476.png"], }, { title: 'ته چین مرغ شیرازی', @@ -15837,7 +15837,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700418905745.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700418905745.png"], }, { title: 'ته چین گوشت ', @@ -15848,7 +15848,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700418859025.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700418859025.png"], }, { title: 'فسنجان عیانی', @@ -15859,7 +15859,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700418787599.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700418787599.png"], }, { title: 'خوراک قزل آلا', @@ -15870,7 +15870,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700506766244.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700506766244.png"], }, { title: 'فراید شریمپ', @@ -15881,7 +15881,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711381169606.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711381169606.png"], }, { title: 'بیف آلفردو ', @@ -15892,7 +15892,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1709920205103.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1709920205103.png"], }, { title: 'فتوچینی پستو', @@ -15903,7 +15903,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700505314228.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700505314228.png"], }, { title: 'اوشن اسپایسی', @@ -15914,7 +15914,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711381126223.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711381126223.png"], }, { title: 'پوتانسکا', @@ -15925,7 +15925,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711381107855.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711381107855.png"], }, { title: 'لازانیا ', @@ -15936,7 +15936,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700065921952.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700065921952.png"], }, { title: 'کلاسیک برگر', @@ -15947,7 +15947,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700064676261.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700064676261.png"], }, { title: 'هاوایی برگر', @@ -15958,7 +15958,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700064706052.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700064706052.png"], }, { title: 'هانی بیف', @@ -15969,7 +15969,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700579878511.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700579878511.png"], }, { title: 'ماریا برگر', @@ -15980,7 +15980,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700579834554.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700579834554.png"], }, { title: 'بلک اند بلو', @@ -15991,7 +15991,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711380975664.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711380975664.png"], }, { title: 'فراید چیکن', @@ -16002,7 +16002,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700579747065.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700579747065.png"], }, { title: 'سس دست ساز BBQ', @@ -16013,7 +16013,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711381413862.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711381413862.png"], }, { title: 'دیپ گودا', @@ -16024,7 +16024,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711381392297.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711381392297.png"], }, { title: 'سس بلوچیز', @@ -16035,7 +16035,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711381375392.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711381375392.png"], }, { title: 'سس آووکادو ', @@ -16046,7 +16046,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711392780130.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711392780130.png"], }, { title: 'سس قارچ', @@ -16057,7 +16057,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711392409168.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711392409168.png"], }, { title: 'سالاد سزار با مرغ گریل', @@ -16079,7 +16079,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700064850761.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700064850761.png"], }, { title: 'سالاد لانکا', @@ -16090,7 +16090,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1709920706028.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1709920706028.png"], }, { title: 'سالاد هالومی بیکن', @@ -16101,7 +16101,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700064817754.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700064817754.png"], }, { title: 'سالاد آسیایی', @@ -16112,7 +16112,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700506184020.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700506184020.png"], }, { title: 'استیک فیله مینیون', @@ -16123,7 +16123,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711381090415.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711381090415.png"], }, { title: 'استیک لانکا', @@ -16134,7 +16134,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1709920062622.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1709920062622.png"], }, { title: 'لمب استیک ', @@ -16145,7 +16145,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711381067217.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711381067217.png"], }, { title: 'سورف اند تورف', @@ -16156,7 +16156,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711381042187.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711381042187.png"], }, { title: 'چیکن استیک', @@ -16167,7 +16167,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711381020688.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711381020688.png"], }, { title: 'دل کاپو', @@ -16178,7 +16178,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700504370110.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700504370110.png"], }, { title: 'چیکن جنوا', @@ -16189,7 +16189,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700065708184.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700065708184.png"], }, { title: 'دیاوولا(پپرونی)', @@ -16200,7 +16200,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1705681791453.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1705681791453.png"], }, { title: 'موکاورده', @@ -16211,7 +16211,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700065792298.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700065792298.png"], }, { title: 'سالاد مرغ کاریCurry chicken salad', @@ -16222,7 +16222,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696430012307.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696430012307.png"], }, { title: 'سالاد گرین green salad', @@ -16233,7 +16233,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696430495660.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696430495660.png"], }, { title: 'چیز برگر', @@ -16244,7 +16244,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696435374474.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696435374474.png"], }, { title: 'چیکن برگر ', @@ -16255,7 +16255,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696435891017.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696435891017.png"], }, { title: 'لیموناد', @@ -16266,7 +16266,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696439347250.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696439347250.png"], }, { title: 'مینت چاکلت', @@ -16277,7 +16277,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696440035125.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696440035125.png"], }, { title: 'چای سبز و نعنا', @@ -16288,7 +16288,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696442765180.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696442765180.png"], }, { title: 'دمنوش کوهی', @@ -16299,7 +16299,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696442921555.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696442921555.png"], }, { title: 'شیک منگو دریم ', @@ -16310,7 +16310,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696444988115.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696444988115.png"], }, { title: 'چیز شیک ', @@ -16321,7 +16321,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696445529672.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696445529672.png"], }, { title: 'شیک اورئو ', @@ -16332,7 +16332,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696445850261.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696445850261.png"], }, { title: 'لاوندر', @@ -16343,7 +16343,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696446980423.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696446980423.png"], }, { title: 'وینو', @@ -16354,7 +16354,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696447312768.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696447312768.png"], }, { title: 'اس تی بلک', @@ -16365,7 +16365,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696447665612.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696447665612.png"], }, { title: 'فیزی بلک', @@ -16376,7 +16376,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696447800091.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696447800091.png"], }, { title: 'love', @@ -16387,7 +16387,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696448428513.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696448428513.png"], }, { title: 'لیدی کیلر', @@ -16398,7 +16398,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696448494533.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696448494533.png"], }, { title: 'آدامس دارچین', @@ -16409,7 +16409,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696448567661.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696448567661.png"], }, { title: 'سیب یخ', @@ -16420,7 +16420,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696448599521.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696448599521.png"], }, { title: 'آلو یخ', @@ -16431,7 +16431,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696448628354.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696448628354.png"], }, { title: 'هندوانه نعنا', @@ -16442,7 +16442,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1696448896830.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1696448896830.png"], }, { title: 'مارگریتا', @@ -16453,7 +16453,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728639153521.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728639153521.png"], }, { title: 'اسپرسو ', @@ -16464,7 +16464,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697923414665.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697923414665.png"], }, { title: 'اسپرسو70/30', @@ -16475,7 +16475,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697923462054.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697923462054.png"], }, { title: 'امریکانو', @@ -16486,7 +16486,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697923497768.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697923497768.png"], discount: 1, }, { @@ -16498,7 +16498,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697997795070.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697997795070.png"], }, { title: 'کاپوچینو', @@ -16509,7 +16509,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697923705360.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697923705360.png"], }, { title: 'لاته', @@ -16520,7 +16520,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697923748826.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697923748826.png"], }, { title: 'موکا', @@ -16531,7 +16531,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697923777904.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697923777904.png"], }, { title: 'ماست موسیر', @@ -16542,7 +16542,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700503768714.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700503768714.png"], }, { title: 'بورانی بادمجان', @@ -16553,7 +16553,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700503897293.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700503897293.png"], }, { title: 'ماست و خیار', @@ -16564,7 +16564,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700503854385.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700503854385.png"], }, { title: 'زیتون پرورده', @@ -16575,7 +16575,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700503801658.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700503801658.png"], }, { title: 'هات چاکلت', @@ -16586,7 +16586,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1699531171893.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1699531171893.png"], }, { title: 'وایت چاکلت', @@ -16597,7 +16597,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1699531024668.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1699531024668.png"], }, { title: 'چای ماسالا', @@ -16608,7 +16608,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1699530957021.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1699530957021.png"], }, { title: 'هات لوتوس', @@ -16619,7 +16619,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697997963811.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697997963811.png"], }, { title: 'شیر کارامل دارچین', @@ -16630,7 +16630,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697997918424.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697997918424.png"], }, { title: 'ایس امریکانو', @@ -16641,7 +16641,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700505148529.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700505148529.png"], }, { title: 'ایس لاته', @@ -16652,7 +16652,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700505066167.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700505066167.png"], }, { title: 'ایس کوکی لاته', @@ -16663,7 +16663,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700505009799.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700505009799.png"], }, { title: 'ایس پاپکورن لاته', @@ -16674,7 +16674,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700504953778.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700504953778.png"], }, { title: 'ایس کارامل ماکیاتو', @@ -16685,7 +16685,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700504882868.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700504882868.png"], }, { title: 'ایس کوکو لاته', @@ -16696,7 +16696,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700504694051.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700504694051.png"], }, { title: 'لوتوس باتر', @@ -16707,7 +16707,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697995109260.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697995109260.png"], }, { title: 'لایف چاکلت', @@ -16718,7 +16718,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697998248760.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697998248760.png"], }, { title: 'پینات باتر', @@ -16729,7 +16729,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697999716171.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697999716171.png"], }, { title: 'لیموناد', @@ -16740,7 +16740,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697998467799.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697998467799.png"], }, { title: 'ویرجین موهیتو', @@ -16751,7 +16751,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697998418915.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697998418915.png"], }, { title: 'چیز کیک لوتوس', @@ -16762,7 +16762,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1734024510493.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1734024510493.png"], }, { title: 'فیله استریپس 3 تیکه ', @@ -16773,7 +16773,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697469906857.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697469906857.png"], }, { title: 'فراید پلیت ', @@ -16784,7 +16784,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1705682276880.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1705682276880.png"], }, { title: 'بوفالو وینگز', @@ -16795,7 +16795,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697469854714.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697469854714.png"], }, { title: 'فیله استریپس 5تیکه', @@ -16806,7 +16806,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697469825117.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697469825117.png"], }, { title: 'چای سیاه', @@ -16817,7 +16817,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1734024149641.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1734024149641.png"], }, { title: 'چای سیاه 2 نفره', @@ -16828,7 +16828,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697923912214.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697923912214.png"], }, { title: 'چای سیاه 4نفره', @@ -16839,7 +16839,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697923944307.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697923944307.png"], }, { title: 'اقیانوس آبی ', @@ -16850,7 +16850,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1734023335326.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1734023335326.png"], }, { title: 'دمنوش بعد از شام', @@ -16861,7 +16861,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1734023260428.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1734023260428.png"], }, { title: 'اکسترا فیله ', @@ -16872,7 +16872,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697469803784.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697469803784.png"], }, { title: 'پولد بیف ', @@ -16883,7 +16883,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1705682387141.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1705682387141.png"], }, { title: 'اسپرسو عربیکا', @@ -16894,7 +16894,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701607992109.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701607992109.png"], }, { title: 'بلو اوشن', @@ -16905,7 +16905,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697996464397.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697996464397.png"], }, { title: 'لانکا بری', @@ -16916,7 +16916,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697998762565.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697998762565.png"], }, { title: 'بلک ویدو', @@ -16927,7 +16927,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697998657211.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697998657211.png"], }, { title: 'چیلی فلاور', @@ -16938,7 +16938,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697993972425.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697993972425.png"], }, { title: 'بیتر آلموند ', @@ -16949,7 +16949,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1697923853450.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1697923853450.png"], }, { title: 'اسپرسو 50-50', @@ -16960,7 +16960,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701608031535.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701608031535.png"], }, { title: 'ربوستا دوپیو ربوستا', @@ -16971,7 +16971,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701608129536.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701608129536.png"], }, { title: 'V 60', @@ -16982,7 +16982,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701608093471.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701608093471.png"], }, { title: 'ماسالا اسپرسو', @@ -16993,7 +16993,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701607738884.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701607738884.png"], }, { title: 'هات چاکلت', @@ -17004,7 +17004,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700662718913.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700662718913.png"], }, { title: 'هات چاکلت فندوقی', @@ -17015,7 +17015,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701607453105.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701607453105.png"], }, { title: 'ماسالا', @@ -17026,7 +17026,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701607360495.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701607360495.png"], }, { title: 'وایت چاکلت', @@ -17037,7 +17037,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701608212804.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701608212804.png"], }, { title: 'شیر فندوق', @@ -17070,7 +17070,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701608264002.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701608264002.png"], }, { title: 'آیس آمریکانو ربوستا', @@ -17081,7 +17081,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701606499539.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701606499539.png"], }, { title: 'آیس موکا', @@ -17092,7 +17092,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701606450996.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701606450996.png"], }, { title: 'آیس لیان', @@ -17103,7 +17103,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701605340716.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701605340716.png"], }, { title: 'موز شکلات', @@ -17114,7 +17114,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701606038603.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701606038603.png"], }, { title: 'بادام زمینی', @@ -17125,7 +17125,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701605978968.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701605978968.png"], }, { title: 'نوتلا توییکس', @@ -17136,7 +17136,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701605889766.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701605889766.png"], }, { title: ' اسپرسو', @@ -17147,7 +17147,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 0, stockDefault: 0, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701605808978.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701605808978.png"], }, { title: 'چای سیاه', @@ -17169,7 +17169,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701604795540.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701604795540.png"], }, { title: 'مدیترانه', @@ -17180,7 +17180,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701608482959.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701608482959.png"], }, { title: 'آیس لاته', @@ -17191,7 +17191,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1725301291531.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1725301291531.png"], }, { title: 'سیب سرخ کرده', @@ -17257,7 +17257,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1705685420900.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1705685420900.png"], }, { title: 'قهوه ترک', @@ -17268,7 +17268,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1744480231161.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1744480231161.png"], }, { title: 'V-60', @@ -17279,7 +17279,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711380844317.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711380844317.png"], }, { title: 'هات داگ اسپشیال', @@ -17290,7 +17290,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733223422595.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733223422595.png"], }, { title: 'میت لاورز ', @@ -17301,7 +17301,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733221743797.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733221743797.png"], }, { title: 'میکس تو', @@ -17312,7 +17312,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733221726935.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733221726935.png"], }, { title: 'جگر گوسفندی ', @@ -17323,7 +17323,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700257580271.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700257580271.png"], }, { title: 'دل گوسفندی', @@ -17334,7 +17334,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700291221757.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700291221757.png"], }, { title: 'قلوه گوسفندی', @@ -17356,7 +17356,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700310947996.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700310947996.png"], }, { title: 'چنجه ', @@ -17378,7 +17378,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700311095564.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700311095564.png"], }, { title: 'قلوه شکاری', @@ -17422,7 +17422,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700311451584.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700311451584.png"], }, { title: 'دل گوساله', @@ -17488,7 +17488,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700312385716.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700312385716.png"], }, { title: 'کباب کوبیده ممتاز', @@ -17521,7 +17521,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700312935278.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700312935278.png"], }, { title: 'جوجه مکزیکی', @@ -17532,7 +17532,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700313100271.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700313100271.png"], }, { title: 'جوجه ترش مخصوص ', @@ -17543,7 +17543,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700313261875.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700313261875.png"], }, { title: 'کتف و بال زعفرانی ', @@ -17554,7 +17554,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700313401274.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700313401274.png"], }, { title: 'کتف و بال ترش ', @@ -17609,7 +17609,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700313994866.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700313994866.png"], }, { title: 'قارچ کبابی طعم دار', @@ -17620,7 +17620,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700314072117.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700314072117.png"], }, { title: 'لیوان دوغ محلی', @@ -17631,7 +17631,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700320142532.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700320142532.png"], }, { title: 'کوکا قوطی ', @@ -17752,7 +17752,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700320798249.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700320798249.png"], }, { title: 'لیموناد', @@ -17763,7 +17763,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700320859207.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700320859207.png"], }, { title: 'چایی تک نفره و باقلوا', @@ -17774,7 +17774,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700321026241.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700321026241.png"], }, { title: 'سرویس چایی و باقلوا ', @@ -17785,7 +17785,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1700321087269.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1700321087269.png"], }, { title: 'چایی ماچا', @@ -18016,7 +18016,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701533184098.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701533184098.png"], }, { title: 'رول بادمجان و گوجه ', @@ -18027,7 +18027,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701533325745.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701533325745.png"], }, { title: 'پیده پپرونی', @@ -18038,7 +18038,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701534131794.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701534131794.png"], }, { title: 'پیده سبزیجات ', @@ -18049,7 +18049,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701534236314.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701534236314.png"], }, { title: 'پیده اسفناج و تخم مرغ', @@ -18060,7 +18060,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1701534392361.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1701534392361.png"], }, { title: 'ماشروم برگر', @@ -18071,7 +18071,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729756411302.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729756411302.png"], }, { title: 'ویکتوریا تک نفره Victoria ', @@ -18082,7 +18082,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715853437636.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715853437636.png"], }, { title: 'سیزن موهیتو - season mojito', @@ -18093,7 +18093,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715790991573.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715790991573.png"], }, { title: 'ویکتوریا دو نفره Victoria ', @@ -18104,7 +18104,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715853408811.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715853408811.png"], }, { title: 'سیر و استیک', @@ -18115,7 +18115,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1705685396897.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1705685396897.png"], }, { title: 'خوراک ماهیچه گوسفندی', @@ -18126,7 +18126,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1705681718685.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1705681718685.png"], }, { title: 'چیکن پنیری', @@ -18137,7 +18137,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1705680891927.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1705680891927.png"], }, { title: 'اسپرسو سینگل عربیکا', @@ -18610,7 +18610,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714229914645.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714229914645.png"], }, { title: ' برگر الفردو', @@ -18621,7 +18621,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714229843007.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714229843007.png"], }, { title: 'میلکو برگر', @@ -18632,7 +18632,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714229794246.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714229794246.png"], }, { title: 'چیز برگر', @@ -18643,7 +18643,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714229694410.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714229694410.png"], }, { title: 'هالوپینو برگر', @@ -18654,7 +18654,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714229659721.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714229659721.png"], }, { title: 'باربیکیو برگر', @@ -18676,7 +18676,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714229555597.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714229555597.png"], }, { title: 'برگر آلفردو (سس قارچ)', @@ -18698,7 +18698,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714231997120.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714231997120.png"], }, { title: 'هات داگ باربیکیو', @@ -18709,7 +18709,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714231799092.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714231799092.png"], }, { title: 'هات داگ قارچ و پنیر', @@ -18720,7 +18720,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714231644573.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714231644573.png"], }, { title: 'هات داگ مخصوص میلکو', @@ -18731,7 +18731,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714231434599.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714231434599.png"], }, { title: 'هات داگ هالوپینو', @@ -18742,7 +18742,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714231390596.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714231390596.png"], }, { title: 'کوکتل ساده ', @@ -18753,7 +18753,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714232175149.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714232175149.png"], }, { title: 'تک لقمه ساده', @@ -18764,7 +18764,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714232152695.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714232152695.png"], }, { title: 'تک لقمه مخصوص', @@ -18775,7 +18775,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714232119536.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714232119536.png"], }, { title: 'بال و کتف سوخاری۷تکه', @@ -18786,7 +18786,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714233976658.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714233976658.png"], }, { title: 'بال و کتف۹تکه +سیب زمینی', @@ -18797,7 +18797,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714233954479.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714233954479.png"], }, { title: 'فیله سوخاری ۳ تیکه', @@ -18808,7 +18808,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714233374520.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714233374520.png"], }, { title: 'فیله سوخاری ۵ تیکه با سیب زمینی', @@ -18819,7 +18819,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714233347221.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714233347221.png"], }, { title: 'فیله سوخاری ۷ تیکه با سیب زمینی', @@ -18830,7 +18830,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714233322046.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714233322046.png"], }, { title: 'سیب زمینی ساده (متوسط)', @@ -18863,7 +18863,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714233563859.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714233563859.png"], }, { title: 'سوسیس سیب زمینی با دیپ گودا (بزرگ)', @@ -18907,7 +18907,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714233584644.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714233584644.png"], }, { title: 'سیب زمینی آلفردو بزرگ', @@ -18929,7 +18929,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711392599728.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711392599728.png"], }, { title: 'رول سوخاری', @@ -18940,7 +18940,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1711478461824.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1711478461824.png"], }, { title: 'اسپرسو سینگل', @@ -18973,7 +18973,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715700983206.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715700983206.png"], }, { title: 'اسپرسو روبوستا', @@ -19666,7 +19666,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714079813660.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714079813660.png"], }, { title: 'کته استیک .. fillet steak & rice ', @@ -19677,7 +19677,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1713941274547.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1713941274547.png"], }, { title: 'کته کباب چنجه .. chenjeh kabab & rice ', @@ -19688,7 +19688,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715696779861.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715696779861.png"], }, { title: 'پنیر سوخاری .. cheese fries ', @@ -19699,7 +19699,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715934346706.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715934346706.png"], }, { title: 'پیتزا پپرونی تک نفره', @@ -19952,7 +19952,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714732721495.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714732721495.png"], }, { title: 'هات داگ کلاسیک', @@ -20018,7 +20018,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714293401098.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714293401098.png"], }, { title: 'باقالی پلو با گردن دو نفره', @@ -20029,7 +20029,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714733620233.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714733620233.png"], }, { title: 'ساندویچ کوکتل', @@ -20238,7 +20238,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1724694688777.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1724694688777.png"], }, { title: 'پنه سبزیجات', @@ -20260,7 +20260,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714242244841.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714242244841.png"], }, { title: 'خوراک جوجه کباب. Chicken kebab/3 skewers ', @@ -20271,7 +20271,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715696138450.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715696138450.png"], }, { title: 'رویال برگر ', @@ -20282,7 +20282,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714230711903.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714230711903.png"], }, { title: 'کوکتل قارچ وپنیر ', @@ -20304,10 +20304,10 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1714233840875.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1714233840875.png"], }, { - title: 'بشقاب پروتئین(رژیمی).. dietetic foods', + title: 'بشقاب پروتئین(رژیمی).. dietetic products', desc: 'گوشت گوساله،فیله مرغ،بی بی اسفناج،سبزیجات روز،سیب زمینی تنوری،تخم مرغ آب پز،قارچ،سس مخصوص ژیوان..veal/chicken fillet/baby spinach/vegetable/roast potatoes/boiled egg/mushrom/ special Zhivan sauce ', price: 558000, restaurantSlug: 'zhivan', @@ -20315,7 +20315,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715701220774.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715701220774.png"], }, { title: 'کته استیک ریبای . Ribeye steak & rice', @@ -20326,7 +20326,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715697744094.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715697744094.png"], }, { title: 'آمریکانو روبوستا', @@ -20381,7 +20381,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715700359170.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715700359170.png"], }, { title: 'هما .. Homa', @@ -20392,7 +20392,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715700302453.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715700302453.png"], }, { title: 'جانا .. Jana', @@ -20403,7 +20403,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715700257579.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715700257579.png"], }, { title: 'سالاد سزار گریل', @@ -20953,7 +20953,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1715697924107.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715697924107.png"], }, { title: 'رول پنیری', @@ -21448,7 +21448,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1718492975613.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1718492975613.png"], }, { title: 'آل پولو ایتالیایی', @@ -21553,7 +21553,7 @@ export const foodsData: FoodData[] = [{ title: 'سایفون ', desc: '', price: 120000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'قهوه های دمی.', isActive: true, stock: 1, @@ -21564,7 +21564,7 @@ export const foodsData: FoodData[] = [{ title: 'ایروپرس', desc: '', price: 125000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'قهوه های دمی.', isActive: true, stock: 1, @@ -21575,7 +21575,7 @@ export const foodsData: FoodData[] = [{ title: 'قهوه ترک', desc: '', price: 95000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'اسپرسو بار', isActive: true, stock: 1, @@ -21586,7 +21586,7 @@ export const foodsData: FoodData[] = [{ title: 'سینامون لاته', desc: '', price: 125000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'اسپرسو بار', isActive: true, stock: 1, @@ -21597,7 +21597,7 @@ export const foodsData: FoodData[] = [{ title: 'آیس کافی', desc: '', price: 110000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'آیس کافه', isActive: true, stock: 1, @@ -21608,7 +21608,7 @@ export const foodsData: FoodData[] = [{ title: 'آیس کارامل', desc: '', price: 110000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'آیس کافه', isActive: true, stock: 1, @@ -21619,7 +21619,7 @@ export const foodsData: FoodData[] = [{ title: 'آیس فندوق', desc: '', price: 110000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'آیس کافه', isActive: true, stock: 1, @@ -21630,7 +21630,7 @@ export const foodsData: FoodData[] = [{ title: 'اورنج کافی', desc: '', price: 85000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'آیس کافه', isActive: true, stock: 1, @@ -21641,7 +21641,7 @@ export const foodsData: FoodData[] = [{ title: 'کوکون لاته ', desc: '', price: 85000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'آیس کافه', isActive: true, stock: 1, @@ -21652,7 +21652,7 @@ export const foodsData: FoodData[] = [{ title: 'میکس بری', desc: '', price: 95000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'چای و دمنوش', isActive: true, stock: 1, @@ -21663,7 +21663,7 @@ export const foodsData: FoodData[] = [{ title: 'دمنوش استوایی', desc: '', price: 95000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'چای و دمنوش', isActive: true, stock: 1, @@ -21674,7 +21674,7 @@ export const foodsData: FoodData[] = [{ title: 'به لیمو زنجبیل ', desc: '', price: 90000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'چای و دمنوش', isActive: true, stock: 1, @@ -21685,7 +21685,7 @@ export const foodsData: FoodData[] = [{ title: 'آریا', desc: '', price: 160000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'میلک شیک', isActive: true, stock: 1, @@ -21696,7 +21696,7 @@ export const foodsData: FoodData[] = [{ title: 'بنانا چاکلت', desc: '', price: 165000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'میلک شیک', isActive: true, stock: 1, @@ -21707,7 +21707,7 @@ export const foodsData: FoodData[] = [{ title: 'بری نوتلا', desc: '', price: 160000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'میلک شیک', isActive: true, stock: 1, @@ -21718,7 +21718,7 @@ export const foodsData: FoodData[] = [{ title: 'کیت کت', desc: '', price: 160000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'میلک شیک', isActive: true, stock: 1, @@ -21762,7 +21762,7 @@ export const foodsData: FoodData[] = [{ title: 'خوراک وزیری', desc: 'یک سیخ کوبیده و یک سیخ جوجه', price: 350000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'غذای ایرانی', isActive: true, stock: 1, @@ -21773,7 +21773,7 @@ export const foodsData: FoodData[] = [{ title: 'خوراک بختیاری', desc: 'مخلوط جوجه و برگ', price: 320000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'غذای ایرانی', isActive: true, stock: 1, @@ -21784,7 +21784,7 @@ export const foodsData: FoodData[] = [{ title: 'خوراک برگ', desc: '180 گرم گوشت گوساله مو دورچین', price: 410000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'غذای ایرانی', isActive: true, stock: 1, @@ -21795,7 +21795,7 @@ export const foodsData: FoodData[] = [{ title: 'خوراک سلطانی', desc: 'یک سیخ کوبیده و یک سیخ برگ', price: 470000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'غذای ایرانی', isActive: true, stock: 1, @@ -21806,7 +21806,7 @@ export const foodsData: FoodData[] = [{ title: 'جوجه ترش', desc: '250 گرم فیله مرغ به همراه رب انار و گردو', price: 290000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'غذای ایرانی', isActive: false, stock: 1, @@ -21817,7 +21817,7 @@ export const foodsData: FoodData[] = [{ title: 'خوراک کوبیده', desc: '2 سیخ کباب کوبیده', price: 270000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'غذای ایرانی', isActive: true, stock: 1, @@ -21828,7 +21828,7 @@ export const foodsData: FoodData[] = [{ title: 'خوراک نگینی', desc: ' دو سیخ کباب کوبیده به همراه تیکه های مرغ', price: 270000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'غذای ایرانی', isActive: true, stock: 1, @@ -21839,7 +21839,7 @@ export const foodsData: FoodData[] = [{ title: 'خوراک مصری', desc: 'رول فیله مرغ به همراه رب انار فلفل دلمه ای پیاز و ادویه های ویژه و گردو', price: 340000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'غذای ایرانی', isActive: true, stock: 1, @@ -21850,7 +21850,7 @@ export const foodsData: FoodData[] = [{ title: 'کباب تبریزی', desc: 'دو سیخ کباب کوبیده به همراه سبزیجات و گوشت راسته گوساله', price: 300000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'غذای ایرانی', isActive: true, stock: 1, @@ -21861,7 +21861,7 @@ export const foodsData: FoodData[] = [{ title: 'برنج زعفرانی', desc: '', price: 110000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'غذای ایرانی', isActive: true, stock: 1, @@ -21872,7 +21872,7 @@ export const foodsData: FoodData[] = [{ title: 'چیکن', desc: 'مرغ طمع دار شده و قارچ و فلفل دلمه ای و پنیر مخصوص', price: 300000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیتزا آمریکایی', isActive: true, stock: 1, @@ -21883,7 +21883,7 @@ export const foodsData: FoodData[] = [{ title: 'رست بیف', desc: 'گوشت گوساله و قارچ و پنیر', price: 320000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیتزا آمریکایی', isActive: true, stock: 1, @@ -21894,7 +21894,7 @@ export const foodsData: FoodData[] = [{ title: 'پپر', desc: 'ژامبون پپرونی قارچ و فلفل دلمه ای و پنیر مخصوص', price: 270000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیتزا آمریکایی', isActive: true, stock: 1, @@ -21905,7 +21905,7 @@ export const foodsData: FoodData[] = [{ title: 'مونترال(مخلوط)', desc: 'ژامبون گوشت و هات داگ 90%و قارچ و پنیر مخصوص', price: 285000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیتزا آمریکایی', isActive: true, stock: 1, @@ -21916,7 +21916,7 @@ export const foodsData: FoodData[] = [{ title: 'سبزیجات', desc: 'قارچ وفلفل و گوجه و پنیر مخصوص', price: 240000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیتزا آمریکایی', isActive: true, stock: 1, @@ -21927,7 +21927,7 @@ export const foodsData: FoodData[] = [{ title: 'بشقاب سوخاری', desc: '3 عدد فیله مرغ 8 عدد قارچ 1 عدد توپک برنجی سیب زمینی سرخ کرده و سوخاری', price: 390000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'سوخاری', isActive: true, stock: 1, @@ -21938,7 +21938,7 @@ export const foodsData: FoodData[] = [{ title: 'دبل دان', desc: 'دو عدد شنسل مرغ تند و ژامبون و پنیر و قارچ تفت داده به همراه سیب زمینی', price: 330000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'سوخاری', isActive: true, stock: 1, @@ -21949,7 +21949,7 @@ export const foodsData: FoodData[] = [{ title: '5 تیکه استریپس', desc: '', price: 420000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'سوخاری', isActive: true, stock: 1, @@ -21960,7 +21960,7 @@ export const foodsData: FoodData[] = [{ title: '3 تیکه استریپس', desc: '', price: 310000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'سوخاری', isActive: true, stock: 1, @@ -21971,7 +21971,7 @@ export const foodsData: FoodData[] = [{ title: 'سالاد سزار گریل', desc: 'دو عداد فیله طمع دار شده به همراه نان سیر تست شده گوجه گیلاسی زیتون و سس مخصوص', price: 260000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'سالاد', isActive: true, stock: 1, @@ -21982,7 +21982,7 @@ export const foodsData: FoodData[] = [{ title: 'سالاد سزار دو رول', desc: 'دو رول فیله سوخاری به همراه نان سیر تست شده گوجه گیلاسی زیتون و سس مخصوص', price: 275000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'سالاد', isActive: true, stock: 1, @@ -21993,7 +21993,7 @@ export const foodsData: FoodData[] = [{ title: 'سالاد مخصوص', desc: 'کاهو گوجه گیلاسی پرتغال سس مخصوص و زیتون و ژامبون', price: 120000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'سالاد', isActive: true, stock: 1, @@ -22004,7 +22004,7 @@ export const foodsData: FoodData[] = [{ title: 'سالاد بیستکا', desc: 'کاهو و فیله گوساله و سس مخصوص پیاز و خیار و زیتون ', price: 280000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'سالاد', isActive: true, stock: 1, @@ -22015,7 +22015,7 @@ export const foodsData: FoodData[] = [{ title: 'سالاد کلاسیک', desc: 'کاهو و گوجه و خیار و زامبون و سس مخصوص', price: 80000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'سالاد', isActive: true, stock: 1, @@ -22026,7 +22026,7 @@ export const foodsData: FoodData[] = [{ title: 'فروت سالاد ', desc: 'کاهو و میوه فصل', price: 220000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'سالاد', isActive: true, stock: 1, @@ -22042,13 +22042,13 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1721822590888.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1721822590888.png"], }, { title: 'چیز برگر', desc: '150 گرم گوشت گوساله به همراه پنیر ', price: 265000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'برگر', isActive: true, stock: 1, @@ -22059,7 +22059,7 @@ export const foodsData: FoodData[] = [{ title: 'برگر کلاسیک ', desc: '150 گرم گوشت چرخ کرده گوساله به همراه کاهو و...', price: 250000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'برگر', isActive: true, stock: 1, @@ -22070,7 +22070,7 @@ export const foodsData: FoodData[] = [{ title: 'دبل برگر', desc: '300 گرم گوشت چرخ کرده گوساله به همراه سبزیجات', price: 350000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'برگر', isActive: true, stock: 1, @@ -22081,7 +22081,7 @@ export const foodsData: FoodData[] = [{ title: 'پاین برگر', desc: '150 گرم گوشت چرخ کرده گوساله وشنسل مرغ به همراه قارچ و پنیر', price: 320000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'برگر', isActive: true, stock: 1, @@ -22092,7 +22092,7 @@ export const foodsData: FoodData[] = [{ title: 'ساندویچ فیله سوخاری', desc: ' 2عدد فیله مرغ سوخاری و کاهو ...', price: 250000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'برگر', isActive: true, stock: 1, @@ -22103,7 +22103,7 @@ export const foodsData: FoodData[] = [{ title: 'ساندویچ رست بیف', desc: 'گوشت فیله گوساله و دورچین', price: 260000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'برگر', isActive: true, stock: 1, @@ -22114,7 +22114,7 @@ export const foodsData: FoodData[] = [{ title: 'بیکن تنوری', desc: '', price: 200000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'برگر', isActive: true, stock: 1, @@ -22125,7 +22125,7 @@ export const foodsData: FoodData[] = [{ title: 'تیرامیسو', desc: '', price: 90000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'دسر', isActive: true, stock: 1, @@ -22136,7 +22136,7 @@ export const foodsData: FoodData[] = [{ title: 'چیز کیک لوتوس', desc: '', price: 100000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'دسر', isActive: true, stock: 1, @@ -22147,7 +22147,7 @@ export const foodsData: FoodData[] = [{ title: 'سن سباستین', desc: '', price: 100000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'دسر', isActive: true, stock: 1, @@ -22158,7 +22158,7 @@ export const foodsData: FoodData[] = [{ title: 'دسر نوتلا ', desc: '', price: 100000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'دسر', isActive: true, stock: 1, @@ -22169,7 +22169,7 @@ export const foodsData: FoodData[] = [{ title: 'اسپرسو 70/30', desc: '', price: 60000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22180,7 +22180,7 @@ export const foodsData: FoodData[] = [{ title: 'اسپرسو 100 عربیکا', desc: '', price: 67000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22191,7 +22191,7 @@ export const foodsData: FoodData[] = [{ title: 'ماکیاتو70/30', desc: '1 شات اسپرسو یه همراه یک لکه شیر', price: 75000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22202,7 +22202,7 @@ export const foodsData: FoodData[] = [{ title: 'ماکیاتو 100 عربیکا', desc: 'یک شات اسپرسو به همراه یک لکه شیر', price: 83000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22213,7 +22213,7 @@ export const foodsData: FoodData[] = [{ title: 'آمریکانو 70/30', desc: 'یک شات اسپرسو به همراه 150 میلی لیتر آب', price: 63000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22224,7 +22224,7 @@ export const foodsData: FoodData[] = [{ title: 'آمریکانو 100 عربیکا', desc: 'یک شات اسپرسو به همراه 150 میلی لیتر آب', price: 70000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22235,7 +22235,7 @@ export const foodsData: FoodData[] = [{ title: 'کاپوجینو 70/30', desc: 'ریسترتو (اسپرسو کم آب) به همراه 180 گرم شیر', price: 70000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22246,7 +22246,7 @@ export const foodsData: FoodData[] = [{ title: 'کاپوچینو 100 عربیکا', desc: 'ریسترتو (اسپرسو کم آب) به همراه 180 گرم شیر', price: 77000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22257,7 +22257,7 @@ export const foodsData: FoodData[] = [{ title: 'لاته 70/030', desc: 'ریسترتو (اسپرسو کم آب) به همراه 250 گرم شیر', price: 75000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22268,7 +22268,7 @@ export const foodsData: FoodData[] = [{ title: 'لاته 100 عربیکا', desc: 'ریسترتو (اسپرسو کم آب) به همراه 250 گرم شیر', price: 82000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22279,7 +22279,7 @@ export const foodsData: FoodData[] = [{ title: 'کارامل ماکیاتو70/30', desc: 'ریسترتو (اسپرسو کم آب) به همراه 250میلی لیتر شیر و سیروب کارامل', price: 78000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22290,7 +22290,7 @@ export const foodsData: FoodData[] = [{ title: 'کارامل ماکیاتو 100 عربیکا', desc: 'ریسترتو (اسپرسو کم آب) به همراه 250 میلی لیتر شیر و سیروب کارامل', price: 84000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22301,7 +22301,7 @@ export const foodsData: FoodData[] = [{ title: 'موکا 70/30', desc: 'ریسترتو (اسپرسو کم آب) به همراه 250میلی لیتر شیر و سیروب شکلات', price: 79000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22312,7 +22312,7 @@ export const foodsData: FoodData[] = [{ title: 'موکا 100 عربیکا', desc: 'ریسترتو (اسپرسو کم آب) به همراه 250میلی لیتر شیر و سیروب شکلات', price: 84000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22323,7 +22323,7 @@ export const foodsData: FoodData[] = [{ title: 'آفاگاتو', desc: '2 اسکوب بستنی وانیل به همراه 1 شات اسپرسو ', price: 70000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های بر پایه اسپرسو', isActive: true, stock: 1, @@ -22334,7 +22334,7 @@ export const foodsData: FoodData[] = [{ title: 'چای دمی ', desc: '', price: 40000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'چای و دمنوش ', isActive: true, stock: 1, @@ -22345,7 +22345,7 @@ export const foodsData: FoodData[] = [{ title: 'چای زعفران', desc: '', price: 50000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'چای و دمنوش ', isActive: true, stock: 1, @@ -22356,7 +22356,7 @@ export const foodsData: FoodData[] = [{ title: 'چای دمی با قوری 2 نفره', desc: '', price: 65000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'چای و دمنوش ', isActive: true, stock: 1, @@ -22367,7 +22367,7 @@ export const foodsData: FoodData[] = [{ title: 'دمنوش آرامش', desc: 'سنبل الطیب و گل گاو زبان و لیمو عمانی', price: 55000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'چای و دمنوش ', isActive: true, stock: 1, @@ -22378,7 +22378,7 @@ export const foodsData: FoodData[] = [{ title: 'دمنوش آویشن نعنا', desc: '', price: 55000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'چای و دمنوش ', isActive: true, stock: 1, @@ -22389,7 +22389,7 @@ export const foodsData: FoodData[] = [{ title: 'دمنوش بهار نارنج به لیمو', desc: '', price: 55000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'چای و دمنوش ', isActive: true, stock: 1, @@ -22400,7 +22400,7 @@ export const foodsData: FoodData[] = [{ title: 'دمنوش میوه های قرمز', desc: '', price: 55000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'چای و دمنوش ', isActive: true, stock: 1, @@ -22411,7 +22411,7 @@ export const foodsData: FoodData[] = [{ title: 'هات چاکلت', desc: '', price: 68000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های گرم', isActive: true, stock: 1, @@ -22422,7 +22422,7 @@ export const foodsData: FoodData[] = [{ title: 'ماسالا', desc: '', price: 68000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'نوشیدنی های گرم', isActive: true, stock: 1, @@ -22433,7 +22433,7 @@ export const foodsData: FoodData[] = [{ title: 'آیس لاته70/30', desc: 'یک شات اسپرسو و 280 میلی لیتر شیر و یخ', price: 75000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'قهوه های سرد', isActive: true, stock: 1, @@ -22444,7 +22444,7 @@ export const foodsData: FoodData[] = [{ title: 'آیس لاته عربیکا', desc: 'یک شات اسپرسو و 280 میلی لیتر شیر و یخ', price: 85000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'قهوه های سرد', isActive: true, stock: 1, @@ -22455,7 +22455,7 @@ export const foodsData: FoodData[] = [{ title: 'آیس کارامل ماکیتو 70/30', desc: 'یک شات اسپرسو و 280 میلی لیتر شیر و یخ و سیروب کارامل', price: 80000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'قهوه های سرد', isActive: true, stock: 1, @@ -22466,7 +22466,7 @@ export const foodsData: FoodData[] = [{ title: 'آیس کارامل ماکیاتو عربیکا', desc: 'یک شات اسپرسو و 280 میلی لیتر شیر و یخ و سیروب کارامل', price: 88000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'قهوه های سرد', isActive: true, stock: 1, @@ -22477,7 +22477,7 @@ export const foodsData: FoodData[] = [{ title: 'آیس موکا 70/30', desc: 'یک شات اسپرسو و 280 میلی لیتر شیر و یخ و سیروب شکلات', price: 80000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'قهوه های سرد', isActive: true, stock: 1, @@ -22488,7 +22488,7 @@ export const foodsData: FoodData[] = [{ title: 'آیس موکا عربیکا', desc: 'یک شات اسپرسو و 280 میلی لیتر شیر و یخ و سیروب شکلات', price: 87000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'قهوه های سرد', isActive: true, stock: 1, @@ -22499,7 +22499,7 @@ export const foodsData: FoodData[] = [{ title: 'آیس آمریکانو70/30', desc: 'یک شات اسپرسو و 200میلی لیتر آب و یخ', price: 70000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'قهوه های سرد', isActive: true, stock: 1, @@ -22510,7 +22510,7 @@ export const foodsData: FoodData[] = [{ title: 'آیس آمریکانو عربیکا', desc: 'یک شات اسپرسو و 200میلی لیتر آب و یخ', price: 75000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'قهوه های سرد', isActive: true, stock: 1, @@ -22521,7 +22521,7 @@ export const foodsData: FoodData[] = [{ title: 'قهوه ترک', desc: '', price: 70000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'قهوه های دمی', isActive: true, stock: 1, @@ -22532,7 +22532,7 @@ export const foodsData: FoodData[] = [{ title: 'قهوه فرانسه (فرنچ پرس)', desc: '', price: 85000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'قهوه های دمی', isActive: true, stock: 1, @@ -22543,7 +22543,7 @@ export const foodsData: FoodData[] = [{ title: 'v60', desc: '', price: 85000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'قهوه های دمی', isActive: true, stock: 1, @@ -22554,7 +22554,7 @@ export const foodsData: FoodData[] = [{ title: 'وانیل', desc: '', price: 100000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شیک ', isActive: true, stock: 1, @@ -22565,7 +22565,7 @@ export const foodsData: FoodData[] = [{ title: 'شکلات', desc: '', price: 115000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شیک ', isActive: true, stock: 1, @@ -22576,7 +22576,7 @@ export const foodsData: FoodData[] = [{ title: 'موز شکلات', desc: '', price: 120000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شیک ', isActive: true, stock: 1, @@ -22587,7 +22587,7 @@ export const foodsData: FoodData[] = [{ title: 'نوتلا', desc: '', price: 120000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شیک ', isActive: true, stock: 1, @@ -22598,7 +22598,7 @@ export const foodsData: FoodData[] = [{ title: 'قهوه', desc: '', price: 115000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شیک ', isActive: true, stock: 1, @@ -22609,7 +22609,7 @@ export const foodsData: FoodData[] = [{ title: 'شیک لوتوس', desc: '', price: 110000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شیک ', isActive: true, stock: 1, @@ -22620,7 +22620,7 @@ export const foodsData: FoodData[] = [{ title: 'اوریو', desc: '', price: 110000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شیک ', isActive: true, stock: 1, @@ -22631,7 +22631,7 @@ export const foodsData: FoodData[] = [{ title: 'بادام زمینی', desc: '', price: 115000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شیک ', isActive: true, stock: 1, @@ -22642,7 +22642,7 @@ export const foodsData: FoodData[] = [{ title: 'شکلات بادام زمینی', desc: '', price: 120000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شیک ', isActive: true, stock: 1, @@ -22653,7 +22653,7 @@ export const foodsData: FoodData[] = [{ title: 'کارامل سالت', desc: '', price: 115000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شیک ', isActive: true, stock: 1, @@ -22664,7 +22664,7 @@ export const foodsData: FoodData[] = [{ title: 'لیموناد ', desc: 'لیمو مادل شده و سیروب شکر و سودا و یخ', price: 65000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'موکتل و آب میوه ها', isActive: true, stock: 1, @@ -22675,7 +22675,7 @@ export const foodsData: FoodData[] = [{ title: 'اورنج لیموناد', desc: 'پرتغال مادل شده و آب لیمو و سیروب تیری پل سک و سودا و یخ', price: 70000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'موکتل و آب میوه ها', isActive: true, stock: 1, @@ -22686,7 +22686,7 @@ export const foodsData: FoodData[] = [{ title: 'موهیتو', desc: 'لیمو مادل شده و نعنا و سیروب شکر و سودا و یخ', price: 70000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'موکتل و آب میوه ها', isActive: true, stock: 1, @@ -22697,7 +22697,7 @@ export const foodsData: FoodData[] = [{ title: 'رد موهیتو', desc: 'لیمو مادل شده و نعنا و سیروب کرن بری وسیروب شکر و سودا و یخ', price: 72000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'موکتل و آب میوه ها', isActive: true, stock: 1, @@ -22708,7 +22708,7 @@ export const foodsData: FoodData[] = [{ title: 'سوربری', desc: 'توت فرنگی و نمک دریا و سیروب کرن بری آب آلبالو و آب لیمو یخ', price: 85000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'موکتل و آب میوه ها', isActive: true, stock: 1, @@ -22719,7 +22719,7 @@ export const foodsData: FoodData[] = [{ title: 'تروپیکال فروت', desc: 'سیروب پشن فروت و آب هلو و آب انبه و آب لیمو و یخ', price: 87000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'موکتل و آب میوه ها', isActive: true, stock: 1, @@ -22730,7 +22730,7 @@ export const foodsData: FoodData[] = [{ title: 'بلو اسکای', desc: 'سیروب بلو کارسائو و آب آنانانس و آب لیمو و یخ', price: 75000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'موکتل و آب میوه ها', isActive: true, stock: 1, @@ -22741,7 +22741,7 @@ export const foodsData: FoodData[] = [{ title: 'انبه شاتوت', desc: 'بریلو شاتوت و آب انبه و یخ', price: 90000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'موکتل و آب میوه ها', isActive: true, stock: 1, @@ -22752,7 +22752,7 @@ export const foodsData: FoodData[] = [{ title: 'آب میوه طبیعی', desc: 'میوه های فصل', price: 75000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'موکتل و آب میوه ها', isActive: false, stock: 1, @@ -22763,7 +22763,7 @@ export const foodsData: FoodData[] = [{ title: 'سیب سرخ کرده', desc: '', price: 100000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیش غذا', isActive: true, stock: 1, @@ -22774,7 +22774,7 @@ export const foodsData: FoodData[] = [{ title: 'سیب سوخاری', desc: '', price: 130000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیش غذا', isActive: true, stock: 1, @@ -22785,7 +22785,7 @@ export const foodsData: FoodData[] = [{ title: 'سیب زمینی مخصوص', desc: 'سیب زمینی سرخ کرده به همراه پنیر و قارچ و ژامبون', price: 160000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیش غذا', isActive: true, stock: 1, @@ -22796,7 +22796,7 @@ export const foodsData: FoodData[] = [{ title: 'قارچ سوخاری', desc: '', price: 125000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیش غذا', isActive: true, stock: 1, @@ -22807,7 +22807,7 @@ export const foodsData: FoodData[] = [{ title: 'رول پنیری', desc: '3 عدد رول پنیر ئ ژامبون سوخاری شده', price: 125000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیش غذا', isActive: true, stock: 1, @@ -22818,7 +22818,7 @@ export const foodsData: FoodData[] = [{ title: 'چیکن استیس', desc: '2 عدد سیخ فیله سوخاری شده ', price: 200000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیش غذا', isActive: true, stock: 1, @@ -22829,7 +22829,7 @@ export const foodsData: FoodData[] = [{ title: 'برنج سوخاری ', desc: '', price: 100000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیش غذا', isActive: true, stock: 1, @@ -22840,7 +22840,7 @@ export const foodsData: FoodData[] = [{ title: 'خیار سکنجبین', desc: '', price: 55000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شربت', isActive: true, stock: 1, @@ -22851,7 +22851,7 @@ export const foodsData: FoodData[] = [{ title: 'بها نارنج', desc: '', price: 55000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شربت', isActive: true, stock: 1, @@ -22862,7 +22862,7 @@ export const foodsData: FoodData[] = [{ title: 'نسترن', desc: '', price: 55000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شربت', isActive: true, stock: 1, @@ -22873,7 +22873,7 @@ export const foodsData: FoodData[] = [{ title: 'بیدمشک', desc: '', price: 55000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شربت', isActive: true, stock: 1, @@ -22884,7 +22884,7 @@ export const foodsData: FoodData[] = [{ title: 'زعفران', desc: '', price: 55000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'شربت', isActive: true, stock: 1, @@ -22895,7 +22895,7 @@ export const foodsData: FoodData[] = [{ title: 'ایتالیایی وجترین', desc: 'کدو و بادمجان و قارچ و فلفل دلمه ای و زیتون', price: 270000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیتزا ایتالیایی', isActive: true, stock: 1, @@ -22906,7 +22906,7 @@ export const foodsData: FoodData[] = [{ title: 'سیر و استیک', desc: 'راسته گوساله سیر فلفل دلمه ای و پنیر مخصوص', price: 360000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیتزا ایتالیایی', isActive: true, stock: 1, @@ -22917,7 +22917,7 @@ export const foodsData: FoodData[] = [{ title: 'آل پلو', desc: 'مرغ طمع دار شده و قارچ و فلفل دلمه ای', price: 350000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیتزا ایتالیایی', isActive: true, stock: 1, @@ -22928,7 +22928,7 @@ export const foodsData: FoodData[] = [{ title: 'پپرونی ', desc: 'پپرونی هات داگ و سبزیجات', price: 330000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'پیتزا ایتالیایی', isActive: true, stock: 1, @@ -22939,7 +22939,7 @@ export const foodsData: FoodData[] = [{ title: 'کاسه کباب', desc: 'یک سیخ کوبیده و یک سیخ جوجه و گوشت چنجه', price: 350000, - restaurantSlug: 'kaj.foodhall', + restaurantSlug: 'kaj.producthall', categoryTitle: 'غذای ایرانی', isActive: true, stock: 1, @@ -22961,7 +22961,7 @@ export const foodsData: FoodData[] = [{ title: 'بشقاب تولد', desc: '', price: 18000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'چای و دمنوش', isActive: true, stock: 1, @@ -22972,7 +22972,7 @@ export const foodsData: FoodData[] = [{ title: 'چای تک نفره', desc: '', price: 60000, - restaurantSlug: 'foodcourt', + restaurantSlug: 'productcourt', categoryTitle: 'چای و دمنوش', isActive: true, stock: 1, @@ -22988,7 +22988,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1723556152610.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1723556152610.png"], }, { title: 'اسپرسو عربیکا ویژه', @@ -23252,7 +23252,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1736521255416.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1736521255416.png"], }, { title: 'اگ وافل(new)', @@ -23263,7 +23263,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728329980738.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728329980738.png"], }, { title: 'املت ویژه', @@ -23274,7 +23274,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1765281756496.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1765281756496.png"], }, { title: 'املت شاپوری', @@ -23285,7 +23285,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1765281673778.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1765281673778.png"], }, { title: 'مدالیون استیک', @@ -23296,7 +23296,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1732099143873.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1732099143873.png"], }, { title: 'باربیکیو چیکن(new)', @@ -23307,7 +23307,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728331573491.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728331573491.png"], }, { title: 'چیکن بلو(new)', @@ -23318,7 +23318,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729758234581.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729758234581.png"], }, { title: 'داینامیت شریمپ(new)', @@ -23329,7 +23329,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728330007896.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728330007896.png"], }, { title: 'شنیسل مرغ(new)', @@ -23340,7 +23340,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728331603363.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728331603363.png"], }, { title: 'جاکارتا جینجر', @@ -23351,7 +23351,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728373582119.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728373582119.png"], }, { title: 'فرنچ پاستیس', @@ -23362,7 +23362,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728373531857.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728373531857.png"], }, { title: 'موهیتو اسپارکل', @@ -23373,7 +23373,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728373498052.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728373498052.png"], }, { title: 'تونیک جینجر', @@ -23384,7 +23384,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728373498950.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728373498950.png"], }, { title: 'کرونا سودا واتر', @@ -23395,7 +23395,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728373326721.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728373326721.png"], }, { title: 'بالتیکا مارگاریتا', @@ -23406,7 +23406,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728373364742.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728373364742.png"], }, { title: 'لیموناد مصری', @@ -23417,7 +23417,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728373396422.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728373396422.png"], }, { title: 'الدوراند بالی', @@ -23428,7 +23428,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728373551935.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728373551935.png"], }, { title: 'چاکلت پاپچی', @@ -23439,7 +23439,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728372980251.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728372980251.png"], }, { title: 'بلک چری', @@ -23450,7 +23450,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728372948803.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728372948803.png"], }, { title: 'کرانچ وانیلا باتر', @@ -23461,7 +23461,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728372895437.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728372895437.png"], }, { title: 'ماراش استانبول', @@ -23472,7 +23472,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728372863049.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728372863049.png"], }, { title: 'تی مو تی مانگو', @@ -23483,7 +23483,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728373344734.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728373344734.png"], }, { title: 'می مو سا آفریقایی', @@ -23494,7 +23494,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728373241200.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728373241200.png"], }, { title: 'آناستازیا', @@ -23505,7 +23505,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728373220295.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728373220295.png"], }, { title: 'مکزیکن(new)', @@ -23516,7 +23516,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728330318027.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728330318027.png"], }, { title: 'پیتزا برگر(new)', @@ -23527,7 +23527,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728306990260.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728306990260.png"], }, { title: 'کارنه(new)', @@ -23538,7 +23538,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728330463701.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728330463701.png"], }, { title: 'چانو(new)', @@ -23549,7 +23549,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728330684783.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728330684783.png"], }, { title: 'جینجرپشن', @@ -23560,7 +23560,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1726913724347.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1726913724347.png"], }, { title: 'فاهیتامیکس(new) تند', @@ -23571,7 +23571,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728331131292.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728331131292.png"], }, { title: 'چای ماسالا', @@ -23582,7 +23582,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728374980662.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728374980662.png"], }, { title: 'چای کرک', @@ -23593,7 +23593,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728374956579.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728374956579.png"], }, { title: 'چای مراکشی', @@ -23604,7 +23604,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728377431806.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728377431806.png"], }, { title: 'چای لاته', @@ -23615,7 +23615,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729765132668.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729765132668.png"], }, { title: 'چای سبز', @@ -23626,7 +23626,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728377808931.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728377808931.png"], }, { title: 'لانگ بلک', @@ -23637,7 +23637,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728377481568.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728377481568.png"], }, { title: 'اورنج امریکانو', @@ -23648,7 +23648,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728372536686.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728372536686.png"], }, { title: 'آیریش کافی', @@ -23659,7 +23659,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729759379045.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729759379045.png"], }, { title: 'آمریکانو', @@ -23670,7 +23670,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728377490744.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728377490744.png"], }, { title: 'ایبریک (قهوه ترک)', @@ -23681,7 +23681,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728373971406.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728373971406.png"], }, { title: 'عثمانی', @@ -23692,7 +23692,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728374077203.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728374077203.png"], }, { title: 'دله', @@ -23703,7 +23703,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728374188201.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728374188201.png"], }, { title: 'موکاچینو', @@ -23714,7 +23714,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728374516173.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728374516173.png"], }, { title: 'اسپرسو ماکیاتو', @@ -23725,7 +23725,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729765217266.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729765217266.png"], }, { title: 'اسپرسو اسپشیالیتی', @@ -23736,7 +23736,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729758883089.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729758883089.png"], }, { title: 'اسپرسو رومانو', @@ -23747,7 +23747,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728374453525.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728374453525.png"], }, { title: 'کاپوچینو', @@ -23758,7 +23758,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728374681449.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728374681449.png"], }, { title: 'کافه لاته', @@ -23769,7 +23769,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728374690285.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728374690285.png"], }, { title: 'اسپرسو کورتادو', @@ -23780,7 +23780,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728374070853.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728374070853.png"], }, { title: 'اسپرسو آریش کرما', @@ -23791,7 +23791,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729758906445.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729758906445.png"], }, { title: 'هات چاکلت', @@ -23802,7 +23802,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728377462810.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728377462810.png"], }, { title: 'هات چاکلت بیسکوف', @@ -23813,7 +23813,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728377484916.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728377484916.png"], }, { title: 'وایت چاکلت', @@ -23824,7 +23824,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728377480666.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728377480666.png"], }, { title: 'آیس موکا', @@ -23835,7 +23835,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728377253866.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728377253866.png"], }, { title: 'آیس کورتادو', @@ -23846,7 +23846,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728376290215.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728376290215.png"], }, { title: 'آیس آمریکانو', @@ -23857,7 +23857,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728376953071.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728376953071.png"], }, { title: 'آیس لاته', @@ -23868,7 +23868,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728377261101.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728377261101.png"], }, { title: 'آیس رومانو', @@ -23879,7 +23879,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728376208132.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728376208132.png"], }, { title: 'اسپرسو کامرشیال', @@ -23890,7 +23890,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729758879931.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729758879931.png"], }, { title: 'چای سیاه لاهیجان 2 کاپ', @@ -23901,7 +23901,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728377477277.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728377477277.png"], }, { title: 'سالاد چاینیز(new)', @@ -23912,7 +23912,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728306986068.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728306986068.png"], }, { title: 'چلو گردن ', @@ -23934,7 +23934,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729757889287.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729757889287.png"], }, { title: 'نان سیر', @@ -23945,7 +23945,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729757637426.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729757637426.png"], }, { title: 'رول سوخاری', @@ -23956,7 +23956,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729757745572.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729757745572.png"], }, { title: 'سیزلر استیک', @@ -23967,7 +23967,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729758019524.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729758019524.png"], }, { title: 'فیله استریپس(new)', @@ -23978,7 +23978,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1739472531418.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1739472531418.png"], }, { title: 'ته چین گوشت و بادمجان', @@ -23989,7 +23989,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728331171079.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728331171079.png"], }, { title: 'براونی کیت کت', @@ -24000,7 +24000,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1728221807368.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1728221807368.png"], }, { title: 'براونی پنیری همراه با بستنی', @@ -24011,7 +24011,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729759080723.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729759080723.png"], }, { title: 'خوراک جوجه ', @@ -24077,7 +24077,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729756970934.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729756970934.png"], }, { title: 'لیموناد', @@ -24088,7 +24088,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729756906514.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729756906514.png"], }, { title: 'براونی پنیری', @@ -24099,7 +24099,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729800488338.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729800488338.png"], }, { title: 'چیزکیک لوتوس', @@ -24110,7 +24110,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1759837227083.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1759837227083.png"], }, { title: 'ردموهیتو', @@ -24121,7 +24121,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729755149179.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729755149179.png"], }, { title: 'اب میوه فصل', @@ -24132,7 +24132,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1729755296114.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1729755296114.png"], }, { title: 'شیک نوتلا', @@ -24253,7 +24253,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1743526924119.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1743526924119.png"], }, { title: 'ویتامینه معجون', @@ -24264,7 +24264,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733563611746.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733563611746.png"], }, { title: 'چالیس فروت', @@ -24275,7 +24275,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733306399133.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733306399133.png"], }, { title: 'چالیس کیک', @@ -24286,7 +24286,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733306350712.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733306350712.png"], }, { title: 'دونات بستنی', @@ -24297,7 +24297,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733180961735.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733180961735.png"], }, { title: 'کیک بستنی', @@ -24308,7 +24308,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733142832782.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733142832782.png"], }, { title: 'برلینر معجون', @@ -24385,7 +24385,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1731760342565.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1731760342565.png"], }, { title: 'آیس آمریکانو', @@ -24396,7 +24396,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1731760427059.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1731760427059.png"], }, { title: 'آیس موکا', @@ -24407,7 +24407,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1731759538021.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1731759538021.png"], }, { title: 'آیس لته', @@ -24418,7 +24418,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1731759571881.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1731759571881.png"], }, { title: 'اسپرسو ', @@ -24429,7 +24429,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733143237751.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733143237751.png"], }, { title: 'قهوه فرانسه ', @@ -24440,7 +24440,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733143297427.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733143297427.png"], }, { title: 'کارامل ماکیاتو', @@ -24451,7 +24451,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733180816485.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733180816485.png"], }, { title: 'کاپوچینو', @@ -24462,7 +24462,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733180883149.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733180883149.png"], }, { title: 'آمریکانو', @@ -24473,7 +24473,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733180916579.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733180916579.png"], }, { title: 'آفوگاتو', @@ -24484,7 +24484,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733180792530.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733180792530.png"], }, { title: 'لاته', @@ -24495,7 +24495,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733180650251.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733180650251.png"], }, { title: 'هات چاکلت اسپرسو', @@ -24506,7 +24506,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733143171406.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733143171406.png"], }, { title: 'هات چاکلت نوتلا', @@ -24517,7 +24517,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733143139138.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733143139138.png"], }, { title: 'هات چاکلت', @@ -24528,7 +24528,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733143112734.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733143112734.png"], }, { title: 'هات چاکلت دارک', @@ -24539,7 +24539,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733143077005.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733143077005.png"], }, { title: 'وایت چاکلت', @@ -24572,7 +24572,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733142954323.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733142954323.png"], }, { title: 'شیرنسکافه', @@ -24583,7 +24583,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733142892750.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733142892750.png"], }, { title: 'چای ماسالا', @@ -24594,7 +24594,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733142461417.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733142461417.png"], }, { title: 'شیر عسل دارچین', @@ -24605,7 +24605,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733142510825.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733142510825.png"], }, { title: 'چای سیاه', @@ -24616,7 +24616,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733142551995.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733142551995.png"], }, { title: 'چای ترش ', @@ -24627,7 +24627,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733142584507.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733142584507.png"], }, { title: 'دمنوش به', @@ -24638,7 +24638,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733142615641.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733142615641.png"], }, { title: 'دمنوش زنجبیل', @@ -24649,7 +24649,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733142649142.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733142649142.png"], }, { title: 'گل گاو زبان', @@ -24660,7 +24660,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733142675241.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733142675241.png"], }, { title: 'سیب دارچین', @@ -24671,7 +24671,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733142720798.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733142720798.png"], }, { title: 'آیس معجون ', @@ -24759,7 +24759,7 @@ export const foodsData: FoodData[] = [{ isActive: false, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1731760921692.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1731760921692.png"], }, { title: 'آب طالبی', @@ -24803,7 +24803,7 @@ export const foodsData: FoodData[] = [{ isActive: false, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733180737310.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733180737310.png"], }, { title: 'تیرامیسو', @@ -24814,7 +24814,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733180706730.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733180706730.png"], }, { title: 'نوتلا شیشه ای', @@ -24825,7 +24825,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733146270989.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733146270989.png"], }, { title: 'اسنیکرز', @@ -24836,7 +24836,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733146241787.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733146241787.png"], }, { title: 'کیندر', @@ -24847,7 +24847,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733146295503.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733146295503.png"], }, { title: 'نوتلا', @@ -24858,7 +24858,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733146214104.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733146214104.png"], }, { title: 'کیت کت', @@ -24869,7 +24869,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733146319268.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733146319268.png"], }, { title: 'توییکس', @@ -24880,7 +24880,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733146188871.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733146188871.png"], }, { title: 'ام اند ام', @@ -24891,7 +24891,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733146348034.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733146348034.png"], }, { title: 'هوبی', @@ -24902,7 +24902,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733146551965.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733146551965.png"], }, { title: 'اورئو', @@ -24913,7 +24913,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733146582932.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733146582932.png"], }, { title: 'وبی', @@ -24924,7 +24924,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733180029406.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733180029406.png"], }, { title: 'اسپیرال', @@ -24935,7 +24935,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733180052223.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733180052223.png"], }, { title: 'استریپی', @@ -24946,7 +24946,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733180073573.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733180073573.png"], }, { title: 'زبرا', @@ -24957,7 +24957,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733180093424.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733180093424.png"], }, { title: 'رابی', @@ -24968,7 +24968,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733180179189.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733180179189.png"], }, { title: 'رزتا', @@ -24979,7 +24979,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1733180161432.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1733180161432.png"], }, { title: 'مینیون', @@ -24990,7 +24990,7 @@ export const foodsData: FoodData[] = [{ isActive: true, stock: 1, stockDefault: 1, - images: ["https://dmenu.danakcorp.com/uploads/images/food/food_1731576162224.png"], + images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1731576162224.png"], }, { title: 'کافی', diff --git a/src/seeders/data/notification-preferences.data.ts b/src/seeders/data/notification-preferences.data.ts index eb63bbf..6c8677d 100644 --- a/src/seeders/data/notification-preferences.data.ts +++ b/src/seeders/data/notification-preferences.data.ts @@ -1,4 +1,4 @@ -import { NotifChannelEnum, NotifTitleEnum } from '../../modules/notifications/interfaces/notification.interface'; +import { NotifChannelEnum, NotifTitleEnum } from '../../modules/notification/interfaces/notification.interface'; export interface NotificationPreferenceData { title: NotifTitleEnum; diff --git a/src/seeders/data/payment-methods.data.ts b/src/seeders/data/payment-methods.data.ts index 673a1fc..c651dc6 100644 --- a/src/seeders/data/payment-methods.data.ts +++ b/src/seeders/data/payment-methods.data.ts @@ -1,4 +1,4 @@ -import { PaymentMethodEnum, PaymentGatewayEnum } from '../../modules/payments/interface/payment'; +import { PaymentMethodEnum, PaymentGatewayEnum } from '../../modules/payment/interface/payment'; export interface PaymentMethodData { method: PaymentMethodEnum; diff --git a/src/seeders/data/restaurants.data.ts b/src/seeders/data/restaurants.data.ts deleted file mode 100644 index 3fa3f42..0000000 --- a/src/seeders/data/restaurants.data.ts +++ /dev/null @@ -1,919 +0,0 @@ -import { PlanEnum } from 'src/modules/restaurants/interface/plan.interface'; - -export interface RestaurantData { - name: string; - slug: string; - domain: string; - isActive: boolean; - phone: string; - logo?: string; - score: { - purchaseAmount: string; - purchaseScore: string; - scoreAmount: string; - scoreCredit: string; - birthdayScore: string; - registerScore: string; - marriageDateScore: string; - referrerScore: string; - }; - plan: PlanEnum; - subscriptionId: string; -} - -export const restaurantsData: RestaurantData[] = [ - { - name: 'ژیوان', - slug: 'zhivan', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/zhivan', - isActive: true, - phone: '', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1638870352717_61a3661f37a0d33354a6d210.png', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_zhivan_001', - }, - { - name: 'سپنتا', - slug: 'sepanta', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/sepanta', - isActive: true, - phone: '', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1641199914860_61d2b72b2e8bd97126a70b5f.png', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_sepanta_001', - }, - { - name: 'اکافه', - slug: 'ocafe', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/ocafe', - isActive: true, - phone: '', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1643274757715_61e509141601c7c7d9141989.png', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_ocafe_001', - }, - { - name: 'رستوران ایزی دیزی', - slug: 'easydizy', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/easydizy', - isActive: true, - phone: '', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1644324825827_6202562b1ee4b0270db4ae58.png', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_easydizy_001', - }, - { - name: 'کافه رستوران بوته', - slug: 'boote', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/boote', - isActive: true, - phone: '', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1644655737806_62076fa71ee4b0270db4c32d.png', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Premium, - subscriptionId: 'sub_seed_boote_001', - }, - { - name: 'کافه لایف', - slug: 'life', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/life', - isActive: true, - phone: '', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1644838482386_6207b1211ee4b0270db4c4ae.png', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_life_001', - }, - { - name: 'ninja park', - slug: 'foodcourt', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/foodcourt', - isActive: true, - phone: '', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1725286063770_6210b063adf126141b26173d.png', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_foodcourt_001', - }, - { - name: 'هیزم', - slug: 'banicho', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/banicho', - isActive: true, - phone: '', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1699722686770_622dccbda03b80e0a44f1d3a.png', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_banicho_001', - }, - { - name: 'بلک شوگر', - slug: 'blacksugar', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/blacksugar', - isActive: true, - phone: '', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1647809564910_62378f6bc1bb048b321cd949.png', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_blacksugar_001', - }, - { - name: 'پیانو', - slug: 'Piano', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/Piano', - isActive: true, - phone: '', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1652476386948_627e3d972353df2fe6512c8f.png', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_Piano_001', - }, - { - name: 'سعادت', - slug: 'saadat', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/saadat', - isActive: true, - phone: '', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1655296406771_62a9cff7128ed6fd013332dc.png', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_saadat_001', - }, - { - name: 'هفت خوان', - slug: 'Haftkhan', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/Haftkhan', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_Haftkhan_001', - }, - { - name: 'سفره خانه و باغ رستوران هفت خوان', - slug: 'Haaft khaan', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1657711159036_62cea8d47400250986c70a07.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/Haaft khaan', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_Haaft khaan_001', - }, - { - name: '1972', - slug: '1972Cafe', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1658666648415_62dd3bf3faacb066e1206279.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/1972Cafe', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_1972Cafe_001', - }, - { - name: 'لانژ', - slug: 'lounge1', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1659109491707_62e3ff5e96be484852cba3c3.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/lounge1', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_lounge1_001', - }, - { - name: 'کافه رستوران هنر', - slug: 'Honar', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1662296508840_63131c3d96be484852d0a9ed.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/Honar', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_Honar_001', - }, - { - name: 'خانه وانیلی', - slug: 'Vanilla', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1662977478952_631f0484e410c5322752c409.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/Vanilla', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_Vanilla_001', - }, - { - name: '1972', - slug: '1972', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1672070842973_63a9c15f82d7fc8d726b8b2f.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/1972', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_1972_001', - }, - { - name: 'نارسیس', - slug: 'Narcis', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/Narcis', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_Narcis_001', - }, - { - name: 'کافه سپنج', - slug: 'cafe_sepanj', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1683113201780_6450aa9a98ff3c7414414230.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/cafe_sepanj', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_cafe_sepanj_001', - }, - { - name: 'مونیخ', - slug: 'monikh', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1737820250944_6450d97a98ff3c7414414999.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/monikh', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_monikh_001', - }, - { - name: 'اُ کافه', - slug: 'o-cafe', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1684406222541_6465ff4d98ff3c741442d56a.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/o-cafe', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_o-cafe_001', - }, - { - name: 'یامی برگر', - slug: 'yummyburger', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1689594902563_64b3d17d98ff3c741448cccd.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/yummyburger', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_yummyburger_001', - }, - { - name: 'کافه رستوران مهتاب', - slug: 'mahtabgarden', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1689965802684_64bad3b698ff3c741449521e.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/mahtabgarden', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_mahtabgarden_001', - }, - { - name: 'dream', - slug: 'dream', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1692001432499_64d9e2b979f54f6403d7e0be.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/dream', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_dream_001', - }, - { - name: 'لانکا', - slug: 'lanka', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1695032652234_650823be59383e8d7550ccb5.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/lanka', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_lanka_001', - }, - { - name: '123', - slug: '123', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1696240982921_651a7ffe59383e8d7551eebf.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/123', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_123_001', - }, - { - name: 'لیان', - slug: 'LIAN', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1701608905866_651ad03159383e8d7551f3be.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/LIAN', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_LIAN_001', - }, - { - name: 'کافه رستوران لانکا', - slug: 'Lanka', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/Lanka', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_Lanka_001', - }, - { - name: 'میلکو پلاس', - slug: 'milco-pilco', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1710166978715_65ef0b1d3ad722005756bb0f.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/milco-pilco', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_milco-pilco_001', - }, - { - name: 'لاما', - slug: 'lama', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1710333176537_65ef1a093ad722005756bc8e.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/lama', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_lama_001', - }, - { - name: 'کاج', - slug: 'kaj.foodhall', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1720963586174_6693d0cc136cc10070469510.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/kaj.foodhall', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_kaj.foodhall_001', - }, - { - name: 'حمید', - slug: 'hamid', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1729929522774_671c9c58c3c0100063e4d1a9.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/hamid', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_hamid_001', - }, - { - name: 'دونات فکتوری', - slug: 'donat-factory', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1731152090639_672f3c9bc3c0100063e6a526.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/donat-factory', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_donat-factory_001', - }, - { - name: 'نارسیس', - slug: 'narsis', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1731314427492_6731c2b9c3c0100063e6e2ae.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/narsis', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_narsis_001', - }, - { - name: 'تئوری', - slug: 'Theory', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1736665730887_677ab9f9a4463c0057e3ac5d.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/Theory', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_Theory_001', - }, - { - name: 'testmenu', - slug: 'testmenu', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/testmenu', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_testmenu_001', - }, - { - name: 'ahr_cafe', - slug: 'ahr_cofe', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1738074249830_6798e6aabd2ce20057144cfb.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/ahr_cofe', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_ahr_cofe_001', - }, - { - name: 'cafe_meat', - slug: 'cafe_meat', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1739868881926_679b7fe7bd2ce200571498a8.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/cafe_meat', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_cafe_meat_001', - }, - { - name: 'پیتزا خانواده', - slug: 'KFP', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1740470240551_67bd773f536282006220de43.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/KFP', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_KFP_001', - }, - { - name: 'پیتزا خانواده ', - slug: 'KFP ', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/KFP ', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_KFP _001', - }, - { - name: 'Themoon', - slug: 'Moon', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1743347876393_67e93f9e536282006224c40d.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/Moon', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_Moon_001', - }, - { - name: 'زپارتی', - slug: 'zparty', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/zparty', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_zparty_001', - }, - { - name: 'پاساتا پلاس', - slug: 'passata', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1749534426675_6847c5f3f114460057d617bf.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/passata', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_passata_001', - }, - { - name: 'کلبه ستاره', - slug: 'kolbe-setareh', - logo: 'https://dmenu.danakcorp.com/uploads/images/store/store_1751196871890_686100dd9086300011bdf7d0.png', - domain: 'https://dmenu-plus-front.dev.danakcorp.com/kolbe-setareh', - isActive: true, - phone: '', - score: { - purchaseAmount: '100000', - purchaseScore: '0', - scoreAmount: '0', - scoreCredit: '0', - birthdayScore: '0', - registerScore: '0', - marriageDateScore: '0', - referrerScore: '0', - }, - plan: PlanEnum.Base, - subscriptionId: 'sub_seed_kolbe-setareh_001', - }, -]; diff --git a/src/seeders/data/roles.data.ts b/src/seeders/data/roles.data.ts index 312cae4..d42197d 100644 --- a/src/seeders/data/roles.data.ts +++ b/src/seeders/data/roles.data.ts @@ -11,13 +11,13 @@ export const rolesData: RoleConfig[] = [ name: 'مدیر (پلن پایه)', isSystem: false, permissionFilter: (name: Permission) => - name === Permission.MANAGE_FOODS || + name === Permission.MANAGE_productS || name === Permission.MANAGE_CATEGORIES || name === Permission.MANAGE_SCHEDULES || name === Permission.MANAGE_PAGER || name === Permission.MANAGE_CONTACTS || name === Permission.MANAGE_ROLES || - + name === Permission.MANAGE_SETTINGS || name === Permission.MANAGE_ADMINS || name == Permission.VIEW_REPORTS || diff --git a/src/seeders/foods.seeder.ts b/src/seeders/foods.seeder.ts index c2a652a..6f99003 100644 --- a/src/seeders/foods.seeder.ts +++ b/src/seeders/foods.seeder.ts @@ -1,19 +1,19 @@ import type { EntityManager } from '@mikro-orm/core'; -import { Food } from '../modules/foods/entities/food.entity'; +import { product } from '../modules/products/entities/product.entity'; import type { Restaurant } from '../modules/restaurants/entities/restaurant.entity'; -import type { Category } from '../modules/foods/entities/category.entity'; -import { MealType } from '../modules/foods/interface/food.interface'; -import { foodsData } from './data/foods.data'; +import type { Category } from '../modules/products/entities/category.entity'; +import { MealType } from '../modules/products/interface/product.interface'; +import { productsData } from './data/products.data'; -export class FoodsSeeder { +export class productsSeeder { async run( em: EntityManager, restaurantsMap: Map, categoriesMap: Map, ): Promise { - for (const foodData of foodsData) { - const restaurant = restaurantsMap.get(foodData.restaurantSlug); - const key = `${foodData.restaurantSlug}-${foodData.categoryTitle}`; + for (const productData of productsData) { + const restaurant = restaurantsMap.get(productData.restaurantSlug); + const key = `${productData.restaurantSlug}-${productData.categoryTitle}`; const normalize = (s: string) => (s || '').replace(/\s+/g, ' ').trim(); @@ -25,7 +25,7 @@ export class FoodsSeeder { const parts = k.split('-'); const kSlug = parts[0]; const kTitle = parts.slice(1).join('-'); - if (kSlug === foodData.restaurantSlug && normalize(kTitle) === normalize(foodData.categoryTitle)) { + if (kSlug === productData.restaurantSlug && normalize(kTitle) === normalize(productData.categoryTitle)) { category = v; break; } @@ -34,37 +34,37 @@ export class FoodsSeeder { if (!restaurant || !category) { console.warn( - `Skipping food \"${foodData.title}\" — missing ${!restaurant ? 'restaurant' : 'category'} for key ${key}`, + `Skipping product \"${productData.title}\" — missing ${!restaurant ? 'restaurant' : 'category'} for key ${key}`, ); continue; } - const existing = await em.findOne(Food, { - title: foodData.title, + const existing = await em.findOne(product, { + title: productData.title, restaurant, }); if (!existing) { - const food = em.create(Food, { - title: foodData.title, - desc: foodData.desc, - content: foodData.content, - price: foodData.price, + const product = em.create(product, { + title: productData.title, + desc: productData.desc, + content: productData.content, + price: productData.price, restaurant, category, - isActive: foodData.isActive, - // new fields on Food entity - weekDays: foodData.weekDays ?? [0, 1, 2, 3, 4, 5, 6], - mealTypes: foodData.mealTypes ?? [MealType.BREAKFAST, MealType.LUNCH, MealType.DINNER, MealType.SNACK], - discount: foodData.discount ?? 0, - score: foodData.score ?? 0, + isActive: productData.isActive, + // new fields on product entity + weekDays: productData.weekDays ?? [0, 1, 2, 3, 4, 5, 6], + mealTypes: productData.mealTypes ?? [MealType.BREAKFAST, MealType.LUNCH, MealType.DINNER, MealType.SNACK], + discount: productData.discount ?? 0, + score: productData.score ?? 0, inPlaceServe: true, pickupServe: true, - images: foodData.images, - isSpecialOffer: foodData.isSpecialOffer ?? false, + images: productData.images, + isSpecialOffer: productData.isSpecialOffer ?? false, }); - em.persist(food); + em.persist(product); } } diff --git a/src/seeders/inventory.seeder.ts b/src/seeders/inventory.seeder.ts index 716715e..8fe2f9f 100644 --- a/src/seeders/inventory.seeder.ts +++ b/src/seeders/inventory.seeder.ts @@ -1,20 +1,20 @@ import type { EntityManager } from '@mikro-orm/core'; -import { Food } from '../modules/foods/entities/food.entity'; +import { product } from '../modules/products/entities/product.entity'; import { Inventory } from '../modules/inventory/entities/inventory.entity'; export class InventorySeeder { async run(em: EntityManager): Promise { - const foods = await em.find(Food, {}); + const products = await em.find(product, {}); - for (const food of foods) { - // Check if inventory already exists for this food + for (const product of products) { + // Check if inventory already exists for this product const existingInventory = await em.findOne(Inventory, { - food: { id: food.id }, + product: { id: product.id }, }); if (!existingInventory) { const inventory = em.create(Inventory, { - food, + product, totalStock: 50, availableStock: 50, }); diff --git a/src/seeders/notification-preferences.seeder.ts b/src/seeders/notification-preferences.seeder.ts index 0791d7e..9b803d7 100644 --- a/src/seeders/notification-preferences.seeder.ts +++ b/src/seeders/notification-preferences.seeder.ts @@ -1,5 +1,5 @@ import type { EntityManager } from '@mikro-orm/core'; -import { NotificationPreference } from '../modules/notifications/entities/notification-preference.entity'; +import { NotificationPreference } from '../modules/notification/entities/notification-preference.entity'; import type { Restaurant } from '../modules/restaurants/entities/restaurant.entity'; import { notificationPreferencesData } from './data/notification-preferences.data'; diff --git a/src/seeders/notifications.seeder.ts b/src/seeders/notifications.seeder.ts index 33b97e0..d83a03b 100644 --- a/src/seeders/notifications.seeder.ts +++ b/src/seeders/notifications.seeder.ts @@ -1,9 +1,9 @@ import type { EntityManager } from '@mikro-orm/core'; -import { Notification } from '../modules/notifications/entities/notification.entity'; +import { Notification } from '../modules/notification/entities/notification.entity'; import { Admin } from '../modules/admin/entities/admin.entity'; -import { User } from '../modules/users/entities/user.entity'; +import { User } from '../modules/user/entities/user.entity'; import { Restaurant } from '../modules/restaurants/entities/restaurant.entity'; -import { NotifTitleEnum } from '../modules/notifications/interfaces/notification.interface'; +import { NotifTitleEnum } from '../modules/notification/interfaces/notification.interface'; export class NotificationsSeeder { /** diff --git a/src/seeders/payment-methods.seeder.ts b/src/seeders/payment-methods.seeder.ts index 1765ce0..fd75bab 100644 --- a/src/seeders/payment-methods.seeder.ts +++ b/src/seeders/payment-methods.seeder.ts @@ -1,5 +1,5 @@ import type { EntityManager } from '@mikro-orm/core'; -import { PaymentMethod } from '../modules/payments/entities/payment-method.entity'; +import { PaymentMethod } from '../modules/payment/entities/payment-method.entity'; import type { Restaurant } from '../modules/restaurants/entities/restaurant.entity'; import { paymentMethodsData } from './data/payment-methods.data'; diff --git a/src/seeders/user-wallets.seeder.ts b/src/seeders/user-wallets.seeder.ts index 068afd1..db51031 100644 --- a/src/seeders/user-wallets.seeder.ts +++ b/src/seeders/user-wallets.seeder.ts @@ -1,8 +1,8 @@ import type { EntityManager } from '@mikro-orm/core'; -import { User } from '../modules/users/entities/user.entity'; +import { User } from '../modules/user/entities/user.entity'; import { Restaurant } from '../modules/restaurants/entities/restaurant.entity'; -import { WalletTransaction } from '../modules/users/entities/wallet-transaction.entity'; -import { WalletTransactionReason, WalletTransactionType } from 'src/modules/users/interface/wallet'; +import { WalletTransaction } from '../modules/user/entities/wallet-transaction.entity'; +import { WalletTransactionReason, WalletTransactionType } from 'src/modules/user/interface/wallet'; export class UserWalletsSeeder { async run(em: EntityManager): Promise { diff --git a/src/seeders/users.seeder.ts b/src/seeders/users.seeder.ts index 0cb66b2..0a0ccf8 100644 --- a/src/seeders/users.seeder.ts +++ b/src/seeders/users.seeder.ts @@ -1,9 +1,9 @@ import type { EntityManager } from '@mikro-orm/core'; -import { User } from '../modules/users/entities/user.entity'; -import { UserAddress } from '../modules/users/entities/user-address.entity'; +import { User } from '../modules/user/entities/user.entity'; +import { UserAddress } from '../modules/user/entities/user-address.entity'; import { usersData } from './data/users.data'; import { userAddressesData } from './data/user-addresses.data'; -import { normalizePhone } from '../modules/utils/phone.util'; +import { normalizePhone } from '../modules/util/phone.util'; export class UsersSeeder { async run(em: EntityManager): Promise> {