namespace Application.Features.Api.Feed.ToggleCommentLike; public sealed record Response(bool HasLike, int Likes);