package net.halfbinary.scavengerhuntapi.model.response import net.halfbinary.scavengerhuntapi.model.HunterId data class HunterSummaryResponse( val id: HunterId, val name: String )