1 2 3 4
package no.eliashaugsbakk.clams.server.model; public record PostDTO(String title, String summary, String content, boolean isPublished) { }