package net.halfbinary.scavengerhuntapi.model.response data class HunterLeaderboardResponse( val rank: Int, val hunterName: String, val score: Int )