I think we're done
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import Foundation
|
||||
|
||||
public struct SearchResponse<T: MusicBrainzSearchable>: Codable, Sendable {
|
||||
public struct SearchResponse<T: MusicBrainzSearchable>: Codable, Sendable, Hashable, Equatable {
|
||||
public let count: Int
|
||||
public let offset: Int
|
||||
public let entities: [T]
|
||||
|
||||
private enum CodingKeys: String, CodingKey {
|
||||
private enum CodingKeys: String, CodingKey, Hashable, Equatable {
|
||||
case count, offset
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user