Try your search with a different keyword or use * as a wildcard.
QuoteListModel.cs
using Nop.Web.Framework.Models;
namespace Nop.Plugin.Misc.RFQ.Models.Admin;
///
/// Represents the quote list model
///
public record QuoteListModel : BasePagedListModel;