class Meta:
     queryset = System.objects.all()
     fields = System.get_api_fields()
     always_return_data = True
     authorization = Authorization()
     allowed_methods = allowed_methods