ContentFullText.java

package net.sasasin.sreader.domain;

public record ContentFullText(String id, String contentHeaderId, String fullText) {}