01Get all published posts ordered by newest first
02Filter posts by a specific author's username
03Find posts where title contains 'django' (case-insensitive)
04Get posts created in the last 7 days
05Exclude posts with empty body, limit to 5 results
06Use `.values_list()` to get just titles