Try your search with a different keyword or use * as a wildcard.
StorePickupPointListModel.cs
using Nop.Web.Framework.Models;
namespace Nop.Plugin.Pickup.PickupInStore.Models;
public record StorePickupPointListModel : BasePagedListModel<StorePickupPointModel>;