I have this model and I want to fetch results from Firebase Firestore.
struct Notification: Identifiable, Codable { var id = UUID() var type: String