namespace Femto.Api.Controllers.Authors; public record GetAuthorPostsSearchParams(Guid? Cursor, int? Count);