001package com.lucidtech.puttingalltogether.model; 002 003public record Greeting(long id, String content) { 004}