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