NEST by Elastic and contributors

<PackageReference Include="NEST" Version="7.1.0" />

.NET API 4,319,232 bytes

 HasChildQueryDescriptor<T>

public HasChildQueryDescriptor<T> IgnoreUnmapped(bool? ignoreUnmapped = true)

public HasChildQueryDescriptor<T> MaxChildren(int? maxChildren)

Specify how many child documents are allowed to match.

public HasChildQueryDescriptor<T> MinChildren(int? minChildren)

public HasChildQueryDescriptor<T> Type(string type)