package com.mavlushechka.a1qa.models; public record Post(int id, User owner, String message, Attachment attachment) { }