using JetBrains.Annotations; namespace Femto.Api.Controllers.Posts.Dto; [PublicAPI] public record PostAuthorDto(Guid AuthorId, string Username);