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