I have this class to get data from Firestore:
struct Spty: Identifiable{ var id: String var spty: String var r: NSNumber var g: NSNumber var b: N