bundle up essentially the same game such as remasters, goty edition, etc
Using chatgpt to spit out what I mean in a json
{
  "title": "The Elder Scrolls V: Skyrim",
  "developer": "Bethesda Game Studios",
  "publisher": "Bethesda Softworks",
  "initialreleaseyear": 2011,
  "platforms": [
    "PC",
    "PlayStation 3",
    "Xbox 360"
  ],
  "genre": ["Action RPG", "Open World"],
  "childversions": [
    {
      "title": "The Elder Scrolls V: Skyrim Special Edition",
      "releaseyear": 2016,
      "platforms": [
        "PC",
        "PlayStation 4",
        "Xbox One",
        "Nintendo Switch"
      ],
      "features": [
        "Improved graphics",
        "Mod support on consoles",
        "All DLCs included (Dawnguard, Hearthfire, Dragonborn)"
      ]
    },
    {
      "title": "The Elder Scrolls V: Skyrim VR",
      "releaseyear": 2017,
      "platforms": [
        "PlayStation VR",
        "PC (SteamVR, Oculus Rift, HTC Vive)"
      ],
      "features": [
        "Full VR support",
        "Immersive first-person gameplay",
        "Base game + DLCs"
      ]
    },
    {
      "title": "The Elder Scrolls V: Skyrim Anniversary Edition",
      "releaseyear": 2021,
      "platforms": [
        "PC",
        "PlayStation 4",
        "PlayStation 5",
        "Xbox One",
        "Xbox Series X/S"
      ],
      "features": [
        "All content from Special Edition",
        "Creation Club content",
        "Fishing, survival mode, and more"
      ]
    }
  ]
}
