{
    "usuarios": [
        {
            "id": 1,
            "name": "Igor",
            "email": "igor@mag.com",
            "password": "827ccb0eea8a706c4c34a16891f84e7b",
            "type": "Manager"
        },
        {
            "id": 2,
            "name": "Carlos",
            "email": "carlos@mag.com",
            "password": "827ccb0eea8a706c4c34a16891f84e7b",
            "type": "Supervisor"
        },
        {
            "id": 3,
            "name": "Vi­nicius",
            "email": "vinicius@mag.com",
            "password": "827ccb0eea8a706c4c34a16891f84e7b",
            "type": "Supervisor"
        },
        {
            "id": 4,
            "name": "Jaqueline",
            "email": "jack@js.com",
            "password": "827ccb0eea8a706c4c34a16891f84e7b",
            "type": "user"
        }
    ],
    "itens": [
        {
            "id": 1,
            "type": "console",
            "name": "PlayStation 4",
            "price": 1999.90,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Consoles/PS4.png",
            "imageHover": "",
            "description": "",
            "stock": 25,
            "stars": 5
        },
        {
            "id": 2,
            "type": "console",
            "name": "PlayStation 5",
            "price": 3899.90,
            "discount": 10,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Consoles/PS5.png",
            "imageHover": "",
            "description": "",
            "stock": 12,
            "stars": 5
        },
        {
            "id": 3,
            "type": "console",
            "name": "Xbox Series S",
            "price": 2789.90,
            "discount": 5,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Consoles/XBOX-Series-S.png",
            "imageHover": "",
            "description": "",
            "stock": 15,
            "stars": 4
        },
        {
            "id": 4,
            "type": "console",
            "name": "Xbox Series X",
            "price": 4399.90,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Consoles/XBOX-Series-X.png",
            "imageHover": "",
            "description": "",
            "stock": 12,
            "stars": 4
        },
        {
            "id": 5,
            "type": "console",
            "name": "Xbox 360",
            "price": 889.90,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Consoles/xbox_360.png",
            "imageHover": "",
            "description": "",
            "stock": 5,
            "stars": 5
        },
        {
            "id": 6,
            "type": "console",
            "name": "Nintendo Switch",
            "price": 1999.90,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Consoles/nintendo.png",
            "imageHover": "",
            "description": "",
            "stock": 8,
            "stars": 5
        },
        {
            "id": 7,
            "type": "game",
            "name": "The Last of Us",
            "price": 299.90,
            "discount": 5,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/TLOU_PS5.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Joel_TLOU.png",
            "description": "PlayStation 5",
            "stock": 20,
            "stars": 5
        },
        {
            "id": 8,
            "type": "game",
            "name": "The Last of Us Part II",
            "price": 199.90,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/TLOU2_PS4.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Ellie_TLOU2.png",
            "description": "PlayStation 4",
            "stock": 8,
            "stars": 5
        },
        {
            "id": 9,
            "type": "game",
            "name": "Minecraft",
            "price": 49.90,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Minecraft.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Steve_Minecraft.png",
            "description": "PlayStation 4",
            "stock": 16,
            "stars": 4
        },
        {
            "id": 10,
            "type": "game",
            "name": "God of War Ragnarok",
            "price": 190.90,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/GoW_R.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Kratos_GoW_R.png",
            "description": "PlayStation 4",
            "stock": 43,
            "stars": 5
        },
        {
            "id": 11,
            "type": "game",
            "name": "Horizon Forbidden West",
            "price": 239.90,
            "discount": 12,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/horizonFW_PS5.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Aloy_HFW.png",
            "description": "PlayStation 5",
            "stock": 24,
            "stars": 5
        },
        {
            "id": 12,
            "type": "game",
            "name": "Red Dead Redemption 2",
            "price": 220.39,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/RDR2_PS4.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Arthur_RDR2.png",
            "description": "PlayStation 4",
            "stock": 9,
            "stars": 5
        },
        {
            "id": 13,
            "type": "game",
            "name": "Dishonored",
            "price": 39.99,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Dishonored_Xbox.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/dishonoredC_XBOX.png",
            "description": "Xbox 360",
            "stock": 35,
            "stars": 4
        },
        {
            "id": 14,
            "type": "game",
            "name": "Rainbow Six Siege",
            "price": 59.99,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/R6_Xbox.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Ash_R6.png",
            "description": "Xbox One",
            "stock": 24,
            "stars": 4
        },
        {
            "id": 15,
            "type": "game",
            "name": "Modern Warfare II",
            "price": 115.90,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/MW2_Xbox.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Morderm_Warfare_Xbox.png",
            "description": "Xbox One/Series X",
            "stock": 17,
            "stars": 5
        },
        {
            "id": 16,
            "type": "game",
            "name": "Watch Dogs Legion",
            "price": 249.99,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/WDL_Xbox.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Watch_Dogs_Legion_Xbox.png",
            "description": "Xbox One/Series X",
            "stock": 6,
            "stars": 4
        },
        {
            "id": 17,
            "type": "game",
            "name": "Resident Evil Village",
            "price": 184.50,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/REV_Xbox.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Resident_Evil_Village_PS5.png",
            "description": "Xbox One/Series X",
            "stock": 7,
            "stars": 4
        },
        {
            "id": 18,
            "type": "game",
            "name": "Halo Infinite",
            "price": 91.60,
            "discount": 40,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/halo_infinite.jpg",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/master_chief.png",
            "description": "Xbox One/Series X",
            "stock": 8,
            "stars": 2
        },
        {
            "id": 19,
            "type": "game",
            "name": "Assasin's Creed Mirage",
            "price": 189.90,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/ACM_PS5.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/basim_ACM.png",
            "description": "PlayStation 5",
            "stock": 12,
            "stars": 4
        },
        {
            "id": 20,
            "type": "game",
            "name": "Hogwarts Legacy",
            "price": 349.90,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Hogwarts_Legacy_PS5.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Hogwarts_LegacyC_PS5.png",
            "description": "PlayStation 5",
            "stock": 6,
            "stars": 5
        },
        {
            "id": 21,
            "type": "game",
            "name": "Mario",
            "price": 189.89,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Mario_Nintendo.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Mario_NintendoC.png",
            "description": "Nintendo Switch",
            "stock": 6,
            "stars": 3
        },
        {
            "id": 22,
            "type": "game",
            "name": "GTA V",
            "price": 90.00,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/GTA_XBOX.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/gta_5.png",
            "description": "XBOX Series X",
            "stock": 50,
            "stars": 4
        },
        {
            "id": 23,
            "type": "game",
            "name": "Let's Go Pikachu",
            "price": 129.99,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/Pikachu_Nintendo.png",
            "imageHover": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/Games/PikachuC_Nintendo.png",
            "description": "Nintendo Switch",
            "stock": 4,
            "stars": 3
        },
        {
            "id": 24,
            "type": "accessory",
            "name": "Controle PS5",
            "price": 398.00,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/acessorios/ControlePS5_basic.png",
            "imageHover": "",
            "description": "Controle PS5",
            "stock": 8,
            "stars": 5
        },
        {
            "id": 25,
            "type": "accessory",
            "name": "Controle PS5",
            "price": 960.99,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/acessorios/Harry_Potter_comands.png",
            "imageHover": "",
            "description": "Edição Harry Potter",
            "stock": 8,
            "stars": 5
        },
        {
            "id": 26,
            "type": "accessory",
            "name": "Controle VR PS5",
            "price": 4499.90,
            "discount": 15,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/acessorios/VR_PS5.png",
            "imageHover": "",
            "description": "",
            "stock": 7,
            "stars": 5
        },
        {
            "id": 27,
            "type": "accessory",
            "name": "Controle PS4",
            "price": 284.90,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/acessorios/dualshock_PS4.png",
            "imageHover": "",
            "description": "",
            "stock": 30,
            "stars": 4
        },{
            "id": 28,
            "type": "accessory",
            "name": "Controle Xbox One/Series S/X",
            "price": 1000.30,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/acessorios/Controle_Xbox_SerieS.png",
            "imageHover": "",
            "description": "Edição Call Of Duty Modern Warfare II",
            "stock": 6,
            "stars": 5
        },
        {
            "id": 29,
            "type": "accessory",
            "name": "Controle Xbox One/Series S/X",
            "price": 849.90,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/acessorios/Controle_Xbox_SerieS_Personalizado.png",
            "imageHover": "",
            "description": "Edição Overwatch II",
            "stock": 12,
            "stars": 5
        },
        {
            "id": 30,
            "type": "accessory",
            "name": "Controle Xbox 360",
            "price": 50.00,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/acessorios/Controle_Xbox_360.png",
            "imageHover": "",
            "description": "",
            "stock": 15,
            "stars": 4
        },
        {
            "id": 31,
            "type": "accessory",
            "name": "Mouse Redragon",
            "price": 194.90,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/acessorios/Mouse_Redragon.png",
            "imageHover": "",
            "description": "",
            "stock": 20,
            "stars": 5 
        },
        {
            "id": 32,
            "type": "accessory",
            "name": "Teclado Redragon",
            "price": 288.99,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/acessorios/Teclado_Redragon.png",
            "imageHover": "",
            "description": "",
            "stock": 15,
            "stars": 5
        },
        {
            "id": 33,
            "type": "accessory",
            "name": "Headset Redragon",
            "price": 75.90,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/acessorios/Headset_Redragon.png",
            "imageHover": "",
            "description": "",
            "stock": 20,
            "stars": 5
        },
        {
            "id": 34,
            "type": "accessory",
            "name": "Microfone Redragon",
            "price": 309.29,
            "discount": 0,
            "image": "https://raw.githubusercontent.com/IgorHenriqueG/Senai-2023/main/1Des/01-fpoo/Aula19/ItemTest/img/Images/acessorios/Microfone_Redragon.png",
            "imageHover": "",
            "description": "",
            "stock": 8,
            "stars": 5
        }
    ],
    "vendas": []
}