1 2 3 4 5 6
package com.example.clientapp.data data class ImageData ( val _id:String, val image:String )