<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-preview.6.20305.6" />

System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute

Specifies the inverse of a navigation property that represents the other end of the same relationship.
namespace System.ComponentModel.DataAnnotations.Schema { public class InversePropertyAttribute : Attribute { public string Property { get; } public InversePropertyAttribute(string property); } }