using Application.Features.Api.Feed.Shared; namespace Application.Features.Api.Feed.GetTimeline; public sealed class Response { public long Total { get; init; } public required IReadOnlyList List { get; init; } }