This allows if use of: ``` python if queryset: for model in queryset: logic() ``` For efficiency purposes, a copy of the data in this use case should be saved to the queryset being evaluated for potential use and iteration.