If you not specify context_object_name in class based view (ListView) than default is created and is object_list instead of page_obj.
Solution is by two way:
First you already get from Dave
Second is to specify context_object_name and than you will get automatically page_obj