mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
model: remove some more unused fields
This commit is contained in:
parent
c99b51000b
commit
7e67fdb325
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue