package com.algorithms.sorting.bubblesort.applied; import java.time.Instant; public record LedgerEntry(String id, Instant postedAt) { }