Folder

fun Folder(id: String, name: String, colour: Color, updatedAt: OffsetDateTime, createdAt: OffsetDateTime, count: Int, totals: List<Folder.CurrencyTotal>? = null)