namespace Femto.Api.Controllers.Posts.Dto; public record PostReactionDto(Guid ReactionId, string Emoji, int Count, bool DidReact);