namespace Femto.Api.Controllers.Posts.Dto; public record CreatePostRequest( Guid AuthorId, string Content, IEnumerable Media, bool? IsPublic );