import Foundation public struct URLResource: Codable, Sendable { public let id: String public let resource: String }