using JetBrains.Annotations; namespace Femto.Api.Controllers.Authors.Dto; [PublicAPI] public record AuthorPostDto(Guid PostId, string Content, IEnumerable Media, DateTimeOffset CreatedAt, AuthoPostAuthorDto Author );