namespace Application.Features.Api.Member.Follow.IsFollowing; public sealed class Response { public required IReadOnlyDictionary<string, bool> Map { get; init; } }