package com.distasilucas.cryptobalancetracker.model.response.insights; public record CurrentPrice( String usd, String eur, String btc ) { }