model: remove some more unused fields

This commit is contained in:
Harsh Shandilya 2022-01-19 13:06:37 +05:30
parent c99b51000b
commit 7e67fdb325
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -9,9 +9,6 @@ class LobstersPost(
@SerialName("created_at") val createdAt: String,
val title: String,
val url: String,
val score: Int,
val flags: Int,
@SerialName("comment_count") val commentCount: Int,
val description: String,
@SerialName("comments_url") val commentsUrl: String,
@SerialName("submitter_user") val submitter: User,