Edwin is working with the music SQLite database, below you can see the database diagram:
Edwin is a big fan of the rock band Metallica and wants to insert records of Metallica into the music database. He has already written the code to create and insert an artist record named "Metallica".
Your task is to help Edwin write the additional required code to insert 3 song records into the songs table, and set up GORM's association mode to insert records into the artist_songs join table.