package com.seebie.server.dto; import java.util.List; public record FilterList(List<DateRange> dataFilters) { }