package awais.instagrabber.repositories.responses data class LikersResponse(val users: List, val userCount: Long, val status: String)