namespace Femto.Api.Controllers.Posts.Dto; public record PostReactionDto(string Emoji, string AuthorName, DateTimeOffset ReactedOn);