'Null value of foreign key column in Django Serializer

I'm using ModelSerializer and setting all fields from my Item model, but I have null value in category field when retrieving everything. Item description

Item and Category Model

As you can see value of category is null



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source