public var transactionArray: [PurchasedItem] { let set = transactions as? Set ?? [] return set.sorted { $0.wrappedTimestamp < $1.wrappedTimestamp } }