Hello, the follow code results is: Can't obtain model's source from models list: 'Model\Api3rdProduct', when preparing: SELECT [\Model\Api3rdProduct].* FROM [\Model\Api3rdProduct] WHERE id IN (:AP0:, :AP1:, :AP2:)
Any help please:
$products=$this->modelsManager->createBuilder() ->from('\Model\Api3rdProduct') ->inWhere('id', [1,2,3]) ->getQuery() ->execute();