namespace Femto.Api.Controllers.Authors.Dto; public record GetAuthorPostsSearchParams(Guid? From, int? Amount);