import Foundation struct MoebooruPost: Identifiable, Hashable { let id: Int let tags: [String] let createdAt: Date let author: String let source: URL? let score: Int let fileURL: URL? let previewURL: URL? let sampleURL: URL? let jpegURL: URL? let width: Int let height: Int }