I have a class, Tags, in Swift.
public class Tags { var lastUsed: UInt64 var frequency: Int var id: String var name: String init(id: St