using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Member.Follow.IsFollowing; public sealed record Query( int FollowerMemberID, IReadOnlyList FolloweeSIDs ) : IQuery>;