// Copyright © 2020 Metabolist. All rights reserved. import Foundation public struct Tag: Codable, Hashable { public let name: String public let url: URL }