using JetBrains.Annotations; namespace Femto.Api.Controllers.Posts.Dto; [PublicAPI] public record LoadPostsResponse(IEnumerable Posts, Guid? Next);