public struct FilePath: Path {
    public static let pathType: PathType = .file
    public static var defaultByteCount: ByteRepresentable = Int.max

    // swiftlint:disable identifier_name