using NodaTime; namespace JobsJobsJobs.Shared.Api { /// /// A user matching the profile search /// public record ProfileSearchResult( CitizenId CitizenId, string DisplayName, bool SeekingEmployment, bool RemoteWork, bool FullTime, Instant LastUpdated); }