import Foundation struct BooruPost: Identifiable, Hashable { let id: String let height: Int let score: String let fileURL: URL let parentID: String let sampleURL: URL let sampleWidth: Int let sampleHeight: Int let previewURL: URL let rating: BooruRating let tags: [String] let width: Int let change: String? let md5: String let creatorID: String let authorID: String? let createdAt: Date let status: String let source: String let previewWidth: Int let previewHeight: Int }