Thanks for the help Robin,
yesterday I figured I can use "find". But only thing that is a problem now I can't get title or id for page refrence
$catFav = $user->favorites->find("template=blog-single, cat_single=$page->path");
Ex. When I try to use one category id, it works.
$catFav = $user->favorites->find("template=blog-single, cat_single=(category id)");
But when I try something like $page->path or title to get them all working, it just doesn't work
EDIT: I used $page->id in cat_single and it worked ?