namespace Femto.Modules.Blog.Domain.Posts.Commands.GetPosts.Dto; public record PostAuthorDto(Guid AuthorId, string Username);