namespace Femto.Modules.Blog.Contracts.Dto; public record GetAuthorPostsDto(Guid PostId, string Text, IList Media); public record GetAuthorPostsMediaDto(Uri Url);