Как вернуть общие элементы в базе данных django

use ".count()"

Example:-
Number_of_Messages = Messages.objects.count()
Markhor