Js Snclient

const result = await repository.loadCollection({
path: "/Root/Content/Cars",
oDataOptions: {
query: "Id:(7 8 11)"
}
});