public struct ManifestItem: Codable {
    var checksum: String
    var href: String
    var sizeInBytes: Int
}
