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