Count all blog posts and its subtypes >>> BlogPost.objects.count() 2 > ... 2 >>> BlogPost.objects(tags='mongodb').count() 1 ...
確定! 回上一頁