I have following query:
DbContext.Export .Include(e => e.ExportPackages).ThenInclude(ep => ep.Package) .FirstOrDefault(e => e.Id == 123);