the equipment layer part is easy: ```data class Eq...
# android
s
the equipment layer part is easy:
Copy code
data class EquipmentLayer(@SerializedName("id") val id: Int,
                          @SerializedName("name") val name: String,
                          @SerializedName("detail") val details: String)
and then I'll have it in a list in another data class. The issue is with the "data" part.