package com.paymybuddy.paymybuddy.dto; import java.util.List; public record TransactionListDTO(List<TransactionInListDTO> transactions) { }