{
  "version": 1,
  "items": [
    {
      "artist": "Example Artist",
      "genre": "Power Metal",
      "genreType": "Epic",
      "title": "First Demo Track",
      "lyrics": "[Verse]\nFirst line\nSecond line\n\n[Chorus]\nHook line here"
    },
    {
      "artist": "Another Artist",
      "genre": "Power Metal",
      "genreType": "",
      "title": "Second Song",
      "lyrics": "[Verse]\nSecond song lyrics go here.\n\n[Chorus]\nRepeat the hook."
    }
  ]
}
