We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221d774 commit 413f117Copy full SHA for 413f117
infra/src/main/kotlin/org/yapp/infra/external/aladin/response/AladinResponseBase.kt
@@ -20,7 +20,8 @@ data class BookItem internal constructor(
20
@JsonProperty("cover") val cover: String?,
21
@JsonProperty("categoryId") val categoryId: Int?,
22
@JsonProperty("categoryName") val categoryName: String?,
23
- @JsonProperty("publisher") val publisher: String?
+ @JsonProperty("publisher") val publisher: String?,
24
+ @JsonProperty("itemPage") val itemPage: Int?
25
)
26
27
data class AladinSearchResponse internal constructor(
0 commit comments