namespace Femto.Api.Controllers.Posts.Dto; public record PostCommentDto(string Author, string Content, DateTimeOffset PostedOn);