using NodaTime; namespace JobsJobsJobs.Shared.Api { /// /// An entry in the list of success stories /// public record StoryEntry( SuccessId Id, CitizenId CitizenId, string CitizenName, Instant RecordedOn, bool FromHere, bool HasStory); }