namespace Femto.Modules.Blog.Application.Queries.GetPosts.Dto; public record PostReactionDto(string Emoji, int Count, bool DidReact);