// Virtual Home Decor Experience (augmented-reality-virtual-home-decor-tools) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.home_decor_projects), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.home_decor_projects.createMany({
        data: [
            { id: 1, user_id: "b6370c8d-4f28-4bd3-87ff-6ee525b1506d", room_type: "bedroom", flooring_type: "hardwood", material_selection: "pewter plastic rubber", wishlist_items: 19, cart_items: 13, order_status: "pending", rating: "3.4" },
            { id: 2, user_id: "91b9d429-30d9-49c7-a335-e9214aba708d", room_type: "living room", flooring_type: "hardwood", material_selection: "teak metal", wishlist_items: 14, cart_items: 4, order_status: "completed", rating: "4.8" },
            { id: 3, user_id: "c22040e9-3efa-45ea-a876-2560397fad62", room_type: "kitchen", flooring_type: "hardwood", material_selection: "granite polyester maple", wishlist_items: 9, cart_items: 15, order_status: "completed", rating: "4.6" },
            { id: 4, user_id: "99c68511-8f93-4153-91d4-e38d0bc1f846", room_type: "bedroom", flooring_type: "hardwood", material_selection: "cotton birch", wishlist_items: 11, cart_items: 15, order_status: "pending", rating: "4.2" },
            { id: 5, user_id: "66404df8-d786-486f-96bb-8d5797d2fdb8", room_type: "dining room", flooring_type: "hardwood", material_selection: "cherry", wishlist_items: 16, cart_items: 19, order_status: "cancelled", rating: "3.3" },
            { id: 6, user_id: "d2977f49-5da1-4b89-8418-55f257290ded", room_type: "bathroom", flooring_type: "carpet", material_selection: "stone brass oak", wishlist_items: 13, cart_items: 11, order_status: "pending", rating: "2.0" },
            { id: 7, user_id: "78ccc761-0b58-4edd-935a-e1f5dffe52f5", room_type: "living room", flooring_type: "hardwood", material_selection: "synthetic", wishlist_items: 1, cart_items: 20, order_status: "completed", rating: "4.1" },
            { id: 8, user_id: "7a502ba5-bfe7-48ab-82ae-7b6f24a5794d", room_type: "bedroom", flooring_type: "carpet", material_selection: "plastic vinyl", wishlist_items: 9, cart_items: 0, order_status: "completed", rating: "3.5" },
            { id: 9, user_id: "b2c3077c-d760-4830-b82a-297b8d48d9d5", room_type: "kitchen", flooring_type: "hardwood", material_selection: "synthetic ceramic", wishlist_items: 10, cart_items: 8, order_status: "pending", rating: "3.7" },
            { id: 10, user_id: "8101608c-b3f1-45bc-9298-ae81e67518ee", room_type: "living room", flooring_type: "hardwood", material_selection: "vinyl pewter foam", wishlist_items: 9, cart_items: 6, order_status: "cancelled", rating: "1.9" },
            { id: 11, user_id: "02c4f0cb-c8bf-475b-94b8-461bc925fc1e", room_type: "living room", flooring_type: "carpet", material_selection: "composite silk", wishlist_items: 3, cart_items: 12, order_status: "pending", rating: "3.4" },
            { id: 12, user_id: "1bd8b2de-7451-4129-a86f-c788181633d6", room_type: "bathroom", flooring_type: "laminate", material_selection: "mahogany", wishlist_items: 9, cart_items: 9, order_status: "pending", rating: "2.3" },
            { id: 13, user_id: "fa7a5b7c-ef35-4b5a-9ab1-979ba359b3d7", room_type: "living room", flooring_type: "carpet", material_selection: "canvas cotton rubber", wishlist_items: 17, cart_items: 13, order_status: "pending", rating: "4.5" },
            { id: 14, user_id: "4ad24753-6096-454a-a0c1-9a977249e7a0", room_type: "bathroom", flooring_type: "carpet", material_selection: "metal fabric pewter", wishlist_items: 5, cart_items: 5, order_status: "pending", rating: "4.9" },
            { id: 15, user_id: "59436f58-e19d-45fd-ab04-2dacbfdd11ba", room_type: "kitchen", flooring_type: "carpet", material_selection: "wood polyester cotton", wishlist_items: 13, cart_items: 9, order_status: "pending", rating: "5.0" },
            { id: 16, user_id: "e9fc69ef-b7b7-4d40-a9d1-9313e5d931e3", room_type: "kitchen", flooring_type: "hardwood", material_selection: "burlap rattan", wishlist_items: 11, cart_items: 10, order_status: "pending", rating: "2.6" },
            { id: 17, user_id: "76b54b2c-57a2-4bfb-9aa8-8133d88b4c90", room_type: "bedroom", flooring_type: "hardwood", material_selection: "aluminum composite", wishlist_items: 15, cart_items: 9, order_status: "pending", rating: "4.8" },
            { id: 18, user_id: "1005f791-733d-435d-8c69-2b811ecc3d37", room_type: "kitchen", flooring_type: "hardwood", material_selection: "canvas ceramic", wishlist_items: 1, cart_items: 15, order_status: "pending", rating: "3.2" },
            { id: 19, user_id: "8221c6fa-e8af-48a4-ab0b-73b26e2e101b", room_type: "living room", flooring_type: "carpet", material_selection: "cotton", wishlist_items: 4, cart_items: 8, order_status: "cancelled", rating: "5.0" },
            { id: 20, user_id: "bcddc1b6-b4d2-49a5-9ff1-4b348eb81a7b", room_type: "living room", flooring_type: "hardwood", material_selection: "bamboo pine", wishlist_items: 9, cart_items: 15, order_status: "pending", rating: "1.3" },
            { id: 21, user_id: "23ff40a5-da84-4b6c-bdc5-4eb7438b00e9", room_type: "bedroom", flooring_type: "tile", material_selection: "leather granite", wishlist_items: 20, cart_items: 1, order_status: "pending", rating: "5.0" },
            { id: 22, user_id: "6d39ad33-5dfb-4539-bf64-4210f9b1431f", room_type: "living room", flooring_type: "carpet", material_selection: "tweed rattan", wishlist_items: 3, cart_items: 9, order_status: "pending", rating: "5.0" },
            { id: 23, user_id: "3c86fb9c-d16b-47a9-89ea-87cf46048e19", room_type: "living room", flooring_type: "hardwood", material_selection: "vinyl", wishlist_items: 6, cart_items: 14, order_status: "pending", rating: "4.2" },
            { id: 24, user_id: "6f7e66a7-4c0d-44e2-9e59-844bd1ef533e", room_type: "kitchen", flooring_type: "carpet", material_selection: "paper silk", wishlist_items: 16, cart_items: 17, order_status: "pending", rating: "2.3" },
            { id: 25, user_id: "e70563e1-c49c-4542-85bf-20e39c1ca63e", room_type: "living room", flooring_type: "hardwood", material_selection: "glass", wishlist_items: 12, cart_items: 13, order_status: "pending", rating: "2.0" },
            { id: 26, user_id: "51d843ca-8d4e-4912-83c9-4b97971c7a1b", room_type: "bedroom", flooring_type: "hardwood", material_selection: "vinyl plaster metal", wishlist_items: 11, cart_items: 0, order_status: "cancelled", rating: "4.3" },
            { id: 27, user_id: "182f32ff-979a-4a73-8912-eb17344f9a5f", room_type: "bedroom", flooring_type: "tile", material_selection: "titanium acrylic", wishlist_items: 15, cart_items: 4, order_status: "pending", rating: "4.5" },
            { id: 28, user_id: "e2b94a2d-c923-4219-8406-f6a4b1d71877", room_type: "kitchen", flooring_type: "hardwood", material_selection: "paper ash glass", wishlist_items: 13, cart_items: 15, order_status: "pending", rating: "5.0" },
            { id: 29, user_id: "41c5d8b8-972d-45a7-92d9-3fb2246831d4", room_type: "bedroom", flooring_type: "tile", material_selection: "aluminum natural", wishlist_items: 15, cart_items: 4, order_status: "pending", rating: "2.9" },
            { id: 30, user_id: "00f1465d-e748-4446-9f06-d814292bc44f", room_type: "living room", flooring_type: "tile", material_selection: "mahogany", wishlist_items: 14, cart_items: 14, order_status: "cancelled", rating: "1.9" },
            { id: 31, user_id: "86f74a31-4ea6-4451-ae04-d66b9f1b2bb2", room_type: "kitchen", flooring_type: "carpet", material_selection: "plastic", wishlist_items: 20, cart_items: 15, order_status: "completed", rating: "1.4" },
            { id: 32, user_id: "04126319-8733-4cf6-a1bc-bfff6b42cdf3", room_type: "living room", flooring_type: "carpet", material_selection: "synthetic resin", wishlist_items: 5, cart_items: 9, order_status: "completed", rating: "1.2" },
            { id: 33, user_id: "45e76bee-6005-45b7-b501-d89deb43dd93", room_type: "living room", flooring_type: "hardwood", material_selection: "textile stone polyester", wishlist_items: 18, cart_items: 15, order_status: "pending", rating: "4.4" },
            { id: 34, user_id: "5404266d-bf2b-45ab-b0d9-64d801ae0a52", room_type: "kitchen", flooring_type: "laminate", material_selection: "burlap", wishlist_items: 10, cart_items: 12, order_status: "pending", rating: "5.0" },
            { id: 35, user_id: "d5671b00-7015-4030-8754-db4a17adbe7d", room_type: "living room", flooring_type: "carpet", material_selection: "wood maple", wishlist_items: 10, cart_items: 20, order_status: "pending", rating: "1.5" },
            { id: 36, user_id: "ddb20af4-b288-492f-897c-91145462b5de", room_type: "bedroom", flooring_type: "tile", material_selection: "ceramic", wishlist_items: 17, cart_items: 10, order_status: "pending", rating: "3.5" },
            { id: 37, user_id: "e3119138-ad9d-43c6-9df2-aebdf055551b", room_type: "office", flooring_type: "hardwood", material_selection: "rattan granite", wishlist_items: 13, cart_items: 4, order_status: "pending", rating: "4.6" },
            { id: 38, user_id: "1c7c42d4-f96b-4af9-866e-5d689e846932", room_type: "bathroom", flooring_type: "carpet", material_selection: "maple", wishlist_items: 7, cart_items: 1, order_status: "completed", rating: "3.3" },
            { id: 39, user_id: "0a11d467-f441-4a60-9ba1-4baa2fdb9905", room_type: "kitchen", flooring_type: "carpet", material_selection: "rubber fiberglass synthetic", wishlist_items: 10, cart_items: 20, order_status: "pending", rating: "5.0" },
            { id: 40, user_id: "d4cf302f-c43f-48ec-b72b-64ffcbead5fd", room_type: "office", flooring_type: "laminate", material_selection: "fiberglass composite polyester", wishlist_items: 17, cart_items: 9, order_status: "pending", rating: "4.4" },
            { id: 41, user_id: "c2537a5f-3f30-4559-8435-5f70058d4647", room_type: "kitchen", flooring_type: "hardwood", material_selection: "titanium paper", wishlist_items: 9, cart_items: 16, order_status: "pending", rating: "2.6" },
            { id: 42, user_id: "4068b229-1ea4-4008-970a-286862c22001", room_type: "living room", flooring_type: "hardwood", material_selection: "polyester canvas cotton", wishlist_items: 5, cart_items: 5, order_status: "pending", rating: "4.9" },
            { id: 43, user_id: "26ca51bc-5500-4a8d-a1bd-bdc8e41b8ac6", room_type: "bathroom", flooring_type: "hardwood", material_selection: "fiberglass canvas sisal", wishlist_items: 8, cart_items: 11, order_status: "pending", rating: "4.1" },
            { id: 44, user_id: "b6227d17-1a82-4c95-b88c-50be3268b91f", room_type: "bedroom", flooring_type: "hardwood", material_selection: "polypropylene sisal mahogany", wishlist_items: 6, cart_items: 7, order_status: "pending", rating: "3.7" },
            { id: 45, user_id: "1cb6fc97-385e-47b4-b13e-98d558b342b7", room_type: "bedroom", flooring_type: "tile", material_selection: "wood pine oak", wishlist_items: 7, cart_items: 15, order_status: "pending", rating: "3.6" },
            { id: 46, user_id: "4f72b118-8d92-41a4-bce6-910feafff0fb", room_type: "living room", flooring_type: "hardwood", material_selection: "leather", wishlist_items: 11, cart_items: 7, order_status: "pending", rating: "4.9" },
            { id: 47, user_id: "4feb3142-97fc-4b62-817c-9cdb20b2bb54", room_type: "kitchen", flooring_type: "tile", material_selection: "zinc", wishlist_items: 6, cart_items: 2, order_status: "completed", rating: "2.9" },
            { id: 48, user_id: "2c10eee6-2dc8-4108-92d8-bbae7cd17fa5", room_type: "bedroom", flooring_type: "hardwood", material_selection: "sisal", wishlist_items: 18, cart_items: 10, order_status: "pending", rating: "4.6" },
            { id: 49, user_id: "6c1585f9-1dbb-45a1-8c94-0d7b6e3f22e8", room_type: "living room", flooring_type: "tile", material_selection: "wool", wishlist_items: 11, cart_items: 13, order_status: "pending", rating: "2.7" },
            { id: 50, user_id: "104226a8-d115-4064-8dfc-b25da6e70873", room_type: "office", flooring_type: "laminate", material_selection: "silk", wishlist_items: 13, cart_items: 9, order_status: "pending", rating: "3.9" },
            { id: 51, user_id: "03688326-4936-49cc-b5d9-7af05ef0a352", room_type: "kitchen", flooring_type: "hardwood", material_selection: "concrete acrylic", wishlist_items: 1, cart_items: 4, order_status: "pending", rating: "1.9" },
            { id: 52, user_id: "7ed4d45b-efcb-45b3-99d2-659bac4a3f2a", room_type: "living room", flooring_type: "hardwood", material_selection: "maple", wishlist_items: 3, cart_items: 4, order_status: "cancelled", rating: "2.8" },
            { id: 53, user_id: "1d5c62b8-abec-4d21-b762-c4907caecf0e", room_type: "bathroom", flooring_type: "carpet", material_selection: "metal maple", wishlist_items: 3, cart_items: 2, order_status: "pending", rating: "4.5" },
            { id: 54, user_id: "1c6e3097-4717-482e-aa6b-a6d676bc6883", room_type: "kitchen", flooring_type: "hardwood", material_selection: "sisal jute", wishlist_items: 1, cart_items: 4, order_status: "cancelled", rating: "4.3" },
            { id: 55, user_id: "47f5d8db-079b-4252-aec3-eb0023f28935", room_type: "bedroom", flooring_type: "carpet", material_selection: "metal maple", wishlist_items: 16, cart_items: 17, order_status: "pending", rating: "2.0" },
            { id: 56, user_id: "13d99fc7-c1ae-4cf4-9f66-7faf6702915d", room_type: "kitchen", flooring_type: "hardwood", material_selection: "mosaic cardboard", wishlist_items: 10, cart_items: 19, order_status: "pending", rating: "5.0" },
            { id: 57, user_id: "6a47a602-691d-4cc3-8723-8e811a90b9c0", room_type: "office", flooring_type: "laminate", material_selection: "glass", wishlist_items: 8, cart_items: 10, order_status: "pending", rating: "2.3" },
            { id: 58, user_id: "7c25e640-57d7-4dab-b09a-29f995c36713", room_type: "living room", flooring_type: "hardwood", material_selection: "composite", wishlist_items: 20, cart_items: 1, order_status: "completed", rating: "4.4" },
            { id: 59, user_id: "784a2fd0-dbca-49a4-ba7a-800d33d39347", room_type: "bedroom", flooring_type: "hardwood", material_selection: "mahogany glass", wishlist_items: 8, cart_items: 14, order_status: "pending", rating: "3.9" },
            { id: 60, user_id: "b09dc6e3-0c18-4beb-b61a-120c8515e460", room_type: "living room", flooring_type: "carpet", material_selection: "vinyl resin", wishlist_items: 14, cart_items: 7, order_status: "pending", rating: "2.9" },
            { id: 61, user_id: "19c1bfea-d55f-4284-a485-d1360f1aa80c", room_type: "living room", flooring_type: "hardwood", material_selection: "wool jute metal", wishlist_items: 8, cart_items: 10, order_status: "completed", rating: "4.4" },
            { id: 62, user_id: "cf227368-77da-4fcf-9697-2612c44b4206", room_type: "bathroom", flooring_type: "carpet", material_selection: "fabric vinyl copper", wishlist_items: 16, cart_items: 10, order_status: "completed", rating: "4.6" },
            { id: 63, user_id: "53cee5a6-f447-4464-bb6e-bff730ecbd4a", room_type: "bedroom", flooring_type: "laminate", material_selection: "bamboo", wishlist_items: 15, cart_items: 18, order_status: "pending", rating: "1.7" },
            { id: 64, user_id: "3f9efb3b-f8cb-46c3-bd8d-443fd2804129", room_type: "living room", flooring_type: "hardwood", material_selection: "burlap", wishlist_items: 15, cart_items: 1, order_status: "completed", rating: "4.1" },
            { id: 65, user_id: "201131f0-d8de-4a02-a9cf-8833c5cb126e", room_type: "living room", flooring_type: "hardwood", material_selection: "linen", wishlist_items: 16, cart_items: 8, order_status: "pending", rating: "4.0" },
            { id: 66, user_id: "dc600635-2d4b-4bb3-8697-b9f8f5d8986d", room_type: "kitchen", flooring_type: "laminate", material_selection: "composite", wishlist_items: 15, cart_items: 9, order_status: "pending", rating: "4.3" },
            { id: 67, user_id: "85a02e98-7600-4226-bdbb-b9a445430d2d", room_type: "living room", flooring_type: "hardwood", material_selection: "wood metal plaster", wishlist_items: 13, cart_items: 18, order_status: "pending", rating: "2.9" },
            { id: 68, user_id: "916444fa-d2ab-44d5-993e-238dec5977e1", room_type: "living room", flooring_type: "carpet", material_selection: "ash marble", wishlist_items: 6, cart_items: 12, order_status: "pending", rating: "4.7" },
            { id: 69, user_id: "2054c35b-600b-469b-a463-ced1bb3c16ca", room_type: "bathroom", flooring_type: "hardwood", material_selection: "aluminum vinyl maple", wishlist_items: 17, cart_items: 14, order_status: "completed", rating: "4.8" },
            { id: 70, user_id: "bc03dfd1-2115-42a5-94ae-eaebce3c1e82", room_type: "living room", flooring_type: "hardwood", material_selection: "plaster brass", wishlist_items: 14, cart_items: 13, order_status: "completed", rating: "4.6" },
            { id: 71, user_id: "d978d6d4-fa8c-49e5-bd6c-32980c484fa1", room_type: "bathroom", flooring_type: "laminate", material_selection: "marble velvet glass", wishlist_items: 7, cart_items: 16, order_status: "cancelled", rating: "4.7" },
            { id: 72, user_id: "56207e5e-f636-4dec-9f89-f00b28ab8428", room_type: "dining room", flooring_type: "hardwood", material_selection: "fabric concrete", wishlist_items: 17, cart_items: 14, order_status: "pending", rating: "1.7" },
            { id: 73, user_id: "753a192c-7e76-4418-9bcb-171cf3e1c238", room_type: "living room", flooring_type: "carpet", material_selection: "natural fabric linen", wishlist_items: 13, cart_items: 7, order_status: "pending", rating: "3.4" },
            { id: 74, user_id: "6ae51478-1022-4bed-8f48-61953847be2c", room_type: "living room", flooring_type: "hardwood", material_selection: "wood rubber", wishlist_items: 7, cart_items: 11, order_status: "pending", rating: "5.0" },
            { id: 75, user_id: "359f61e5-2a60-44a1-b615-490eda875965", room_type: "bathroom", flooring_type: "carpet", material_selection: "acrylic composite leather", wishlist_items: 17, cart_items: 6, order_status: "cancelled", rating: "3.9" },
            { id: 76, user_id: "0e67c9c3-06e8-4fed-9242-2fbcc7a76a4d", room_type: "living room", flooring_type: "carpet", material_selection: "mosaic", wishlist_items: 17, cart_items: 20, order_status: "pending", rating: "4.4" },
            { id: 77, user_id: "c77feccf-3446-481e-bab8-00db49acc034", room_type: "kitchen", flooring_type: "hardwood", material_selection: "glass metal sisal", wishlist_items: 4, cart_items: 4, order_status: "pending", rating: "1.1" },
            { id: 78, user_id: "ec5ef9ba-b333-46dc-aeec-173cbb50dc82", room_type: "bedroom", flooring_type: "hardwood", material_selection: "oak", wishlist_items: 14, cart_items: 3, order_status: "cancelled", rating: "3.4" },
            { id: 79, user_id: "ee93b2cd-53bc-4200-9973-d2f800cbeb55", room_type: "bedroom", flooring_type: "hardwood", material_selection: "vinyl tweed", wishlist_items: 19, cart_items: 9, order_status: "pending", rating: "4.8" },
            { id: 80, user_id: "67de2924-6310-4778-99a3-d3d2b5812da2", room_type: "living room", flooring_type: "hardwood", material_selection: "jute", wishlist_items: 2, cart_items: 1, order_status: "pending", rating: "4.8" },
            { id: 81, user_id: "411cd9ea-6044-40a6-881e-bacf27e341ed", room_type: "bedroom", flooring_type: "hardwood", material_selection: "silk", wishlist_items: 12, cart_items: 3, order_status: "pending", rating: "4.0" },
            { id: 82, user_id: "1f3208ee-de53-4a14-b8ca-eb346b338e19", room_type: "living room", flooring_type: "carpet", material_selection: "birch concrete", wishlist_items: 1, cart_items: 17, order_status: "completed", rating: "3.5" },
            { id: 83, user_id: "7f601c19-609f-4f33-8598-03a056702cc0", room_type: "dining room", flooring_type: "laminate", material_selection: "oak maple", wishlist_items: 15, cart_items: 5, order_status: "cancelled", rating: "4.9" },
            { id: 84, user_id: "47ee2594-51a4-4749-93f8-8b466baf61e3", room_type: "bedroom", flooring_type: "hardwood", material_selection: "foam", wishlist_items: 10, cart_items: 7, order_status: "pending", rating: "1.1" },
            { id: 85, user_id: "59d8546d-8466-4480-832d-f49bb203bf05", room_type: "kitchen", flooring_type: "carpet", material_selection: "synthetic zinc", wishlist_items: 1, cart_items: 19, order_status: "pending", rating: "4.7" },
            { id: 86, user_id: "b724cd20-cdfa-4076-a709-33d2b2e78f6a", room_type: "living room", flooring_type: "hardwood", material_selection: "rattan", wishlist_items: 10, cart_items: 11, order_status: "completed", rating: "4.5" },
            { id: 87, user_id: "835154ae-5851-44ab-a918-29f6a4a12e1e", room_type: "living room", flooring_type: "hardwood", material_selection: "resin", wishlist_items: 18, cart_items: 17, order_status: "pending", rating: "4.3" },
            { id: 88, user_id: "2c4923d8-e882-4c1c-8951-84996a99c1af", room_type: "bathroom", flooring_type: "hardwood", material_selection: "linen birch bamboo", wishlist_items: 17, cart_items: 19, order_status: "pending", rating: "4.9" },
            { id: 89, user_id: "1e05fa45-1a09-4296-b4d9-f37ce043fdb4", room_type: "bedroom", flooring_type: "carpet", material_selection: "mahogany foam composite", wishlist_items: 1, cart_items: 19, order_status: "completed", rating: "4.9" },
            { id: 90, user_id: "5d2d2451-0871-45cb-aa08-dcf44d65a28c", room_type: "bedroom", flooring_type: "hardwood", material_selection: "composite granite", wishlist_items: 3, cart_items: 18, order_status: "completed", rating: "4.7" },
            { id: 91, user_id: "f6423262-1b4b-47af-ab17-d71130b6ed7d", room_type: "bedroom", flooring_type: "tile", material_selection: "cherry jute walnut", wishlist_items: 3, cart_items: 13, order_status: "pending", rating: "1.8" },
            { id: 92, user_id: "eafd1e39-281b-4488-bc90-51e55695896c", room_type: "bedroom", flooring_type: "hardwood", material_selection: "polyester", wishlist_items: 18, cart_items: 15, order_status: "pending", rating: "2.5" },
            { id: 93, user_id: "ac9fb38e-6cd9-477a-a8c6-092331076c9f", room_type: "kitchen", flooring_type: "carpet", material_selection: "cardboard concrete granite", wishlist_items: 13, cart_items: 10, order_status: "pending", rating: "4.9" },
            { id: 94, user_id: "e3ab02f1-de77-45c2-adbd-61fb8ab39869", room_type: "office", flooring_type: "laminate", material_selection: "pewter synthetic", wishlist_items: 12, cart_items: 2, order_status: "completed", rating: "4.8" },
            { id: 95, user_id: "fcc660d2-54c7-49ba-9af2-a6f2df63e5c3", room_type: "bathroom", flooring_type: "tile", material_selection: "leather canvas zinc", wishlist_items: 10, cart_items: 2, order_status: "cancelled", rating: "5.0" },
            { id: 96, user_id: "6a91a2d6-6f88-400f-bfc9-5c242c8ed556", room_type: "living room", flooring_type: "hardwood", material_selection: "synthetic stone", wishlist_items: 16, cart_items: 3, order_status: "completed", rating: "4.9" },
            { id: 97, user_id: "998ebe23-d495-4af2-9716-98447a067f69", room_type: "bedroom", flooring_type: "carpet", material_selection: "metal tweed leather", wishlist_items: 0, cart_items: 7, order_status: "pending", rating: "3.1" },
            { id: 98, user_id: "0acd720b-d327-45a9-bcbc-96eb97b4fe3b", room_type: "dining room", flooring_type: "hardwood", material_selection: "teak", wishlist_items: 7, cart_items: 1, order_status: "cancelled", rating: "5.0" },
            { id: 99, user_id: "4d82a923-e4d8-4f86-a817-737fa74ae677", room_type: "living room", flooring_type: "carpet", material_selection: "concrete mosaic", wishlist_items: 18, cart_items: 8, order_status: "completed", rating: "5.0" },
            { id: 100, user_id: "f2e93c6f-b045-4c59-9ee2-9213c0ff7dde", room_type: "bedroom", flooring_type: "tile", material_selection: "paper burlap", wishlist_items: 11, cart_items: 18, order_status: "completed", rating: "2.4" },
            { id: 101, user_id: "2b65e6bf-fbf8-4b3d-b814-99de6834e816", room_type: "bedroom", flooring_type: "hardwood", material_selection: "granite canvas mosaic", wishlist_items: 6, cart_items: 18, order_status: "pending", rating: "5.0" },
            { id: 102, user_id: "aa0e0156-e815-403c-9d55-5a5cf2eb8511", room_type: "bedroom", flooring_type: "tile", material_selection: "velvet", wishlist_items: 1, cart_items: 9, order_status: "pending", rating: "4.7" },
            { id: 103, user_id: "bc9289b6-b7b0-46c5-aad5-882ad49dab6c", room_type: "living room", flooring_type: "tile", material_selection: "resin", wishlist_items: 16, cart_items: 15, order_status: "pending", rating: "2.4" },
            { id: 104, user_id: "326f1765-1d9c-40a5-a8f8-9cbf965aa36d", room_type: "bathroom", flooring_type: "carpet", material_selection: "concrete", wishlist_items: 15, cart_items: 4, order_status: "completed", rating: "3.8" },
            { id: 105, user_id: "0b38f726-612b-48d1-afca-0d21e72d22c8", room_type: "living room", flooring_type: "tile", material_selection: "plastic paper", wishlist_items: 1, cart_items: 6, order_status: "pending", rating: "4.5" },
            { id: 106, user_id: "de832cfb-c0cd-4d16-bc4d-09a9c6dfb590", room_type: "living room", flooring_type: "hardwood", material_selection: "linen copper pewter", wishlist_items: 3, cart_items: 19, order_status: "pending", rating: "4.0" },
            { id: 107, user_id: "fa97ea83-ff65-46cd-a07f-915894908c68", room_type: "bathroom", flooring_type: "carpet", material_selection: "cherry", wishlist_items: 4, cart_items: 14, order_status: "pending", rating: "2.3" },
            { id: 108, user_id: "2b97eafd-5a59-4b59-894e-a96dd21695cc", room_type: "bathroom", flooring_type: "tile", material_selection: "oak cherry", wishlist_items: 13, cart_items: 9, order_status: "cancelled", rating: "4.4" },
            { id: 109, user_id: "fa413a29-311d-40d4-96d2-e8afecc90b70", room_type: "bathroom", flooring_type: "hardwood", material_selection: "paper", wishlist_items: 10, cart_items: 17, order_status: "pending", rating: "4.9" },
            { id: 110, user_id: "352ab43b-a837-49f0-ae7f-20047d9b6862", room_type: "bathroom", flooring_type: "carpet", material_selection: "copper titanium", wishlist_items: 7, cart_items: 4, order_status: "cancelled", rating: "4.5" },
            { id: 111, user_id: "2cbb5bb9-f55c-444e-9439-71de19d111e1", room_type: "bedroom", flooring_type: "carpet", material_selection: "cardboard velvet marble", wishlist_items: 14, cart_items: 20, order_status: "pending", rating: "4.8" },
            { id: 112, user_id: "36930c6b-ce21-4c9b-a62b-184ca33529e6", room_type: "living room", flooring_type: "tile", material_selection: "granite jute", wishlist_items: 13, cart_items: 11, order_status: "pending", rating: "1.8" },
            { id: 113, user_id: "b714b75a-d30c-4b63-9204-43c7c8fdcfe4", room_type: "bedroom", flooring_type: "laminate", material_selection: "wool birch", wishlist_items: 2, cart_items: 15, order_status: "pending", rating: "4.9" },
            { id: 114, user_id: "1736b619-6504-477a-b026-d567280640d7", room_type: "living room", flooring_type: "carpet", material_selection: "leather pewter wool", wishlist_items: 5, cart_items: 17, order_status: "pending", rating: "5.0" },
            { id: 115, user_id: "147d2ade-6a1a-46ef-b658-9a222653085b", room_type: "bedroom", flooring_type: "tile", material_selection: "wood canvas oak", wishlist_items: 20, cart_items: 9, order_status: "completed", rating: "1.4" },
            { id: 116, user_id: "14751ee0-e9e5-4fe5-8ce9-ca6b6fcf1289", room_type: "living room", flooring_type: "carpet", material_selection: "sisal fabric", wishlist_items: 10, cart_items: 6, order_status: "pending", rating: "1.4" },
            { id: 117, user_id: "99c8be19-ef6e-442d-84e7-cc10420203aa", room_type: "kitchen", flooring_type: "carpet", material_selection: "acrylic mosaic birch", wishlist_items: 7, cart_items: 18, order_status: "pending", rating: "2.4" },
            { id: 118, user_id: "d66959f7-c34a-4a75-8014-ad3c62d003c4", room_type: "kitchen", flooring_type: "hardwood", material_selection: "polypropylene canvas textile", wishlist_items: 6, cart_items: 19, order_status: "completed", rating: "4.4" },
            { id: 119, user_id: "c272b909-12b4-4a1d-828a-2b77b075e01f", room_type: "living room", flooring_type: "hardwood", material_selection: "maple", wishlist_items: 9, cart_items: 0, order_status: "pending", rating: "3.6" },
            { id: 120, user_id: "9b29c202-28e5-4169-9411-f2fe3f90d2c1", room_type: "living room", flooring_type: "carpet", material_selection: "marble walnut", wishlist_items: 13, cart_items: 11, order_status: "pending", rating: "3.2" },
            { id: 121, user_id: "d85f9e61-8269-4c24-b5f9-b5e1fa166848", room_type: "office", flooring_type: "hardwood", material_selection: "marble", wishlist_items: 8, cart_items: 2, order_status: "pending", rating: "4.4" },
            { id: 122, user_id: "b07993fe-edf0-4279-8dfe-cb7753222f9c", room_type: "living room", flooring_type: "hardwood", material_selection: "canvas sisal granite", wishlist_items: 12, cart_items: 6, order_status: "pending", rating: "4.6" },
            { id: 123, user_id: "cdd42f72-766c-4d99-9a42-2fd64c995a79", room_type: "dining room", flooring_type: "tile", material_selection: "wool", wishlist_items: 12, cart_items: 13, order_status: "completed", rating: "3.5" },
            { id: 124, user_id: "dd10765f-03dc-4e45-9816-59a4bfd804a4", room_type: "office", flooring_type: "carpet", material_selection: "mahogany foam", wishlist_items: 16, cart_items: 17, order_status: "cancelled", rating: "5.0" },
            { id: 125, user_id: "041107f4-1a16-44ae-bef0-704c5e1e5ab3", room_type: "bedroom", flooring_type: "hardwood", material_selection: "granite", wishlist_items: 18, cart_items: 10, order_status: "cancelled", rating: "2.6" },
            { id: 126, user_id: "f5791e8a-788a-46f1-9fe1-4fc8a0776eff", room_type: "kitchen", flooring_type: "hardwood", material_selection: "leather", wishlist_items: 15, cart_items: 16, order_status: "pending", rating: "4.7" },
            { id: 127, user_id: "84277133-5d22-4232-b5f0-8d7162f1a20c", room_type: "living room", flooring_type: "carpet", material_selection: "leather", wishlist_items: 6, cart_items: 7, order_status: "pending", rating: "4.0" },
            { id: 128, user_id: "81aa46a6-e52c-4564-abea-bee456f82ed9", room_type: "bedroom", flooring_type: "hardwood", material_selection: "concrete", wishlist_items: 15, cart_items: 9, order_status: "pending", rating: "4.9" },
            { id: 129, user_id: "f45e124e-3850-4c43-8e37-3d81b7dc97f9", room_type: "living room", flooring_type: "hardwood", material_selection: "cherry natural", wishlist_items: 12, cart_items: 19, order_status: "pending", rating: "1.2" },
            { id: 130, user_id: "2db43eda-509d-4edf-ac76-54bd29772038", room_type: "bedroom", flooring_type: "hardwood", material_selection: "concrete", wishlist_items: 14, cart_items: 18, order_status: "completed", rating: "1.9" },
            { id: 131, user_id: "6662c2a2-bd1c-4a2f-9b60-dfdb37e72f28", room_type: "bedroom", flooring_type: "hardwood", material_selection: "walnut wool silk", wishlist_items: 11, cart_items: 6, order_status: "completed", rating: "2.1" },
            { id: 132, user_id: "b4761f60-a6eb-4aec-966a-42855d92950c", room_type: "living room", flooring_type: "laminate", material_selection: "fabric bamboo", wishlist_items: 9, cart_items: 14, order_status: "pending", rating: "5.0" },
            { id: 133, user_id: "d47b4c5e-5e54-43ef-ac15-b23aa544cd9f", room_type: "living room", flooring_type: "tile", material_selection: "mahogany pine", wishlist_items: 19, cart_items: 7, order_status: "pending", rating: "4.9" },
            { id: 134, user_id: "8f7f48ea-47de-47d8-a175-f18f69a2e6a7", room_type: "office", flooring_type: "tile", material_selection: "glass", wishlist_items: 4, cart_items: 17, order_status: "completed", rating: "4.8" },
            { id: 135, user_id: "0e99cb55-03ef-4d93-86dc-6e100cfb79ea", room_type: "kitchen", flooring_type: "hardwood", material_selection: "textile vinyl plaster", wishlist_items: 8, cart_items: 11, order_status: "pending", rating: "3.8" },
            { id: 136, user_id: "d2a4266b-5a25-4888-8038-2e7da00fd35a", room_type: "kitchen", flooring_type: "hardwood", material_selection: "textile", wishlist_items: 19, cart_items: 4, order_status: "pending", rating: "2.6" },
            { id: 137, user_id: "a7cd4800-eeb9-4929-9b0c-66fa07e19ee1", room_type: "living room", flooring_type: "laminate", material_selection: "maple pewter", wishlist_items: 7, cart_items: 10, order_status: "cancelled", rating: "2.3" },
            { id: 138, user_id: "ed947938-c933-459f-81da-4d2d72f7491d", room_type: "bedroom", flooring_type: "hardwood", material_selection: "velvet", wishlist_items: 19, cart_items: 4, order_status: "pending", rating: "3.7" },
            { id: 139, user_id: "f540b9b2-a741-4ab3-875e-5366e8b08cd0", room_type: "bedroom", flooring_type: "hardwood", material_selection: "linen", wishlist_items: 13, cart_items: 19, order_status: "pending", rating: "1.2" },
            { id: 140, user_id: "1f1962f3-e5c7-4362-a848-988d68bb7abe", room_type: "kitchen", flooring_type: "tile", material_selection: "marble concrete", wishlist_items: 11, cart_items: 6, order_status: "pending", rating: "1.6" },
            { id: 141, user_id: "37faece0-41c3-4a15-9f25-fed495ecdbcc", room_type: "bedroom", flooring_type: "carpet", material_selection: "acrylic polyester titanium", wishlist_items: 4, cart_items: 9, order_status: "pending", rating: "4.3" },
            { id: 142, user_id: "299bceab-9e3c-446a-a864-c45ce518352e", room_type: "living room", flooring_type: "hardwood", material_selection: "silk oak", wishlist_items: 17, cart_items: 8, order_status: "cancelled", rating: "4.6" },
            { id: 143, user_id: "90631584-f116-4cdd-9d19-ba5e20d4f5f6", room_type: "bathroom", flooring_type: "hardwood", material_selection: "paper mosaic", wishlist_items: 15, cart_items: 7, order_status: "pending", rating: "4.8" },
            { id: 144, user_id: "901e88dd-5730-492d-98de-3cf091545f9b", room_type: "living room", flooring_type: "tile", material_selection: "rubber resin", wishlist_items: 17, cart_items: 17, order_status: "cancelled", rating: "4.9" },
            { id: 145, user_id: "0127c36d-f002-46ee-aa8d-ac748cda9b10", room_type: "living room", flooring_type: "carpet", material_selection: "teak polyester rubber", wishlist_items: 7, cart_items: 18, order_status: "pending", rating: "3.7" },
            { id: 146, user_id: "c2dd6542-222d-4807-af6f-9877b67be97e", room_type: "living room", flooring_type: "hardwood", material_selection: "fiberglass granite", wishlist_items: 13, cart_items: 9, order_status: "pending", rating: "2.5" },
            { id: 147, user_id: "b3a5300b-8f70-4a21-a094-b18eb2bfe440", room_type: "kitchen", flooring_type: "hardwood", material_selection: "velvet polypropylene", wishlist_items: 15, cart_items: 4, order_status: "pending", rating: "4.5" },
            { id: 148, user_id: "7c6fcefc-ce0f-4da0-b67a-c71566323572", room_type: "bedroom", flooring_type: "carpet", material_selection: "acrylic brass fabric", wishlist_items: 4, cart_items: 10, order_status: "pending", rating: "4.6" },
            { id: 149, user_id: "7ba8af4e-0b58-4c18-ad40-49d1bffba38c", room_type: "living room", flooring_type: "hardwood", material_selection: "mahogany brass jute", wishlist_items: 5, cart_items: 6, order_status: "pending", rating: "4.7" },
            { id: 150, user_id: "ee4c29a9-16d8-4839-b650-c2ccf42b9268", room_type: "bathroom", flooring_type: "carpet", material_selection: "leather cotton ceramic", wishlist_items: 4, cart_items: 10, order_status: "pending", rating: "3.6" },
            { id: 151, user_id: "a1a0d731-e0f0-499c-8150-b710a764258c", room_type: "living room", flooring_type: "tile", material_selection: "polyester", wishlist_items: 16, cart_items: 20, order_status: "cancelled", rating: "3.5" },
            { id: 152, user_id: "d8dc8f73-b74b-4546-aae5-821a1563d7eb", room_type: "kitchen", flooring_type: "hardwood", material_selection: "burlap", wishlist_items: 4, cart_items: 15, order_status: "pending", rating: "4.4" },
            { id: 153, user_id: "61f48e3b-9a3e-4571-8622-fd80ee5c03fe", room_type: "living room", flooring_type: "hardwood", material_selection: "metal burlap", wishlist_items: 13, cart_items: 10, order_status: "pending", rating: "2.1" },
            { id: 154, user_id: "a84bfd39-c9cd-44b2-aeed-307e21a47dbe", room_type: "bedroom", flooring_type: "tile", material_selection: "cotton jute", wishlist_items: 20, cart_items: 1, order_status: "completed", rating: "1.1" },
            { id: 155, user_id: "cff2cafc-1c1f-458f-bf4b-f158b341c7bb", room_type: "kitchen", flooring_type: "hardwood", material_selection: "mosaic jute", wishlist_items: 10, cart_items: 8, order_status: "cancelled", rating: "4.5" },
            { id: 156, user_id: "3a0b5b16-e608-4fcc-808f-08a6aa24607b", room_type: "kitchen", flooring_type: "hardwood", material_selection: "teak ceramic", wishlist_items: 9, cart_items: 19, order_status: "cancelled", rating: "3.9" },
            { id: 157, user_id: "2264c9ee-17a5-49e5-8a81-c56c1657df28", room_type: "office", flooring_type: "hardwood", material_selection: "leather textile", wishlist_items: 0, cart_items: 11, order_status: "pending", rating: "4.6" },
            { id: 158, user_id: "7552f7ff-5b47-45f4-a7ba-d00e56b6c8cc", room_type: "living room", flooring_type: "tile", material_selection: "tweed fiberglass cardboard", wishlist_items: 2, cart_items: 11, order_status: "pending", rating: "4.7" },
            { id: 159, user_id: "4b83fd0b-5cf4-445e-8952-96b7a9dd58bf", room_type: "office", flooring_type: "tile", material_selection: "ash sisal", wishlist_items: 17, cart_items: 18, order_status: "pending", rating: "3.0" },
            { id: 160, user_id: "037abc7a-0c8f-47a6-a5dd-f4c9b1cd2ce2", room_type: "living room", flooring_type: "hardwood", material_selection: "oak", wishlist_items: 6, cart_items: 20, order_status: "pending", rating: "1.6" },
            { id: 161, user_id: "a1bf240b-59b6-4698-91f9-fe00fca78d34", room_type: "kitchen", flooring_type: "hardwood", material_selection: "vinyl glass", wishlist_items: 14, cart_items: 17, order_status: "pending", rating: "4.1" },
            { id: 162, user_id: "5f22e831-37a2-4ccd-b843-1f8cd3260754", room_type: "bedroom", flooring_type: "hardwood", material_selection: "textile foam", wishlist_items: 11, cart_items: 11, order_status: "completed", rating: "4.9" },
            { id: 163, user_id: "836f0486-068a-4463-8d26-3fd2ef8ad159", room_type: "dining room", flooring_type: "hardwood", material_selection: "burlap composite", wishlist_items: 13, cart_items: 19, order_status: "cancelled", rating: "1.3" },
            { id: 164, user_id: "9d787548-f206-438e-8c5c-b2001bdd3870", room_type: "bedroom", flooring_type: "hardwood", material_selection: "acrylic stone rubber", wishlist_items: 10, cart_items: 2, order_status: "completed", rating: "4.8" },
            { id: 165, user_id: "34824017-51e5-4238-b053-07fafbd10888", room_type: "living room", flooring_type: "carpet", material_selection: "wool oak rattan", wishlist_items: 17, cart_items: 8, order_status: "completed", rating: "4.4" },
            { id: 166, user_id: "951cc434-cdb4-4d07-9665-b8e06db8804d", room_type: "bedroom", flooring_type: "carpet", material_selection: "mosaic pine", wishlist_items: 7, cart_items: 18, order_status: "completed", rating: "1.6" },
            { id: 167, user_id: "37911a3e-5c55-4392-9a66-3e6010cc65da", room_type: "bathroom", flooring_type: "carpet", material_selection: "rattan zinc", wishlist_items: 16, cart_items: 1, order_status: "pending", rating: "5.0" },
            { id: 168, user_id: "64b2f23a-1654-45a0-a926-73e346133ec0", room_type: "bathroom", flooring_type: "hardwood", material_selection: "burlap textile wood", wishlist_items: 14, cart_items: 19, order_status: "pending", rating: "3.8" },
            { id: 169, user_id: "2861fd16-6126-4881-9f0c-ee35534443ba", room_type: "kitchen", flooring_type: "carpet", material_selection: "sisal", wishlist_items: 3, cart_items: 3, order_status: "cancelled", rating: "5.0" },
            { id: 170, user_id: "97248091-f4fa-41f7-a7dd-f40d1f4dab12", room_type: "living room", flooring_type: "laminate", material_selection: "cotton plastic leather", wishlist_items: 11, cart_items: 13, order_status: "pending", rating: "2.5" },
            { id: 171, user_id: "d4767be3-6607-4b9c-96c4-3f4f4d31069e", room_type: "bedroom", flooring_type: "laminate", material_selection: "foam metal maple", wishlist_items: 14, cart_items: 20, order_status: "completed", rating: "3.2" },
            { id: 172, user_id: "369ce8f6-561f-4329-870f-e61664d368c3", room_type: "bathroom", flooring_type: "tile", material_selection: "composite", wishlist_items: 20, cart_items: 7, order_status: "cancelled", rating: "4.5" },
            { id: 173, user_id: "f7195423-c987-4ce8-b39b-dc2442af5f6c", room_type: "living room", flooring_type: "tile", material_selection: "maple textile", wishlist_items: 2, cart_items: 19, order_status: "pending", rating: "4.0" },
            { id: 174, user_id: "d867a48a-8274-49ff-be6d-e61d737d645d", room_type: "bedroom", flooring_type: "carpet", material_selection: "vinyl marble", wishlist_items: 13, cart_items: 1, order_status: "completed", rating: "2.8" },
            { id: 175, user_id: "118faa91-b7b8-4d02-8adb-21611dc13e63", room_type: "bedroom", flooring_type: "hardwood", material_selection: "ash walnut maple", wishlist_items: 5, cart_items: 16, order_status: "pending", rating: "3.9" },
            { id: 176, user_id: "247e0d1c-57d5-495d-8abe-ff397207a128", room_type: "living room", flooring_type: "tile", material_selection: "mahogany tweed", wishlist_items: 1, cart_items: 3, order_status: "pending", rating: "2.2" },
            { id: 177, user_id: "4f440eb5-c7a9-4046-bb02-09e4dbd4adca", room_type: "living room", flooring_type: "carpet", material_selection: "glass aluminum", wishlist_items: 2, cart_items: 7, order_status: "pending", rating: "2.0" },
            { id: 178, user_id: "e5d2c7af-f6bc-435b-9949-e939c3bc3ca1", room_type: "office", flooring_type: "carpet", material_selection: "mahogany paper tweed", wishlist_items: 19, cart_items: 2, order_status: "completed", rating: "2.5" },
            { id: 179, user_id: "7e82ee6e-db64-44b4-9c45-d806f2966b19", room_type: "living room", flooring_type: "hardwood", material_selection: "plastic", wishlist_items: 13, cart_items: 12, order_status: "pending", rating: "4.6" },
            { id: 180, user_id: "58ec3732-5f25-4fae-891a-ddbaaf604007", room_type: "living room", flooring_type: "carpet", material_selection: "polypropylene plastic", wishlist_items: 11, cart_items: 11, order_status: "pending", rating: "3.0" },
            { id: 181, user_id: "f7529bc9-89ca-415b-a20a-704fe43aa987", room_type: "office", flooring_type: "hardwood", material_selection: "paper velvet", wishlist_items: 5, cart_items: 0, order_status: "completed", rating: "2.9" },
            { id: 182, user_id: "6e395199-67c8-4d77-9389-205a4de8cbcb", room_type: "bedroom", flooring_type: "carpet", material_selection: "zinc rattan", wishlist_items: 6, cart_items: 15, order_status: "completed", rating: "5.0" },
            { id: 183, user_id: "e39333b9-636c-457c-9a01-0da7f86bf73f", room_type: "bathroom", flooring_type: "laminate", material_selection: "rubber jute polyester", wishlist_items: 20, cart_items: 14, order_status: "pending", rating: "1.8" },
            { id: 184, user_id: "8c2b91fd-51fe-497f-925a-7f665bd17fe9", room_type: "living room", flooring_type: "hardwood", material_selection: "pewter leather", wishlist_items: 0, cart_items: 4, order_status: "pending", rating: "4.4" },
            { id: 185, user_id: "9fa08ed3-013e-42ab-987f-9a0ff79fd526", room_type: "bedroom", flooring_type: "carpet", material_selection: "walnut wool sisal", wishlist_items: 4, cart_items: 16, order_status: "pending", rating: "4.4" },
            { id: 186, user_id: "e912e385-ba75-4865-9c35-dc5ee39e4afa", room_type: "bedroom", flooring_type: "hardwood", material_selection: "wool", wishlist_items: 17, cart_items: 0, order_status: "completed", rating: "3.7" },
            { id: 187, user_id: "0bfaacaa-a543-4c22-956a-78ff663502d3", room_type: "bedroom", flooring_type: "carpet", material_selection: "synthetic bamboo", wishlist_items: 2, cart_items: 17, order_status: "pending", rating: "3.2" },
            { id: 188, user_id: "38bd68a7-5f50-4ae5-a5d6-73a6e9158092", room_type: "kitchen", flooring_type: "hardwood", material_selection: "paper", wishlist_items: 17, cart_items: 10, order_status: "pending", rating: "5.0" },
            { id: 189, user_id: "ea6963d6-af7c-4861-9bf2-5d887def49cf", room_type: "living room", flooring_type: "carpet", material_selection: "sisal", wishlist_items: 4, cart_items: 2, order_status: "pending", rating: "3.0" },
            { id: 190, user_id: "badfc4f4-c338-4e72-bc73-b60a0031dc49", room_type: "living room", flooring_type: "carpet", material_selection: "linen", wishlist_items: 19, cart_items: 20, order_status: "pending", rating: "3.7" },
            { id: 191, user_id: "21aef020-dae0-4221-bc0e-d60cd8b72e98", room_type: "dining room", flooring_type: "carpet", material_selection: "fabric", wishlist_items: 5, cart_items: 17, order_status: "completed", rating: "3.5" },
            { id: 192, user_id: "01c974f4-fb0c-44be-9c57-48e3ef7a2da4", room_type: "kitchen", flooring_type: "carpet", material_selection: "mosaic cardboard rubber", wishlist_items: 16, cart_items: 17, order_status: "pending", rating: "5.0" },
            { id: 193, user_id: "838f3b40-ecd4-4154-a287-119232bb987a", room_type: "kitchen", flooring_type: "carpet", material_selection: "mosaic polypropylene", wishlist_items: 14, cart_items: 18, order_status: "pending", rating: "4.9" },
            { id: 194, user_id: "1db079b1-295e-41ad-8d6a-4c1f21e42326", room_type: "bathroom", flooring_type: "carpet", material_selection: "paper composite", wishlist_items: 5, cart_items: 8, order_status: "pending", rating: "2.8" },
            { id: 195, user_id: "05b68b93-5209-4093-9bb7-59c6953791ad", room_type: "living room", flooring_type: "hardwood", material_selection: "plaster", wishlist_items: 18, cart_items: 9, order_status: "pending", rating: "3.5" },
            { id: 196, user_id: "16f53266-1e9d-4a98-8f25-0659864300b3", room_type: "kitchen", flooring_type: "tile", material_selection: "wool paper fabric", wishlist_items: 6, cart_items: 14, order_status: "pending", rating: "4.9" },
            { id: 197, user_id: "199a05ef-6261-4315-b2bf-441cc1d5afbe", room_type: "bathroom", flooring_type: "hardwood", material_selection: "linen cardboard", wishlist_items: 2, cart_items: 8, order_status: "cancelled", rating: "4.4" },
            { id: 198, user_id: "8f5091f5-0823-44f0-b05b-d16ad968ad06", room_type: "dining room", flooring_type: "hardwood", material_selection: "mahogany canvas rattan", wishlist_items: 3, cart_items: 1, order_status: "pending", rating: "2.1" },
            { id: 199, user_id: "444310d0-7ada-411c-893a-4c4ff1b0a694", room_type: "kitchen", flooring_type: "tile", material_selection: "ash", wishlist_items: 15, cart_items: 19, order_status: "completed", rating: "2.9" },
            { id: 200, user_id: "ee72a486-73e2-44e2-afec-f2f1c9323d80", room_type: "living room", flooring_type: "tile", material_selection: "linen jute cardboard", wishlist_items: 12, cart_items: 12, order_status: "pending", rating: "4.9" },
            { id: 201, user_id: "5acd8c53-ba81-4b61-9ca4-530e85871967", room_type: "kitchen", flooring_type: "hardwood", material_selection: "pine birch", wishlist_items: 14, cart_items: 14, order_status: "completed", rating: "3.8" },
            { id: 202, user_id: "28230723-9398-4035-b048-2fce57332b8b", room_type: "kitchen", flooring_type: "tile", material_selection: "birch rubber", wishlist_items: 2, cart_items: 17, order_status: "pending", rating: "1.4" },
            { id: 203, user_id: "fa13f5ed-8ad2-466e-a152-7f140bb7fc40", room_type: "kitchen", flooring_type: "hardwood", material_selection: "plastic silk cotton", wishlist_items: 9, cart_items: 12, order_status: "pending", rating: "5.0" },
            { id: 204, user_id: "543e3383-f514-46f4-91b3-b28f27f0da5d", room_type: "bedroom", flooring_type: "tile", material_selection: "teak", wishlist_items: 15, cart_items: 13, order_status: "pending", rating: "4.0" },
            { id: 205, user_id: "02a08a9a-3437-45fe-9e26-61143298edd0", room_type: "bedroom", flooring_type: "tile", material_selection: "wool granite", wishlist_items: 20, cart_items: 19, order_status: "pending", rating: "1.8" },
            { id: 206, user_id: "1c12eadc-657a-46af-9f5f-04e58f871d64", room_type: "bedroom", flooring_type: "tile", material_selection: "cotton", wishlist_items: 16, cart_items: 8, order_status: "completed", rating: "3.2" },
            { id: 207, user_id: "01efb56e-247a-4b8d-994e-103b340f3e6a", room_type: "kitchen", flooring_type: "hardwood", material_selection: "maple rubber", wishlist_items: 3, cart_items: 16, order_status: "pending", rating: "4.7" },
            { id: 208, user_id: "ab26263b-4176-43ea-9ac3-6a7111af5b0b", room_type: "bathroom", flooring_type: "laminate", material_selection: "leather wool teak", wishlist_items: 19, cart_items: 18, order_status: "completed", rating: "2.4" },
            { id: 209, user_id: "d8e7f905-bef6-4562-9287-c505a6db5924", room_type: "living room", flooring_type: "hardwood", material_selection: "wood", wishlist_items: 15, cart_items: 13, order_status: "completed", rating: "3.8" },
            { id: 210, user_id: "a3460546-1de6-4529-b512-9239ff5f9e2a", room_type: "living room", flooring_type: "hardwood", material_selection: "plastic", wishlist_items: 12, cart_items: 5, order_status: "pending", rating: "4.9" },
            { id: 211, user_id: "3894b1b5-237b-4ee1-8194-3d8abc728b36", room_type: "office", flooring_type: "hardwood", material_selection: "brass polypropylene", wishlist_items: 8, cart_items: 14, order_status: "pending", rating: "2.0" },
            { id: 212, user_id: "9844cd50-9378-41bc-8500-47ec19955ba4", room_type: "office", flooring_type: "hardwood", material_selection: "wool", wishlist_items: 7, cart_items: 14, order_status: "pending", rating: "1.9" },
            { id: 213, user_id: "81f23688-958e-4325-8c63-5b9c028f1364", room_type: "living room", flooring_type: "hardwood", material_selection: "titanium", wishlist_items: 4, cart_items: 5, order_status: "pending", rating: "3.9" },
            { id: 214, user_id: "0f6b6683-fa93-4aa6-bf22-addaa1813a23", room_type: "kitchen", flooring_type: "laminate", material_selection: "vinyl", wishlist_items: 11, cart_items: 16, order_status: "pending", rating: "1.9" },
            { id: 215, user_id: "5bd01276-f0f0-4176-856e-6344d75c1aef", room_type: "kitchen", flooring_type: "tile", material_selection: "ceramic", wishlist_items: 7, cart_items: 10, order_status: "pending", rating: "4.7" },
            { id: 216, user_id: "bc1c1482-b81c-49ed-94d2-81e777eb998f", room_type: "bedroom", flooring_type: "carpet", material_selection: "maple rubber", wishlist_items: 7, cart_items: 3, order_status: "pending", rating: "3.7" },
            { id: 217, user_id: "52d1c13f-3bf6-484d-a904-cb5a058c657b", room_type: "dining room", flooring_type: "hardwood", material_selection: "tweed birch", wishlist_items: 3, cart_items: 8, order_status: "completed", rating: "3.2" },
            { id: 218, user_id: "be583bb5-864d-4b00-9d4f-163bddf66484", room_type: "bathroom", flooring_type: "hardwood", material_selection: "birch leather", wishlist_items: 20, cart_items: 5, order_status: "pending", rating: "4.3" },
            { id: 219, user_id: "9b0bec80-dc11-4f54-af99-64a841275806", room_type: "living room", flooring_type: "carpet", material_selection: "titanium", wishlist_items: 16, cart_items: 9, order_status: "completed", rating: "2.8" },
            { id: 220, user_id: "160a455b-7206-4fa7-8b27-7475703eb8c0", room_type: "living room", flooring_type: "tile", material_selection: "sisal", wishlist_items: 1, cart_items: 18, order_status: "pending", rating: "1.8" },
            { id: 221, user_id: "ef466ecd-b237-4663-967e-7490b0e53d26", room_type: "living room", flooring_type: "hardwood", material_selection: "wool aluminum vinyl", wishlist_items: 2, cart_items: 10, order_status: "cancelled", rating: "1.4" },
            { id: 222, user_id: "531f968c-8736-427e-9cf1-34163798db0f", room_type: "living room", flooring_type: "tile", material_selection: "birch zinc paper", wishlist_items: 17, cart_items: 11, order_status: "pending", rating: "3.4" },
            { id: 223, user_id: "911c3c6d-314a-4563-91fc-7498132a5329", room_type: "dining room", flooring_type: "hardwood", material_selection: "concrete", wishlist_items: 1, cart_items: 6, order_status: "pending", rating: "1.4" },
            { id: 224, user_id: "b18e0548-5180-46b9-8d71-ab394ca6824f", room_type: "bedroom", flooring_type: "carpet", material_selection: "cotton resin", wishlist_items: 6, cart_items: 16, order_status: "pending", rating: "5.0" },
            { id: 225, user_id: "3bad5454-9949-4330-b49d-1d73fe449fa6", room_type: "kitchen", flooring_type: "tile", material_selection: "fabric vinyl natural", wishlist_items: 17, cart_items: 0, order_status: "pending", rating: "4.3" },
            { id: 226, user_id: "7a60e460-6900-4299-ba93-8533a3440249", room_type: "bathroom", flooring_type: "carpet", material_selection: "cherry", wishlist_items: 20, cart_items: 6, order_status: "pending", rating: "1.2" },
            { id: 227, user_id: "5b56ef63-b068-4fc8-801b-fcb9d65ff11f", room_type: "living room", flooring_type: "laminate", material_selection: "birch", wishlist_items: 11, cart_items: 3, order_status: "completed", rating: "3.7" },
            { id: 228, user_id: "32e77ac0-a422-4b59-bb45-5afea45a285e", room_type: "bedroom", flooring_type: "carpet", material_selection: "brass burlap velvet", wishlist_items: 15, cart_items: 4, order_status: "pending", rating: "5.0" },
            { id: 229, user_id: "fd77476e-f64e-4725-bd8a-5d79d020585b", room_type: "living room", flooring_type: "laminate", material_selection: "marble vinyl paper", wishlist_items: 4, cart_items: 2, order_status: "pending", rating: "2.5" },
            { id: 230, user_id: "13ec0480-972b-4bff-8829-b53ae841ad29", room_type: "kitchen", flooring_type: "carpet", material_selection: "marble zinc", wishlist_items: 6, cart_items: 1, order_status: "pending", rating: "4.9" },
            { id: 231, user_id: "e679c9f0-6f39-4ebe-a660-b6f5b7d54578", room_type: "living room", flooring_type: "laminate", material_selection: "teak mahogany", wishlist_items: 6, cart_items: 6, order_status: "pending", rating: "2.6" },
            { id: 232, user_id: "f880f6a2-6fc0-46ff-869e-0194ddc30136", room_type: "bedroom", flooring_type: "hardwood", material_selection: "silk", wishlist_items: 7, cart_items: 7, order_status: "pending", rating: "4.3" },
            { id: 233, user_id: "598de661-e2f9-43c7-87fb-a987c9f46e8e", room_type: "bedroom", flooring_type: "carpet", material_selection: "teak", wishlist_items: 9, cart_items: 19, order_status: "pending", rating: "3.9" },
            { id: 234, user_id: "5b3adb2f-ca3b-473f-b2ee-a37c6903e906", room_type: "kitchen", flooring_type: "laminate", material_selection: "sisal", wishlist_items: 9, cart_items: 8, order_status: "completed", rating: "5.0" },
            { id: 235, user_id: "1b26a9ad-8e8a-4311-80f6-2dafda148627", room_type: "office", flooring_type: "hardwood", material_selection: "acrylic fiberglass mahogany", wishlist_items: 10, cart_items: 4, order_status: "completed", rating: "1.1" },
            { id: 236, user_id: "4d0565a3-2066-46d2-8959-08acd24a14c8", room_type: "office", flooring_type: "carpet", material_selection: "natural", wishlist_items: 11, cart_items: 10, order_status: "pending", rating: "1.1" },
            { id: 237, user_id: "c0e2eee5-a5d7-41c4-8ae4-10b69d9035fb", room_type: "bedroom", flooring_type: "hardwood", material_selection: "synthetic birch fiberglass", wishlist_items: 2, cart_items: 1, order_status: "pending", rating: "4.6" },
            { id: 238, user_id: "36b40f35-bcdc-406e-8172-5df67af1adb2", room_type: "bedroom", flooring_type: "carpet", material_selection: "titanium", wishlist_items: 2, cart_items: 17, order_status: "pending", rating: "4.7" },
            { id: 239, user_id: "d6937135-e06c-4c80-a199-3c56bdb9e448", room_type: "living room", flooring_type: "hardwood", material_selection: "titanium synthetic", wishlist_items: 9, cart_items: 15, order_status: "pending", rating: "4.4" },
            { id: 240, user_id: "e5eca173-a41a-40d1-b2cd-0e0bd0da4f89", room_type: "living room", flooring_type: "carpet", material_selection: "fiberglass burlap", wishlist_items: 6, cart_items: 14, order_status: "pending", rating: "5.0" },
            { id: 241, user_id: "3b8228fa-6827-4574-a6a9-475dbb477a23", room_type: "kitchen", flooring_type: "hardwood", material_selection: "canvas granite", wishlist_items: 3, cart_items: 2, order_status: "pending", rating: "3.4" },
            { id: 242, user_id: "40fbf553-2f88-4572-b950-2c9b607d6f80", room_type: "office", flooring_type: "hardwood", material_selection: "pewter foam", wishlist_items: 2, cart_items: 9, order_status: "cancelled", rating: "3.7" },
            { id: 243, user_id: "231fe16d-3bf5-42d9-b2c6-660f04e13bd6", room_type: "bathroom", flooring_type: "carpet", material_selection: "oak cardboard acrylic", wishlist_items: 14, cart_items: 2, order_status: "pending", rating: "4.9" },
            { id: 244, user_id: "036db9bb-5ae7-4be7-9aa7-4ab5f5dcac2c", room_type: "bedroom", flooring_type: "tile", material_selection: "foam", wishlist_items: 5, cart_items: 5, order_status: "pending", rating: "1.4" },
            { id: 245, user_id: "b6cd0511-a39d-472c-be4d-e2820f19388e", room_type: "living room", flooring_type: "hardwood", material_selection: "ash", wishlist_items: 7, cart_items: 17, order_status: "pending", rating: "2.1" },
            { id: 246, user_id: "d796db5c-c163-41e4-8219-6b2f67a3984e", room_type: "living room", flooring_type: "hardwood", material_selection: "maple", wishlist_items: 13, cart_items: 11, order_status: "pending", rating: "3.1" },
            { id: 247, user_id: "0033c12c-aab4-453e-8312-681025d6902d", room_type: "office", flooring_type: "hardwood", material_selection: "rubber rattan", wishlist_items: 14, cart_items: 11, order_status: "pending", rating: "1.3" },
            { id: 248, user_id: "59867c26-ce67-4988-a735-e0e319e43731", room_type: "bathroom", flooring_type: "tile", material_selection: "titanium maple granite", wishlist_items: 20, cart_items: 6, order_status: "completed", rating: "4.8" },
            { id: 249, user_id: "c29c6124-163a-4f3d-bf0d-b820364ea072", room_type: "kitchen", flooring_type: "hardwood", material_selection: "fiberglass cotton ceramic", wishlist_items: 13, cart_items: 15, order_status: "completed", rating: "2.0" },
            { id: 250, user_id: "25309112-ebd2-4ce6-b4fe-658216169d1f", room_type: "bedroom", flooring_type: "hardwood", material_selection: "cardboard", wishlist_items: 12, cart_items: 15, order_status: "pending", rating: "1.6" },
            { id: 251, user_id: "90c09d49-78ae-4957-9728-55c20cb6b789", room_type: "kitchen", flooring_type: "tile", material_selection: "canvas", wishlist_items: 19, cart_items: 7, order_status: "pending", rating: "5.0" },
            { id: 252, user_id: "8249a1d0-9ec4-48ec-8579-6ebf9107c93e", room_type: "bathroom", flooring_type: "carpet", material_selection: "cardboard polyester sisal", wishlist_items: 15, cart_items: 13, order_status: "pending", rating: "4.9" },
            { id: 253, user_id: "aa8ed1f1-3341-45ed-b48b-5002f16dc7dc", room_type: "living room", flooring_type: "carpet", material_selection: "paper", wishlist_items: 19, cart_items: 19, order_status: "pending", rating: "4.2" },
            { id: 254, user_id: "b9f42ce1-32a4-48e4-b192-d023cd05e819", room_type: "bedroom", flooring_type: "tile", material_selection: "cardboard", wishlist_items: 1, cart_items: 14, order_status: "completed", rating: "3.3" },
            { id: 255, user_id: "325b339a-4d6e-44d2-bef9-d9b104b2feab", room_type: "dining room", flooring_type: "hardwood", material_selection: "fabric cherry", wishlist_items: 2, cart_items: 16, order_status: "completed", rating: "5.0" },
            { id: 256, user_id: "da4adbd5-5375-43c8-8cd9-cc9d3488a16a", room_type: "living room", flooring_type: "hardwood", material_selection: "glass", wishlist_items: 12, cart_items: 8, order_status: "pending", rating: "3.5" },
            { id: 257, user_id: "26172e7a-e387-48e1-8b7f-fffa46ca5a43", room_type: "bathroom", flooring_type: "hardwood", material_selection: "polypropylene", wishlist_items: 18, cart_items: 9, order_status: "completed", rating: "1.8" },
            { id: 258, user_id: "20748928-bdd0-4b0b-b7e5-e4cebae998b1", room_type: "living room", flooring_type: "laminate", material_selection: "granite rattan zinc", wishlist_items: 11, cart_items: 1, order_status: "cancelled", rating: "4.9" },
            { id: 259, user_id: "3db34335-cae6-48f3-a5f7-4f929a379d29", room_type: "kitchen", flooring_type: "tile", material_selection: "cherry", wishlist_items: 2, cart_items: 11, order_status: "pending", rating: "2.7" },
            { id: 260, user_id: "d4cab329-ee02-4011-8ccd-3ef166c3ba43", room_type: "kitchen", flooring_type: "hardwood", material_selection: "granite leather canvas", wishlist_items: 13, cart_items: 17, order_status: "cancelled", rating: "5.0" },
            { id: 261, user_id: "6d37168f-da86-485e-915d-761dea9f3dfa", room_type: "living room", flooring_type: "hardwood", material_selection: "fabric wood", wishlist_items: 1, cart_items: 0, order_status: "completed", rating: "1.8" },
            { id: 262, user_id: "b0b7f708-9423-4b52-8fef-a7b5fff114f0", room_type: "bathroom", flooring_type: "laminate", material_selection: "fabric teak resin", wishlist_items: 1, cart_items: 10, order_status: "pending", rating: "2.9" },
            { id: 263, user_id: "28de7ecb-f9a9-45fb-a968-61abe2724d23", room_type: "bedroom", flooring_type: "hardwood", material_selection: "rubber sisal fiberglass", wishlist_items: 10, cart_items: 18, order_status: "pending", rating: "1.6" },
            { id: 264, user_id: "6cda4c42-c968-45b8-93d4-1ae874cd7d31", room_type: "dining room", flooring_type: "carpet", material_selection: "silk tweed cherry", wishlist_items: 9, cart_items: 14, order_status: "completed", rating: "1.6" },
            { id: 265, user_id: "ceedc626-795e-481c-b6ab-c7533449440c", room_type: "dining room", flooring_type: "hardwood", material_selection: "canvas resin leather", wishlist_items: 12, cart_items: 1, order_status: "pending", rating: "2.0" },
            { id: 266, user_id: "a58772c7-2423-4a68-a916-e5427dc862d4", room_type: "bedroom", flooring_type: "hardwood", material_selection: "pewter", wishlist_items: 7, cart_items: 17, order_status: "pending", rating: "5.0" },
            { id: 267, user_id: "7dd3ecf8-3161-4a5b-963f-fb9883dfd287", room_type: "living room", flooring_type: "laminate", material_selection: "sisal", wishlist_items: 15, cart_items: 19, order_status: "pending", rating: "4.7" },
            { id: 268, user_id: "95457ead-874a-4ee2-9243-5a2c6a39074d", room_type: "living room", flooring_type: "hardwood", material_selection: "titanium canvas", wishlist_items: 14, cart_items: 11, order_status: "pending", rating: "2.5" },
            { id: 269, user_id: "b3b91716-13c5-4d88-9edd-a2583e31f6e5", room_type: "bathroom", flooring_type: "hardwood", material_selection: "vinyl marble", wishlist_items: 10, cart_items: 17, order_status: "pending", rating: "4.9" },
            { id: 270, user_id: "b53fbbed-80ac-429b-80af-8f9fdb372ba2", room_type: "bathroom", flooring_type: "hardwood", material_selection: "silk", wishlist_items: 15, cart_items: 12, order_status: "pending", rating: "3.1" },
            { id: 271, user_id: "4092e4d2-3d6f-4d14-897b-b25fb2b5e24f", room_type: "dining room", flooring_type: "tile", material_selection: "acrylic", wishlist_items: 7, cart_items: 13, order_status: "pending", rating: "3.8" },
            { id: 272, user_id: "f3c64e3a-cf97-43c9-8f39-766e398a21bb", room_type: "bedroom", flooring_type: "hardwood", material_selection: "glass polypropylene teak", wishlist_items: 10, cart_items: 8, order_status: "pending", rating: "4.5" },
            { id: 273, user_id: "1f61a63d-4a3a-428a-8b5d-839ca2ef6465", room_type: "bathroom", flooring_type: "hardwood", material_selection: "birch leather copper", wishlist_items: 9, cart_items: 8, order_status: "pending", rating: "3.9" },
            { id: 274, user_id: "a204c290-524d-4c67-a059-323a5312d1ac", room_type: "bathroom", flooring_type: "hardwood", material_selection: "silk polypropylene aluminum", wishlist_items: 5, cart_items: 4, order_status: "pending", rating: "4.9" },
            { id: 275, user_id: "51542249-8d36-4498-b809-3e971fea9593", room_type: "living room", flooring_type: "hardwood", material_selection: "silk", wishlist_items: 17, cart_items: 18, order_status: "completed", rating: "4.9" },
            { id: 276, user_id: "1815f9a9-0eb9-489d-9b2d-9d7036d05716", room_type: "living room", flooring_type: "hardwood", material_selection: "copper", wishlist_items: 3, cart_items: 15, order_status: "cancelled", rating: "3.9" },
            { id: 277, user_id: "867a3aaf-6363-4e3a-9097-8dfdf1828083", room_type: "living room", flooring_type: "laminate", material_selection: "synthetic wood", wishlist_items: 10, cart_items: 4, order_status: "completed", rating: "4.8" },
            { id: 278, user_id: "9c21d375-3556-40eb-aaf4-99dacdb9b6a6", room_type: "office", flooring_type: "carpet", material_selection: "fiberglass", wishlist_items: 14, cart_items: 11, order_status: "completed", rating: "5.0" },
            { id: 279, user_id: "07b404b1-88bf-4f18-9387-825cf51a50af", room_type: "kitchen", flooring_type: "tile", material_selection: "fiberglass ash", wishlist_items: 14, cart_items: 5, order_status: "completed", rating: "4.0" },
            { id: 280, user_id: "313d5981-e26b-4dfb-be9c-c2cf482103d3", room_type: "bedroom", flooring_type: "hardwood", material_selection: "sisal", wishlist_items: 16, cart_items: 11, order_status: "pending", rating: "2.8" },
            { id: 281, user_id: "1928f2b8-01c1-4704-9363-10075708b71a", room_type: "bathroom", flooring_type: "hardwood", material_selection: "cherry jute textile", wishlist_items: 2, cart_items: 13, order_status: "pending", rating: "5.0" },
            { id: 282, user_id: "37f1e4d3-8e19-472f-b77f-9bf4eac0ac23", room_type: "dining room", flooring_type: "tile", material_selection: "textile", wishlist_items: 6, cart_items: 16, order_status: "pending", rating: "3.1" },
            { id: 283, user_id: "ec739930-16a5-4702-89a7-26afee901c39", room_type: "kitchen", flooring_type: "carpet", material_selection: "jute foam", wishlist_items: 15, cart_items: 18, order_status: "pending", rating: "4.6" },
            { id: 284, user_id: "8ba8e893-a07d-495d-9dbc-b1f62bf0d58a", room_type: "living room", flooring_type: "hardwood", material_selection: "bamboo", wishlist_items: 8, cart_items: 2, order_status: "pending", rating: "4.0" },
            { id: 285, user_id: "e735fc29-ebce-4585-9ac8-1ed543d64ade", room_type: "living room", flooring_type: "hardwood", material_selection: "rattan acrylic", wishlist_items: 9, cart_items: 19, order_status: "cancelled", rating: "4.7" },
            { id: 286, user_id: "29379b75-35de-4621-b72c-ee96cd62b817", room_type: "living room", flooring_type: "hardwood", material_selection: "pewter", wishlist_items: 8, cart_items: 13, order_status: "completed", rating: "3.6" },
            { id: 287, user_id: "49fbd9e8-f58e-47c6-ba75-7244136b52f9", room_type: "bedroom", flooring_type: "hardwood", material_selection: "oak burlap", wishlist_items: 8, cart_items: 0, order_status: "pending", rating: "1.6" },
            { id: 288, user_id: "75e3ecc7-bf8b-4858-9472-a0c77304cd7c", room_type: "bathroom", flooring_type: "hardwood", material_selection: "wood tweed linen", wishlist_items: 15, cart_items: 19, order_status: "cancelled", rating: "4.8" },
            { id: 289, user_id: "2bf18365-8677-4fc0-94e3-104d2f61db3c", room_type: "bedroom", flooring_type: "tile", material_selection: "mosaic leather cardboard", wishlist_items: 7, cart_items: 7, order_status: "pending", rating: "3.3" },
            { id: 290, user_id: "6f411a23-37f0-4c94-a45c-1f21bea247f0", room_type: "bedroom", flooring_type: "hardwood", material_selection: "cardboard mahogany burlap", wishlist_items: 16, cart_items: 8, order_status: "pending", rating: "5.0" },
            { id: 291, user_id: "112181ae-721f-4cc0-bbcf-cf468377406b", room_type: "bathroom", flooring_type: "tile", material_selection: "birch polyester copper", wishlist_items: 17, cart_items: 12, order_status: "pending", rating: "1.1" },
            { id: 292, user_id: "b46feca2-c051-460f-afe9-299fac56f3ce", room_type: "dining room", flooring_type: "hardwood", material_selection: "wool jute", wishlist_items: 7, cart_items: 5, order_status: "pending", rating: "4.1" },
            { id: 293, user_id: "cb4b4285-f4c4-4c8b-b9e4-0f985ed3ecf1", room_type: "kitchen", flooring_type: "carpet", material_selection: "foam", wishlist_items: 6, cart_items: 5, order_status: "completed", rating: "4.3" },
            { id: 294, user_id: "c23d29d5-e521-4f94-994c-05891119fcb0", room_type: "office", flooring_type: "hardwood", material_selection: "rubber oak wood", wishlist_items: 11, cart_items: 17, order_status: "completed", rating: "4.5" },
            { id: 295, user_id: "fe530701-e652-4cd5-8d63-fa5cd3922008", room_type: "living room", flooring_type: "hardwood", material_selection: "copper leather", wishlist_items: 4, cart_items: 16, order_status: "cancelled", rating: "1.5" },
            { id: 296, user_id: "60774f67-680e-4f41-ae38-470a20234380", room_type: "bedroom", flooring_type: "hardwood", material_selection: "plastic", wishlist_items: 15, cart_items: 2, order_status: "pending", rating: "5.0" },
            { id: 297, user_id: "2ac56907-ab8c-450e-8fd4-812c16706806", room_type: "bathroom", flooring_type: "carpet", material_selection: "polyester composite jute", wishlist_items: 19, cart_items: 16, order_status: "cancelled", rating: "5.0" },
            { id: 298, user_id: "624438e4-0075-4ad4-a7f4-3c456b40166c", room_type: "living room", flooring_type: "hardwood", material_selection: "metal polyester", wishlist_items: 15, cart_items: 16, order_status: "pending", rating: "5.0" },
            { id: 299, user_id: "7c17006a-a44b-4a54-a1c1-93a7ab09bed5", room_type: "bathroom", flooring_type: "carpet", material_selection: "paper canvas polyester", wishlist_items: 19, cart_items: 11, order_status: "completed", rating: "4.3" },
            { id: 300, user_id: "9a6c24c2-6ef4-46a2-9751-ee98a4786689", room_type: "office", flooring_type: "tile", material_selection: "aluminum vinyl wood", wishlist_items: 1, cart_items: 3, order_status: "pending", rating: "2.8" },
            { id: 301, user_id: "04abdc75-055b-4087-8997-1657e1b8751d", room_type: "bedroom", flooring_type: "tile", material_selection: "burlap copper sisal", wishlist_items: 13, cart_items: 6, order_status: "pending", rating: "1.3" },
            { id: 302, user_id: "6ddbf799-ddc3-45bf-b1da-29cae255d1dd", room_type: "living room", flooring_type: "carpet", material_selection: "concrete zinc", wishlist_items: 19, cart_items: 17, order_status: "pending", rating: "3.6" },
            { id: 303, user_id: "7537b754-19c7-44fd-81cf-55922d4cdd94", room_type: "kitchen", flooring_type: "carpet", material_selection: "acrylic copper stone", wishlist_items: 4, cart_items: 13, order_status: "pending", rating: "5.0" },
            { id: 304, user_id: "1211bc70-1236-44d6-b13c-5d44f9ff95bb", room_type: "bathroom", flooring_type: "hardwood", material_selection: "vinyl", wishlist_items: 18, cart_items: 6, order_status: "pending", rating: "5.0" },
            { id: 305, user_id: "49bd280b-9a0a-48e5-ac79-96bcfd98b12b", room_type: "bathroom", flooring_type: "carpet", material_selection: "metal", wishlist_items: 8, cart_items: 5, order_status: "pending", rating: "5.0" },
            { id: 306, user_id: "2c877794-b52b-406c-93b4-e576bab6ce45", room_type: "bathroom", flooring_type: "hardwood", material_selection: "rubber", wishlist_items: 8, cart_items: 16, order_status: "completed", rating: "4.2" },
            { id: 307, user_id: "971a013f-01a7-4d77-8cab-9dde90729799", room_type: "bedroom", flooring_type: "hardwood", material_selection: "burlap rubber", wishlist_items: 14, cart_items: 12, order_status: "pending", rating: "3.3" },
            { id: 308, user_id: "a0946837-599d-4372-a962-3676066d3572", room_type: "office", flooring_type: "carpet", material_selection: "polyester paper", wishlist_items: 16, cart_items: 15, order_status: "pending", rating: "4.1" },
            { id: 309, user_id: "47a0c0b2-32f0-4024-af92-c45bfa4d0fb2", room_type: "bathroom", flooring_type: "hardwood", material_selection: "zinc", wishlist_items: 1, cart_items: 14, order_status: "pending", rating: "4.7" },
            { id: 310, user_id: "8ffd40f9-0f74-4624-abc5-6db6ea0b686f", room_type: "bathroom", flooring_type: "tile", material_selection: "mahogany pewter natural", wishlist_items: 0, cart_items: 8, order_status: "pending", rating: "4.8" },
            { id: 311, user_id: "ea4c7834-d7be-4bab-a0e7-559d4b68f31c", room_type: "bathroom", flooring_type: "tile", material_selection: "wool zinc", wishlist_items: 4, cart_items: 8, order_status: "pending", rating: "4.6" },
            { id: 312, user_id: "db846bef-04ad-4397-9280-e184d2fb767b", room_type: "living room", flooring_type: "laminate", material_selection: "ceramic plastic", wishlist_items: 18, cart_items: 18, order_status: "completed", rating: "5.0" },
            { id: 313, user_id: "f07511ca-a028-4530-8092-80abe1f86c27", room_type: "bedroom", flooring_type: "hardwood", material_selection: "fabric", wishlist_items: 12, cart_items: 12, order_status: "completed", rating: "4.4" },
            { id: 314, user_id: "54346f5c-6683-4297-8acd-1b177a48b287", room_type: "dining room", flooring_type: "hardwood", material_selection: "mahogany leather", wishlist_items: 11, cart_items: 16, order_status: "completed", rating: "3.8" },
            { id: 315, user_id: "0a1669e8-b2c3-4a51-8ff8-371b261b3a13", room_type: "kitchen", flooring_type: "hardwood", material_selection: "aluminum fabric foam", wishlist_items: 7, cart_items: 17, order_status: "pending", rating: "3.8" },
            { id: 316, user_id: "bcedfebf-f5e2-435b-b4a1-ced6a8a30973", room_type: "kitchen", flooring_type: "hardwood", material_selection: "natural teak polyester", wishlist_items: 16, cart_items: 2, order_status: "pending", rating: "2.0" },
            { id: 317, user_id: "caeacd91-7f86-41ca-8e0b-824e793be5bc", room_type: "kitchen", flooring_type: "hardwood", material_selection: "composite natural marble", wishlist_items: 15, cart_items: 17, order_status: "pending", rating: "4.7" },
            { id: 318, user_id: "38a27f97-8bf5-4cfb-ae32-8a5c95e74bcd", room_type: "living room", flooring_type: "carpet", material_selection: "rubber", wishlist_items: 12, cart_items: 2, order_status: "pending", rating: "5.0" },
            { id: 319, user_id: "9ebce5f4-86fb-4e18-b383-cd94ff005a55", room_type: "bedroom", flooring_type: "carpet", material_selection: "fiberglass polypropylene", wishlist_items: 12, cart_items: 18, order_status: "pending", rating: "3.0" },
            { id: 320, user_id: "bd41bbbe-e94e-4f93-a8f9-b540263fe46a", room_type: "office", flooring_type: "carpet", material_selection: "foam composite bamboo", wishlist_items: 3, cart_items: 9, order_status: "pending", rating: "4.1" },
            { id: 321, user_id: "854de430-b87f-4b58-9d52-a9b4229b3ee8", room_type: "kitchen", flooring_type: "hardwood", material_selection: "cardboard", wishlist_items: 16, cart_items: 3, order_status: "pending", rating: "3.7" },
            { id: 322, user_id: "fea2f51f-ccf8-4541-865d-7031d440c863", room_type: "bedroom", flooring_type: "hardwood", material_selection: "cherry stone brass", wishlist_items: 8, cart_items: 17, order_status: "pending", rating: "1.4" },
            { id: 323, user_id: "ef3637b4-c37b-4f1e-8228-a404c3278a93", room_type: "kitchen", flooring_type: "hardwood", material_selection: "velvet cotton", wishlist_items: 7, cart_items: 9, order_status: "pending", rating: "4.6" },
            { id: 324, user_id: "b51860e6-5f6e-4b38-95af-5d03640d3a24", room_type: "bathroom", flooring_type: "laminate", material_selection: "mahogany rubber ceramic", wishlist_items: 6, cart_items: 18, order_status: "completed", rating: "3.9" },
            { id: 325, user_id: "0db84cbf-b8a2-4684-9c60-ee9e25724e3e", room_type: "dining room", flooring_type: "hardwood", material_selection: "bamboo jute", wishlist_items: 3, cart_items: 19, order_status: "completed", rating: "4.8" },
            { id: 326, user_id: "602f0c40-7254-4543-afa9-70cab3fb9981", room_type: "kitchen", flooring_type: "carpet", material_selection: "vinyl", wishlist_items: 1, cart_items: 10, order_status: "pending", rating: "2.5" },
            { id: 327, user_id: "aac4217c-b854-4853-85f0-bff46a34edc2", room_type: "living room", flooring_type: "tile", material_selection: "glass granite polyester", wishlist_items: 17, cart_items: 16, order_status: "cancelled", rating: "4.6" },
            { id: 328, user_id: "f1932fbf-3075-4065-ae27-c08891938014", room_type: "kitchen", flooring_type: "hardwood", material_selection: "teak titanium cherry", wishlist_items: 4, cart_items: 6, order_status: "pending", rating: "3.3" },
            { id: 329, user_id: "097240d5-b866-4125-b37b-dcae32812692", room_type: "kitchen", flooring_type: "hardwood", material_selection: "leather pine", wishlist_items: 12, cart_items: 9, order_status: "pending", rating: "1.5" },
            { id: 330, user_id: "8b0db9b2-184a-4e1d-9dbb-c4e309b7b746", room_type: "living room", flooring_type: "hardwood", material_selection: "pine", wishlist_items: 15, cart_items: 17, order_status: "pending", rating: "2.2" },
            { id: 331, user_id: "5e3896c6-b34d-4814-9a66-8b4d8f8f8985", room_type: "living room", flooring_type: "laminate", material_selection: "rubber linen", wishlist_items: 5, cart_items: 16, order_status: "pending", rating: "3.7" },
            { id: 332, user_id: "a274e853-accc-4372-9ed5-56fdd271dd29", room_type: "office", flooring_type: "carpet", material_selection: "acrylic velvet", wishlist_items: 7, cart_items: 20, order_status: "pending", rating: "3.0" },
            { id: 333, user_id: "5c1138f1-699b-4d6a-a9bd-34af373996b6", room_type: "kitchen", flooring_type: "carpet", material_selection: "silk", wishlist_items: 4, cart_items: 13, order_status: "completed", rating: "5.0" },
            { id: 334, user_id: "08aec7bf-83e4-44f2-8cb7-3e4fd76eaab2", room_type: "bedroom", flooring_type: "hardwood", material_selection: "mosaic cardboard", wishlist_items: 14, cart_items: 3, order_status: "completed", rating: "3.2" },
            { id: 335, user_id: "c0df5da3-6d0a-4cc2-b96e-1b86c18a77bb", room_type: "bathroom", flooring_type: "hardwood", material_selection: "leather jute", wishlist_items: 4, cart_items: 17, order_status: "pending", rating: "4.4" },
            { id: 336, user_id: "1b2686a7-2e0c-4040-86c2-959914c252df", room_type: "bathroom", flooring_type: "hardwood", material_selection: "silk", wishlist_items: 8, cart_items: 7, order_status: "pending", rating: "3.5" },
            { id: 337, user_id: "1f62fcf3-3ba7-41e6-8bfb-db51de5c3860", room_type: "living room", flooring_type: "hardwood", material_selection: "polyester titanium zinc", wishlist_items: 7, cart_items: 11, order_status: "pending", rating: "1.9" },
            { id: 338, user_id: "9443ff06-18c2-414c-a628-7bc50fa2a514", room_type: "living room", flooring_type: "hardwood", material_selection: "copper ash", wishlist_items: 12, cart_items: 11, order_status: "pending", rating: "4.3" },
            { id: 339, user_id: "2f94bb97-1280-4496-ae10-bb83884f42f1", room_type: "living room", flooring_type: "hardwood", material_selection: "fabric synthetic", wishlist_items: 8, cart_items: 11, order_status: "pending", rating: "3.3" },
            { id: 340, user_id: "8eedc1d5-0653-49a7-8399-8490957c5525", room_type: "living room", flooring_type: "hardwood", material_selection: "pewter", wishlist_items: 6, cart_items: 18, order_status: "pending", rating: "4.7" },
            { id: 341, user_id: "6453d135-d988-423a-8c9f-d8988fe5c70f", room_type: "bathroom", flooring_type: "tile", material_selection: "bamboo", wishlist_items: 10, cart_items: 6, order_status: "pending", rating: "3.8" },
            { id: 342, user_id: "a1e356f4-1e76-4e62-a1b2-7817d5bdb1a3", room_type: "bedroom", flooring_type: "hardwood", material_selection: "ash stone oak", wishlist_items: 5, cart_items: 8, order_status: "pending", rating: "1.4" },
            { id: 343, user_id: "18740dde-042a-4edc-9a1b-eb0256fe7426", room_type: "bathroom", flooring_type: "hardwood", material_selection: "mahogany velvet", wishlist_items: 12, cart_items: 7, order_status: "pending", rating: "4.8" },
            { id: 344, user_id: "9256bdea-132b-4d79-a10e-7f5d141bb143", room_type: "living room", flooring_type: "hardwood", material_selection: "resin", wishlist_items: 3, cart_items: 7, order_status: "pending", rating: "3.1" },
            { id: 345, user_id: "72f2bdb6-d72f-4221-89fa-e6bbec33dff7", room_type: "kitchen", flooring_type: "laminate", material_selection: "marble maple plastic", wishlist_items: 2, cart_items: 9, order_status: "pending", rating: "4.3" },
            { id: 346, user_id: "3c9d8164-512b-46d6-bc36-63c77f774b3a", room_type: "bedroom", flooring_type: "carpet", material_selection: "cardboard plaster bamboo", wishlist_items: 10, cart_items: 16, order_status: "pending", rating: "2.5" },
            { id: 347, user_id: "267869ef-7b0f-434b-b8a8-fd1bdfa82591", room_type: "bedroom", flooring_type: "hardwood", material_selection: "foam wool", wishlist_items: 10, cart_items: 20, order_status: "pending", rating: "2.8" },
            { id: 348, user_id: "ca7b6bcf-6b2a-491a-8e59-a9328cc79169", room_type: "kitchen", flooring_type: "hardwood", material_selection: "plaster rattan", wishlist_items: 6, cart_items: 8, order_status: "pending", rating: "4.2" },
            { id: 349, user_id: "7c6dc9e9-16b9-4904-baa6-32ead20ecd78", room_type: "bedroom", flooring_type: "hardwood", material_selection: "walnut", wishlist_items: 2, cart_items: 17, order_status: "pending", rating: "1.8" },
            { id: 350, user_id: "dccf1ce8-c7e5-4143-aa82-02ec1ec9b370", room_type: "office", flooring_type: "carpet", material_selection: "sisal", wishlist_items: 12, cart_items: 11, order_status: "completed", rating: "2.7" },
            { id: 351, user_id: "cbe0f94b-a5d4-41a8-a176-1ff319055c56", room_type: "bedroom", flooring_type: "carpet", material_selection: "walnut resin aluminum", wishlist_items: 8, cart_items: 17, order_status: "completed", rating: "4.0" },
            { id: 352, user_id: "27ee6162-0c05-4373-9bc2-f1aacd5425e9", room_type: "living room", flooring_type: "hardwood", material_selection: "paper copper", wishlist_items: 10, cart_items: 1, order_status: "pending", rating: "3.4" },
            { id: 353, user_id: "a0392273-5e01-4548-9277-ca304216e97e", room_type: "bedroom", flooring_type: "carpet", material_selection: "titanium copper ash", wishlist_items: 2, cart_items: 5, order_status: "pending", rating: "5.0" },
            { id: 354, user_id: "0977d4e9-4ecc-44cc-9b80-cd230641fcbd", room_type: "kitchen", flooring_type: "hardwood", material_selection: "mahogany", wishlist_items: 11, cart_items: 0, order_status: "pending", rating: "2.6" },
            { id: 355, user_id: "b5fc5f79-a477-4be6-8837-911d908cf687", room_type: "bedroom", flooring_type: "carpet", material_selection: "acrylic wood pine", wishlist_items: 11, cart_items: 13, order_status: "pending", rating: "4.9" },
            { id: 356, user_id: "b9ae80ce-2e05-4da7-be48-25bd20276259", room_type: "bedroom", flooring_type: "tile", material_selection: "silk", wishlist_items: 14, cart_items: 19, order_status: "completed", rating: "5.0" },
            { id: 357, user_id: "7645e656-0280-4635-be79-bfe7c5e84219", room_type: "living room", flooring_type: "carpet", material_selection: "sisal linen mosaic", wishlist_items: 16, cart_items: 16, order_status: "pending", rating: "4.9" },
            { id: 358, user_id: "a7078e26-168d-4bf8-8def-7a3e74f9624b", room_type: "kitchen", flooring_type: "hardwood", material_selection: "zinc", wishlist_items: 11, cart_items: 1, order_status: "pending", rating: "1.7" },
            { id: 359, user_id: "7d759d60-e05f-4139-87fa-457785347b1f", room_type: "bedroom", flooring_type: "tile", material_selection: "cherry", wishlist_items: 14, cart_items: 2, order_status: "completed", rating: "4.9" },
            { id: 360, user_id: "64de6009-d523-4c26-a127-fa865764c4bc", room_type: "bedroom", flooring_type: "carpet", material_selection: "cotton", wishlist_items: 11, cart_items: 18, order_status: "cancelled", rating: "5.0" },
            { id: 361, user_id: "c6d4210f-255d-49a0-9687-6008f7b86937", room_type: "office", flooring_type: "hardwood", material_selection: "natural textile", wishlist_items: 4, cart_items: 6, order_status: "pending", rating: "4.9" },
            { id: 362, user_id: "8beae8f9-575f-41fc-82c7-200f542281b4", room_type: "living room", flooring_type: "hardwood", material_selection: "wood", wishlist_items: 12, cart_items: 0, order_status: "pending", rating: "4.6" },
            { id: 363, user_id: "5fd1cf32-5645-4273-b67d-439665ae4ae4", room_type: "living room", flooring_type: "tile", material_selection: "composite plaster resin", wishlist_items: 7, cart_items: 11, order_status: "completed", rating: "1.1" },
            { id: 364, user_id: "e52023a8-d961-4354-9aa6-b4b1da462184", room_type: "bedroom", flooring_type: "hardwood", material_selection: "canvas ash foam", wishlist_items: 1, cart_items: 9, order_status: "pending", rating: "5.0" },
            { id: 365, user_id: "4afd7593-f8f7-4505-a87f-f2db1d06ac91", room_type: "living room", flooring_type: "carpet", material_selection: "granite plaster plastic", wishlist_items: 11, cart_items: 13, order_status: "completed", rating: "5.0" },
            { id: 366, user_id: "72e396f7-fafc-4be9-a701-e49a439552bb", room_type: "office", flooring_type: "hardwood", material_selection: "rattan", wishlist_items: 9, cart_items: 13, order_status: "pending", rating: "4.9" },
            { id: 367, user_id: "20a4683b-2a02-471b-b569-48fe3ad55583", room_type: "bathroom", flooring_type: "hardwood", material_selection: "ceramic zinc", wishlist_items: 11, cart_items: 6, order_status: "completed", rating: "4.8" },
            { id: 368, user_id: "7212bb36-c821-4518-ae6a-172317358e0b", room_type: "kitchen", flooring_type: "tile", material_selection: "velvet aluminum canvas", wishlist_items: 3, cart_items: 19, order_status: "pending", rating: "2.0" },
            { id: 369, user_id: "810a6c70-b6b4-40e1-a2e1-da5e96a87c8a", room_type: "bedroom", flooring_type: "hardwood", material_selection: "birch copper metal", wishlist_items: 2, cart_items: 4, order_status: "completed", rating: "4.4" },
            { id: 370, user_id: "4ae70d6d-a209-4c9f-bf4d-16bc64135780", room_type: "living room", flooring_type: "tile", material_selection: "linen", wishlist_items: 14, cart_items: 6, order_status: "pending", rating: "3.5" },
            { id: 371, user_id: "f38591d4-b6fa-40d2-baf7-c3d5e02b3dc3", room_type: "dining room", flooring_type: "hardwood", material_selection: "tweed glass", wishlist_items: 3, cart_items: 2, order_status: "pending", rating: "4.7" },
            { id: 372, user_id: "922a2b5e-5452-49f7-a0da-063b87e884ac", room_type: "bedroom", flooring_type: "hardwood", material_selection: "teak stone foam", wishlist_items: 2, cart_items: 2, order_status: "completed", rating: "1.1" },
            { id: 373, user_id: "d7f1a492-2ab2-470e-8c51-da372015b022", room_type: "living room", flooring_type: "carpet", material_selection: "resin", wishlist_items: 10, cart_items: 9, order_status: "pending", rating: "4.6" },
            { id: 374, user_id: "5d8edbdb-1427-4d0d-adfd-4e9d3ed95589", room_type: "kitchen", flooring_type: "tile", material_selection: "paper vinyl sisal", wishlist_items: 2, cart_items: 14, order_status: "pending", rating: "3.6" },
            { id: 375, user_id: "6ee001e2-f75e-4e45-8e13-73d7a35b16f9", room_type: "bedroom", flooring_type: "hardwood", material_selection: "plastic marble composite", wishlist_items: 10, cart_items: 12, order_status: "pending", rating: "3.9" },
            { id: 376, user_id: "515537a6-ba66-45b6-a010-269d2c2b291f", room_type: "bedroom", flooring_type: "tile", material_selection: "natural", wishlist_items: 4, cart_items: 16, order_status: "completed", rating: "4.8" },
            { id: 377, user_id: "7fc4f93b-c31d-4c9d-8c1d-046c9129633c", room_type: "bedroom", flooring_type: "hardwood", material_selection: "concrete velvet mosaic", wishlist_items: 3, cart_items: 6, order_status: "completed", rating: "2.7" },
            { id: 378, user_id: "f40a27d3-4dc1-4de3-975d-c023ec92dd23", room_type: "living room", flooring_type: "laminate", material_selection: "resin", wishlist_items: 19, cart_items: 4, order_status: "completed", rating: "4.8" },
            { id: 379, user_id: "d8d21fe3-d04f-4246-96d0-000e83e60cdf", room_type: "kitchen", flooring_type: "tile", material_selection: "natural cherry concrete", wishlist_items: 11, cart_items: 11, order_status: "completed", rating: "3.6" },
            { id: 380, user_id: "70ba518e-cb09-4e65-8fdb-9869993ce381", room_type: "dining room", flooring_type: "tile", material_selection: "cardboard leather mosaic", wishlist_items: 2, cart_items: 15, order_status: "pending", rating: "5.0" },
            { id: 381, user_id: "1db09a2a-c4a0-40e2-9958-fa0597ca07c6", room_type: "bedroom", flooring_type: "hardwood", material_selection: "resin plastic", wishlist_items: 0, cart_items: 19, order_status: "pending", rating: "1.6" },
            { id: 382, user_id: "68468ee8-d20b-4131-98ee-15d006dfec83", room_type: "living room", flooring_type: "carpet", material_selection: "bamboo walnut", wishlist_items: 2, cart_items: 17, order_status: "pending", rating: "3.4" },
            { id: 383, user_id: "60bfa9cc-da10-4d59-8d12-9f5e52ff9cb9", room_type: "dining room", flooring_type: "carpet", material_selection: "marble", wishlist_items: 4, cart_items: 8, order_status: "pending", rating: "2.3" },
            { id: 384, user_id: "999aa311-f4db-4ccf-9011-7d332003ffbe", room_type: "living room", flooring_type: "tile", material_selection: "concrete foam resin", wishlist_items: 19, cart_items: 15, order_status: "pending", rating: "4.7" },
            { id: 385, user_id: "3e7ee65d-877b-48f1-88ad-fb4dacb0b2be", room_type: "bedroom", flooring_type: "carpet", material_selection: "burlap", wishlist_items: 10, cart_items: 15, order_status: "pending", rating: "4.9" },
            { id: 386, user_id: "21168ace-dbac-4cda-9754-b7fb7bbf5c7e", room_type: "dining room", flooring_type: "carpet", material_selection: "rubber leather", wishlist_items: 15, cart_items: 10, order_status: "completed", rating: "1.5" },
            { id: 387, user_id: "a384be69-00c6-4204-b35e-0589a648d30a", room_type: "living room", flooring_type: "hardwood", material_selection: "composite velvet", wishlist_items: 14, cart_items: 2, order_status: "pending", rating: "4.7" },
            { id: 388, user_id: "064b9da1-b685-4eda-a671-2442c7b4e267", room_type: "bedroom", flooring_type: "hardwood", material_selection: "mahogany", wishlist_items: 18, cart_items: 11, order_status: "pending", rating: "2.8" },
            { id: 389, user_id: "22047483-4843-4ab0-8fd6-9c490e91e6d5", room_type: "living room", flooring_type: "carpet", material_selection: "metal", wishlist_items: 12, cart_items: 14, order_status: "pending", rating: "3.9" },
            { id: 390, user_id: "f88d8402-a6a5-44f3-8b9c-8350bf87c254", room_type: "bedroom", flooring_type: "tile", material_selection: "wool mosaic", wishlist_items: 10, cart_items: 12, order_status: "pending", rating: "4.4" },
            { id: 391, user_id: "e09e4271-4b0b-4232-9773-563f48e81e47", room_type: "bathroom", flooring_type: "carpet", material_selection: "tweed", wishlist_items: 12, cart_items: 11, order_status: "pending", rating: "4.9" },
            { id: 392, user_id: "a290fde3-389d-4aed-ab38-fe0df2d578e8", room_type: "kitchen", flooring_type: "hardwood", material_selection: "natural textile", wishlist_items: 9, cart_items: 10, order_status: "pending", rating: "1.2" },
            { id: 393, user_id: "eafa84bf-f24e-4857-8955-1dcd5c5ca4cb", room_type: "bedroom", flooring_type: "laminate", material_selection: "concrete polyester", wishlist_items: 6, cart_items: 0, order_status: "completed", rating: "1.9" },
            { id: 394, user_id: "25308178-c28a-4e5f-a686-1e7cff07133e", room_type: "living room", flooring_type: "hardwood", material_selection: "rattan cotton", wishlist_items: 16, cart_items: 2, order_status: "pending", rating: "3.9" },
            { id: 395, user_id: "1924b06b-1efa-401e-b8dd-bb24e737885c", room_type: "kitchen", flooring_type: "tile", material_selection: "ash", wishlist_items: 19, cart_items: 4, order_status: "pending", rating: "3.7" },
            { id: 396, user_id: "55ea05ff-fdc8-4651-b3c4-85a7465e6df1", room_type: "bathroom", flooring_type: "hardwood", material_selection: "silk linen granite", wishlist_items: 2, cart_items: 9, order_status: "pending", rating: "1.6" },
            { id: 397, user_id: "d9696268-fc76-4bdd-9e0d-46989d6f4f51", room_type: "bedroom", flooring_type: "carpet", material_selection: "bamboo velvet", wishlist_items: 15, cart_items: 6, order_status: "pending", rating: "4.8" },
            { id: 398, user_id: "ea17752e-05ba-4270-b74c-b9fe4655e3c9", room_type: "bedroom", flooring_type: "hardwood", material_selection: "vinyl textile sisal", wishlist_items: 2, cart_items: 15, order_status: "pending", rating: "2.8" },
            { id: 399, user_id: "41b36fe5-dc43-4777-b45a-921426cac7d4", room_type: "kitchen", flooring_type: "hardwood", material_selection: "jute", wishlist_items: 12, cart_items: 12, order_status: "cancelled", rating: "4.4" },
            { id: 400, user_id: "52a4371c-25fc-4f85-ab37-b2d70f4ab3c9", room_type: "living room", flooring_type: "hardwood", material_selection: "metal jute silk", wishlist_items: 7, cart_items: 5, order_status: "pending", rating: "4.1" },
            { id: 401, user_id: "dc84743f-5c1e-4a00-bf34-1d11dc089dcf", room_type: "kitchen", flooring_type: "hardwood", material_selection: "resin silk", wishlist_items: 8, cart_items: 16, order_status: "cancelled", rating: "5.0" },
            { id: 402, user_id: "9650416a-28f1-4f2a-ba9f-5b7b456d6e7b", room_type: "bedroom", flooring_type: "hardwood", material_selection: "pewter polypropylene", wishlist_items: 9, cart_items: 13, order_status: "cancelled", rating: "4.6" },
            { id: 403, user_id: "63f7eba2-e317-4d8b-a9bf-9b70a077e76e", room_type: "office", flooring_type: "carpet", material_selection: "linen marble titanium", wishlist_items: 5, cart_items: 19, order_status: "pending", rating: "4.8" },
            { id: 404, user_id: "dee98da5-f5f2-4dd7-a2a5-c88ab693e622", room_type: "living room", flooring_type: "tile", material_selection: "pine wool polypropylene", wishlist_items: 6, cart_items: 16, order_status: "pending", rating: "4.9" },
            { id: 405, user_id: "5dbe878a-736d-48f6-8011-18c6d0a8d144", room_type: "kitchen", flooring_type: "hardwood", material_selection: "teak pewter textile", wishlist_items: 12, cart_items: 12, order_status: "completed", rating: "4.3" },
            { id: 406, user_id: "43e84e25-24d5-4665-b4a4-7d3d2c6d6c1c", room_type: "bedroom", flooring_type: "laminate", material_selection: "mosaic concrete", wishlist_items: 9, cart_items: 20, order_status: "pending", rating: "5.0" },
            { id: 407, user_id: "9854c88b-8df2-44b3-9940-034d9fc43fc6", room_type: "bathroom", flooring_type: "hardwood", material_selection: "granite ceramic", wishlist_items: 16, cart_items: 19, order_status: "cancelled", rating: "3.4" },
            { id: 408, user_id: "035e29b0-4109-40bb-837d-e99a2ee32fc4", room_type: "dining room", flooring_type: "carpet", material_selection: "canvas bamboo acrylic", wishlist_items: 1, cart_items: 19, order_status: "pending", rating: "5.0" },
            { id: 409, user_id: "8f6fd729-3e27-436f-baae-7ef5cd6cce74", room_type: "kitchen", flooring_type: "laminate", material_selection: "polyester acrylic", wishlist_items: 12, cart_items: 17, order_status: "pending", rating: "4.8" },
            { id: 410, user_id: "f9546b93-192e-48dd-a8bc-dfd4d2207767", room_type: "living room", flooring_type: "tile", material_selection: "foam", wishlist_items: 18, cart_items: 5, order_status: "pending", rating: "2.4" },
            { id: 411, user_id: "14eb60ef-a522-47f5-9e90-2dc9a6f99968", room_type: "living room", flooring_type: "hardwood", material_selection: "ceramic plastic sisal", wishlist_items: 2, cart_items: 4, order_status: "completed", rating: "3.8" },
            { id: 412, user_id: "8d03a42b-1ab6-46e1-b4ed-1c2f6a3c4f6e", room_type: "kitchen", flooring_type: "tile", material_selection: "stone marble", wishlist_items: 4, cart_items: 12, order_status: "pending", rating: "4.5" },
            { id: 413, user_id: "b7bfe18e-a9c5-412b-bd3f-23df9bac6e34", room_type: "living room", flooring_type: "carpet", material_selection: "plastic paper", wishlist_items: 2, cart_items: 19, order_status: "pending", rating: "2.9" },
            { id: 414, user_id: "098721be-0ca1-4c75-b71a-7b35bd0a6245", room_type: "living room", flooring_type: "hardwood", material_selection: "brass jute", wishlist_items: 5, cart_items: 18, order_status: "pending", rating: "2.9" },
            { id: 415, user_id: "da8c17f3-b234-4e32-afa8-c3df3ee356e4", room_type: "bathroom", flooring_type: "carpet", material_selection: "synthetic", wishlist_items: 18, cart_items: 4, order_status: "pending", rating: "4.1" },
            { id: 416, user_id: "0f8255a7-d802-44e1-a09a-5b81715473ec", room_type: "living room", flooring_type: "carpet", material_selection: "acrylic", wishlist_items: 5, cart_items: 8, order_status: "completed", rating: "1.5" },
            { id: 417, user_id: "e243e1c5-f07e-4f8e-8fba-f235bd75e5ef", room_type: "kitchen", flooring_type: "hardwood", material_selection: "wood", wishlist_items: 10, cart_items: 17, order_status: "pending", rating: "2.3" },
            { id: 418, user_id: "0e80ff41-dff1-46b5-9d03-3aa543da7041", room_type: "dining room", flooring_type: "carpet", material_selection: "zinc", wishlist_items: 6, cart_items: 1, order_status: "pending", rating: "1.1" },
            { id: 419, user_id: "ee6f8e7c-fb46-434d-888b-513ffbe8dbee", room_type: "living room", flooring_type: "hardwood", material_selection: "stone titanium", wishlist_items: 12, cart_items: 15, order_status: "pending", rating: "1.2" },
            { id: 420, user_id: "c0dcb502-7cc6-45bc-9dbe-39f73a62ca24", room_type: "bathroom", flooring_type: "tile", material_selection: "brass", wishlist_items: 17, cart_items: 6, order_status: "pending", rating: "4.7" },
            { id: 421, user_id: "c8a85533-6da5-4980-b13e-13f12bceedc3", room_type: "living room", flooring_type: "laminate", material_selection: "bamboo granite foam", wishlist_items: 8, cart_items: 1, order_status: "pending", rating: "2.0" },
            { id: 422, user_id: "b58784a2-4343-4d47-9fc5-00a91d6c56db", room_type: "bedroom", flooring_type: "carpet", material_selection: "cherry plaster", wishlist_items: 1, cart_items: 12, order_status: "pending", rating: "2.4" },
            { id: 423, user_id: "7cbb8ab5-35e2-47bb-905e-2b97038fcf24", room_type: "living room", flooring_type: "carpet", material_selection: "marble rubber glass", wishlist_items: 11, cart_items: 12, order_status: "completed", rating: "1.2" },
            { id: 424, user_id: "f0ef86a9-2dbf-41f5-a86a-27770100d34f", room_type: "living room", flooring_type: "hardwood", material_selection: "paper wood", wishlist_items: 10, cart_items: 15, order_status: "cancelled", rating: "3.8" },
            { id: 425, user_id: "d0d56202-dbb6-4260-bebf-7e7407c4e1c5", room_type: "bedroom", flooring_type: "hardwood", material_selection: "stone", wishlist_items: 2, cart_items: 4, order_status: "pending", rating: "2.9" },
            { id: 426, user_id: "d5c3bea5-1a39-4f05-a883-139ecc67c6b9", room_type: "dining room", flooring_type: "tile", material_selection: "mahogany", wishlist_items: 1, cart_items: 3, order_status: "pending", rating: "2.6" },
            { id: 427, user_id: "f1fd25b1-a01d-4a0b-b153-0c10ea127022", room_type: "bathroom", flooring_type: "tile", material_selection: "burlap oak", wishlist_items: 5, cart_items: 8, order_status: "completed", rating: "1.6" },
            { id: 428, user_id: "3b60493f-cad4-48c8-a9fb-af0938406165", room_type: "bedroom", flooring_type: "carpet", material_selection: "polypropylene", wishlist_items: 2, cart_items: 9, order_status: "pending", rating: "2.9" },
            { id: 429, user_id: "ab5faac1-c337-40f8-9881-fabd8acca246", room_type: "bedroom", flooring_type: "laminate", material_selection: "jute teak", wishlist_items: 12, cart_items: 4, order_status: "cancelled", rating: "1.2" },
            { id: 430, user_id: "01071d69-64b2-4bac-bee4-d2a48b2f1fb3", room_type: "bathroom", flooring_type: "laminate", material_selection: "textile polypropylene stone", wishlist_items: 13, cart_items: 17, order_status: "pending", rating: "3.7" },
            { id: 431, user_id: "eab92daf-a37a-4f07-89a2-97dcec7c2dc4", room_type: "living room", flooring_type: "hardwood", material_selection: "mahogany concrete rubber", wishlist_items: 6, cart_items: 3, order_status: "completed", rating: "1.8" },
            { id: 432, user_id: "8595ac60-5dad-4960-9074-fb3838468fd9", room_type: "bedroom", flooring_type: "carpet", material_selection: "marble stone ash", wishlist_items: 1, cart_items: 16, order_status: "pending", rating: "4.9" },
            { id: 433, user_id: "ec97ed17-ac74-4299-b388-8b6592e935b6", room_type: "living room", flooring_type: "hardwood", material_selection: "aluminum synthetic", wishlist_items: 1, cart_items: 15, order_status: "pending", rating: "2.3" },
            { id: 434, user_id: "b7cff25d-2b0b-4fbc-bf99-d42ecc063874", room_type: "living room", flooring_type: "carpet", material_selection: "teak pine", wishlist_items: 13, cart_items: 14, order_status: "cancelled", rating: "4.6" },
            { id: 435, user_id: "f7a1a129-e8e2-47c7-ada9-bff0c3329a89", room_type: "bedroom", flooring_type: "carpet", material_selection: "fabric jute teak", wishlist_items: 1, cart_items: 10, order_status: "completed", rating: "5.0" },
            { id: 436, user_id: "4681db5b-b34d-4592-bf8f-99ce45b1b547", room_type: "bedroom", flooring_type: "hardwood", material_selection: "canvas wool foam", wishlist_items: 7, cart_items: 19, order_status: "pending", rating: "2.9" },
            { id: 437, user_id: "7673b106-e979-489e-bbea-4f1394d81b90", room_type: "living room", flooring_type: "hardwood", material_selection: "canvas", wishlist_items: 1, cart_items: 7, order_status: "pending", rating: "3.5" },
            { id: 438, user_id: "bf6e4ee7-ee89-4ad7-ac25-09b5cdd26c3e", room_type: "kitchen", flooring_type: "hardwood", material_selection: "composite mosaic teak", wishlist_items: 18, cart_items: 4, order_status: "completed", rating: "1.5" },
            { id: 439, user_id: "8c92a38f-fbae-4785-af4d-7a5f134ac208", room_type: "office", flooring_type: "hardwood", material_selection: "canvas pine aluminum", wishlist_items: 6, cart_items: 12, order_status: "pending", rating: "2.5" },
            { id: 440, user_id: "e26fa966-08ab-4517-94e6-c1fc0b1251a3", room_type: "office", flooring_type: "hardwood", material_selection: "cherry vinyl", wishlist_items: 0, cart_items: 7, order_status: "pending", rating: "4.5" },
            { id: 441, user_id: "c3514c09-76fe-44ef-bbf8-0d0a2d2474c2", room_type: "bathroom", flooring_type: "laminate", material_selection: "sisal zinc", wishlist_items: 13, cart_items: 3, order_status: "pending", rating: "2.8" },
            { id: 442, user_id: "59d0a2ae-1eb3-444f-bdeb-86e6f7e14d6b", room_type: "dining room", flooring_type: "hardwood", material_selection: "acrylic pewter", wishlist_items: 11, cart_items: 1, order_status: "pending", rating: "3.7" },
            { id: 443, user_id: "eebdf4e4-96b3-42b6-8998-4419e6f84774", room_type: "bedroom", flooring_type: "hardwood", material_selection: "copper", wishlist_items: 2, cart_items: 20, order_status: "pending", rating: "3.8" },
            { id: 444, user_id: "5fc4b0fa-c8e6-4228-9bc3-dd895bcd043e", room_type: "living room", flooring_type: "carpet", material_selection: "marble natural", wishlist_items: 13, cart_items: 9, order_status: "cancelled", rating: "4.1" },
            { id: 445, user_id: "d6fd6c50-9057-47c1-ac7a-e085955e83de", room_type: "dining room", flooring_type: "tile", material_selection: "composite ash", wishlist_items: 2, cart_items: 1, order_status: "pending", rating: "2.9" },
            { id: 446, user_id: "b071e7a0-2629-4b66-b40a-69ba448aa781", room_type: "living room", flooring_type: "carpet", material_selection: "mosaic canvas", wishlist_items: 0, cart_items: 9, order_status: "pending", rating: "5.0" },
            { id: 447, user_id: "ee2911f7-5377-4139-8105-e805f78ee973", room_type: "kitchen", flooring_type: "tile", material_selection: "leather mahogany velvet", wishlist_items: 3, cart_items: 13, order_status: "cancelled", rating: "4.7" },
            { id: 448, user_id: "4036423f-8dff-4b3e-b8d8-93acce3e513b", room_type: "bedroom", flooring_type: "tile", material_selection: "concrete oak", wishlist_items: 12, cart_items: 11, order_status: "pending", rating: "5.0" },
            { id: 449, user_id: "c29baedb-7207-43d3-b62a-701fdc914d0c", room_type: "office", flooring_type: "hardwood", material_selection: "zinc", wishlist_items: 17, cart_items: 11, order_status: "pending", rating: "4.3" },
            { id: 450, user_id: "6cd25ebb-95ec-470f-af6c-f86a24b6ee20", room_type: "living room", flooring_type: "hardwood", material_selection: "metal wool", wishlist_items: 5, cart_items: 19, order_status: "cancelled", rating: "4.7" },
            { id: 451, user_id: "b0add8ac-e4f7-4ba0-b331-80b02848b9c2", room_type: "bedroom", flooring_type: "hardwood", material_selection: "bamboo", wishlist_items: 6, cart_items: 4, order_status: "pending", rating: "3.6" },
            { id: 452, user_id: "446ebb61-ed4d-4b62-b611-58c1f0098f0b", room_type: "kitchen", flooring_type: "hardwood", material_selection: "rattan", wishlist_items: 15, cart_items: 5, order_status: "pending", rating: "1.9" },
            { id: 453, user_id: "a6a191d3-4e32-4cf3-b1eb-4675cc464f01", room_type: "living room", flooring_type: "hardwood", material_selection: "rattan composite", wishlist_items: 0, cart_items: 19, order_status: "pending", rating: "5.0" },
            { id: 454, user_id: "98d7ee9a-cf82-4f02-b8e2-0401048bff46", room_type: "dining room", flooring_type: "carpet", material_selection: "foam", wishlist_items: 17, cart_items: 0, order_status: "pending", rating: "3.8" },
            { id: 455, user_id: "76db1322-369e-4179-86d7-7ceaba0f6fa8", room_type: "bedroom", flooring_type: "hardwood", material_selection: "mosaic", wishlist_items: 3, cart_items: 6, order_status: "cancelled", rating: "3.4" },
            { id: 456, user_id: "51d502c2-0c34-4ac1-80e6-c7323a1b3d25", room_type: "bathroom", flooring_type: "carpet", material_selection: "cardboard jute linen", wishlist_items: 5, cart_items: 20, order_status: "pending", rating: "3.8" },
            { id: 457, user_id: "e512148e-2836-4417-8303-9df4d3003218", room_type: "bedroom", flooring_type: "hardwood", material_selection: "stone maple linen", wishlist_items: 12, cart_items: 17, order_status: "completed", rating: "2.6" },
            { id: 458, user_id: "3b1c45d3-41b7-457a-93ed-1dc24cc43c34", room_type: "kitchen", flooring_type: "hardwood", material_selection: "acrylic copper sisal", wishlist_items: 19, cart_items: 17, order_status: "pending", rating: "3.6" },
            { id: 459, user_id: "8e986f96-06ca-40de-bb82-7277913f1489", room_type: "bedroom", flooring_type: "tile", material_selection: "granite cotton", wishlist_items: 16, cart_items: 16, order_status: "pending", rating: "4.9" },
            { id: 460, user_id: "0ab1260f-6d76-423d-bcef-843008e41526", room_type: "office", flooring_type: "hardwood", material_selection: "cotton jute", wishlist_items: 4, cart_items: 14, order_status: "pending", rating: "1.1" },
            { id: 461, user_id: "c5ad8068-b8bb-4fb2-8ddb-c6ffb55480e9", room_type: "living room", flooring_type: "laminate", material_selection: "metal mahogany textile", wishlist_items: 10, cart_items: 8, order_status: "pending", rating: "1.5" },
            { id: 462, user_id: "a345b522-f0bd-42a7-aeef-be337b63e851", room_type: "living room", flooring_type: "hardwood", material_selection: "tweed wool", wishlist_items: 19, cart_items: 14, order_status: "pending", rating: "4.7" },
            { id: 463, user_id: "cefbcc78-6d34-41da-aef9-5217709ea1cd", room_type: "kitchen", flooring_type: "carpet", material_selection: "silk paper resin", wishlist_items: 9, cart_items: 18, order_status: "pending", rating: "5.0" },
            { id: 464, user_id: "6a681936-508a-48a9-9eab-1e506ff9e2de", room_type: "kitchen", flooring_type: "carpet", material_selection: "polyester", wishlist_items: 10, cart_items: 18, order_status: "completed", rating: "4.2" },
            { id: 465, user_id: "02ce2061-b31b-4957-ba23-b1eb130ceb5c", room_type: "kitchen", flooring_type: "hardwood", material_selection: "aluminum pine", wishlist_items: 11, cart_items: 17, order_status: "pending", rating: "2.4" },
            { id: 466, user_id: "b848d8e6-3b4e-473d-b9ef-f7da4f49e49d", room_type: "office", flooring_type: "hardwood", material_selection: "copper ash bamboo", wishlist_items: 8, cart_items: 9, order_status: "pending", rating: "2.4" },
            { id: 467, user_id: "a3c66047-e98d-428c-ac27-2c9964eac483", room_type: "kitchen", flooring_type: "hardwood", material_selection: "canvas", wishlist_items: 9, cart_items: 0, order_status: "completed", rating: "4.9" },
            { id: 468, user_id: "a2d2197c-3ede-4497-9258-88ee3da78a8c", room_type: "bathroom", flooring_type: "hardwood", material_selection: "granite ceramic", wishlist_items: 7, cart_items: 9, order_status: "pending", rating: "2.6" },
            { id: 469, user_id: "a83ccfb7-6ca9-4698-90e7-115a44d85b02", room_type: "bedroom", flooring_type: "hardwood", material_selection: "aluminum fabric birch", wishlist_items: 2, cart_items: 16, order_status: "pending", rating: "4.5" },
            { id: 470, user_id: "29c83d2b-d6ee-447c-a695-9cde222f9536", room_type: "bedroom", flooring_type: "carpet", material_selection: "oak vinyl resin", wishlist_items: 19, cart_items: 6, order_status: "pending", rating: "3.7" },
            { id: 471, user_id: "037627ff-6e17-4a9d-a283-06532eb9b25f", room_type: "living room", flooring_type: "hardwood", material_selection: "cardboard silk", wishlist_items: 11, cart_items: 18, order_status: "completed", rating: "3.7" },
            { id: 472, user_id: "2fe17bb6-eb42-4fe3-a0ae-04ede097fb9e", room_type: "bedroom", flooring_type: "hardwood", material_selection: "plaster", wishlist_items: 11, cart_items: 7, order_status: "pending", rating: "2.3" },
            { id: 473, user_id: "14a972d4-4240-447d-a2b8-b62e8ac6181c", room_type: "bathroom", flooring_type: "carpet", material_selection: "paper rubber canvas", wishlist_items: 14, cart_items: 7, order_status: "pending", rating: "2.1" },
            { id: 474, user_id: "9980d1c8-cf96-40b3-80e6-30f8395dc183", room_type: "living room", flooring_type: "laminate", material_selection: "linen vinyl", wishlist_items: 7, cart_items: 1, order_status: "completed", rating: "2.3" },
            { id: 475, user_id: "efffb6c1-e634-40f9-97d8-a3929eec36a3", room_type: "living room", flooring_type: "hardwood", material_selection: "jute oak synthetic", wishlist_items: 1, cart_items: 16, order_status: "pending", rating: "4.9" },
            { id: 476, user_id: "b44a9b76-db23-4c1a-b80c-9652083997c8", room_type: "living room", flooring_type: "hardwood", material_selection: "silk granite linen", wishlist_items: 9, cart_items: 14, order_status: "cancelled", rating: "3.8" },
            { id: 477, user_id: "ab5f41a0-ddbc-4440-9952-74fe372376f0", room_type: "bathroom", flooring_type: "hardwood", material_selection: "linen titanium polypropylene", wishlist_items: 12, cart_items: 6, order_status: "completed", rating: "3.2" },
            { id: 478, user_id: "c7a9c36d-5699-4371-be44-de4b73c6b757", room_type: "kitchen", flooring_type: "carpet", material_selection: "sisal", wishlist_items: 4, cart_items: 20, order_status: "pending", rating: "5.0" },
            { id: 479, user_id: "d6109c5b-6f01-437a-84c6-ebfead14073b", room_type: "kitchen", flooring_type: "hardwood", material_selection: "aluminum canvas burlap", wishlist_items: 17, cart_items: 8, order_status: "pending", rating: "5.0" },
            { id: 480, user_id: "e669f3c9-71bf-462a-88ff-4d13cf5bd14c", room_type: "bathroom", flooring_type: "tile", material_selection: "granite teak plastic", wishlist_items: 14, cart_items: 15, order_status: "pending", rating: "4.0" },
            { id: 481, user_id: "f7df200e-0fbc-4393-8221-73805906d941", room_type: "living room", flooring_type: "carpet", material_selection: "zinc burlap oak", wishlist_items: 10, cart_items: 16, order_status: "pending", rating: "2.9" },
            { id: 482, user_id: "0a6ea7c9-21eb-41d8-9f7f-fcf775af0ef6", room_type: "living room", flooring_type: "carpet", material_selection: "textile stone", wishlist_items: 16, cart_items: 10, order_status: "pending", rating: "3.2" },
            { id: 483, user_id: "6a59e2a9-b411-45a9-a178-d40777d39650", room_type: "bedroom", flooring_type: "hardwood", material_selection: "polyester pine", wishlist_items: 2, cart_items: 20, order_status: "pending", rating: "3.7" },
            { id: 484, user_id: "40c3a159-f81b-410e-8971-c1b76950fd9f", room_type: "bedroom", flooring_type: "hardwood", material_selection: "brass oak", wishlist_items: 16, cart_items: 14, order_status: "pending", rating: "2.1" },
            { id: 485, user_id: "dc52da48-a098-4dd3-b882-57cec1b8966b", room_type: "office", flooring_type: "carpet", material_selection: "fabric cardboard acrylic", wishlist_items: 17, cart_items: 11, order_status: "completed", rating: "4.6" },
            { id: 486, user_id: "f165d75b-8fe5-40a5-8ad0-173f947b9362", room_type: "kitchen", flooring_type: "tile", material_selection: "polyester paper", wishlist_items: 10, cart_items: 13, order_status: "pending", rating: "4.1" },
            { id: 487, user_id: "aba173ce-1bc8-44f4-8cd7-969a5a1d16f8", room_type: "living room", flooring_type: "carpet", material_selection: "cardboard", wishlist_items: 4, cart_items: 11, order_status: "cancelled", rating: "5.0" },
            { id: 488, user_id: "62ecfc83-e5fd-4415-97c0-748c66ea43ea", room_type: "kitchen", flooring_type: "carpet", material_selection: "cherry cotton", wishlist_items: 11, cart_items: 3, order_status: "completed", rating: "3.1" },
            { id: 489, user_id: "5cc06b97-e280-465e-a2fd-4a0b2c77e651", room_type: "kitchen", flooring_type: "hardwood", material_selection: "polyester", wishlist_items: 16, cart_items: 8, order_status: "cancelled", rating: "4.4" },
            { id: 490, user_id: "682ceffa-20b9-4e32-a2b8-1b7a2f41a772", room_type: "living room", flooring_type: "tile", material_selection: "ash jute", wishlist_items: 19, cart_items: 19, order_status: "pending", rating: "3.0" },
            { id: 491, user_id: "b456a004-19d7-44cf-bfe7-4f1f44b178be", room_type: "living room", flooring_type: "laminate", material_selection: "textile mahogany", wishlist_items: 4, cart_items: 18, order_status: "pending", rating: "2.8" },
            { id: 492, user_id: "5acf1710-766c-43f9-bfcc-b8c639e6b897", room_type: "kitchen", flooring_type: "carpet", material_selection: "composite", wishlist_items: 10, cart_items: 3, order_status: "pending", rating: "2.2" },
            { id: 493, user_id: "7685233f-19bd-4490-8884-3bd66ec898bc", room_type: "bedroom", flooring_type: "hardwood", material_selection: "metal silk sisal", wishlist_items: 1, cart_items: 10, order_status: "pending", rating: "4.7" },
            { id: 494, user_id: "beb796e3-dc8c-4a7e-82d5-13e4808cd1f7", room_type: "living room", flooring_type: "hardwood", material_selection: "acrylic velvet mahogany", wishlist_items: 18, cart_items: 15, order_status: "completed", rating: "3.6" },
            { id: 495, user_id: "56974062-fb58-47ae-ad79-68b2cfc48cd8", room_type: "bedroom", flooring_type: "carpet", material_selection: "marble", wishlist_items: 19, cart_items: 1, order_status: "cancelled", rating: "5.0" },
            { id: 496, user_id: "376be08c-26e8-46e4-9837-357ff0f31f61", room_type: "kitchen", flooring_type: "hardwood", material_selection: "polyester concrete ceramic", wishlist_items: 9, cart_items: 7, order_status: "pending", rating: "4.6" },
            { id: 497, user_id: "0593576e-4905-443b-a179-1b56683108b0", room_type: "bedroom", flooring_type: "carpet", material_selection: "teak", wishlist_items: 13, cart_items: 5, order_status: "cancelled", rating: "4.5" },
            { id: 498, user_id: "f1847525-05e5-40bd-bb95-a7e6667c5893", room_type: "kitchen", flooring_type: "laminate", material_selection: "paper", wishlist_items: 13, cart_items: 12, order_status: "pending", rating: "4.9" },
            { id: 499, user_id: "2676a679-f11b-49e9-b992-a3b13c3c7abb", room_type: "kitchen", flooring_type: "hardwood", material_selection: "cherry plastic rubber", wishlist_items: 12, cart_items: 2, order_status: "pending", rating: "3.9" },
            { id: 500, user_id: "cfe8f691-0c7d-4838-878c-0afb078b05be", room_type: "kitchen", flooring_type: "carpet", material_selection: "cherry rattan acrylic", wishlist_items: 9, cart_items: 18, order_status: "pending", rating: "4.0" },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
