Try your search with a different keyword or use * as a wildcard.
namespace Nop.Web.Models.Checkout; public partial record UpdateSectionJsonModel { public string name { get; set; } public string html { get; set; } }