namespace Femto.Modules.Blog.Application.Queries.GetPosts.Dto; public record PostDto( Guid PostId, string Text, IList Media, DateTimeOffset CreatedAt, PostAuthorDto Author, IList Reactions, IEnumerable PossibleReactions );