namespace Femto.Modules.Blog.Application.Queries.GetPosts.Dto; public record PostCommentDto(string Author, string Content, DateTimeOffset PostedOn);