if self.tags.exists():
            posts = posts.filter(tags__in=list(self.tags.all()))