package com.distasilucas.cryptobalancetracker.model.response.platform; public record PlatformResponse( String id, String name ) { }