dmcg
11/19/2023, 10:37 PMdave
11/19/2023, 10:40 PMdave
11/19/2023, 10:40 PMdave
11/19/2023, 10:41 PMdmcg
11/19/2023, 10:48 PMdata class AuthorAttributionsNNNNNNNN(
val displayName: String?,
val uri: String?,
val photoUri: String?
)
with the same fields, which has led to 167 versions of
data class Photos250036595(
val name: String?,
val widthPx: Number?,
val heightPx: Number?,
val authorAttributions: List<AuthorAttributions603326867>?
)
each with the same Photos250… suffix but a different specific List<AuthorAttributionsNNNN>dmcg
11/19/2023, 10:48 PMdave
11/19/2023, 10:50 PM