This change fixes incorrect result of .only() method of QuerySet instance after using .count().
This test checks if .only() method of QuerySet instance works after using .count() method.