I need to filter my API response of document using a many-to-many category field. This is my model:
class Document(models.Model): name = models.CharField(