[HELP] QBCore Vehicles Defaulting in Garage

I recently added my first car to my test server. I imported an Aventador and added it to the vehicles.lua file in qb-core/shared but when I store the car it changes into a Zentorno. What am I missing?

This is what I added:

[‘aventador’] = {
[‘name’] = ‘Aventador’,
[‘brand’] = ‘Lamborghini’,
[‘model’] = ‘aventador’,
[‘price’] = 600000,
[‘category’] = ‘super’,
[‘hash’] = aventador,
[‘shop’] = ‘pdm’,
},

['skyline'] = {
    ['name'] = 'R34',
    ['brand'] = '',
    ['model'] = 'skyline',
    ['price'] = 95000,
    ['category'] = 'import',
    ['hash'] = `skyline`,
    ['shop'] = 'import',
},

i copy and pasted from my lua they pretty much look the same except for some minor details, ive never ran into your problem tho, could be the garages not saving properly idk, you get any errors in your console? garages will bug out if you have a deleted vehicle saved in it, just gotta go to your phpmyadmin and delete the deleted vehicle from the garage.