import Foundation

public struct GuideCategoriesList: Codable {
    public let etag: String
    public let items: [GuideCategory]