Clan Member List
    data class ClanMemberList(val items: List<ClanMember>, val paging: Paging?) : ApiListResponse<ClanMember> 
Represents the ClanMemberList model of the Clash of Clans API.
Represents the ClanMemberList model of the Clash of Clans API.