import Foundation struct PreviewItem: Identifiable, Equatable { let id = UUID() let images: [String] let index: Int }