class Model { let userId: Int let username: String private let description: String? init(userId: Int, username: String, description: String?) {