There was an error while loading. Please reload this page.
public struct Comment: Codable
Codable
id
let id: Int
created_at
let created_at: String
user_id
let user_id: Int
track_id
let track_id: Int
timestamp
let timestamp: Int64
body
let body: String
uri
let uri: String
user
let user: User