// // RecentCharacter.swift // SodaLive // // Created by klaus on 8/29/25. // struct RecentCharacter: Decodable { let characterId: Int let name: String let imageUrl: String }