#nullable enable namespace ErsatzTV.Core.Api.MediaSources; public record PathReplacementResponseModel(int Id, string? RemotePath, string? LocalPath);