mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 04:58:16 -06:00
Annotate type for RelatedObjectCountField
This commit is contained in:
parent
a71c7e4677
commit
74aa26ca59
@ -139,6 +139,7 @@ class SerializedPKRelatedField(PrimaryKeyRelatedField):
|
||||
return self.serializer(value, context={'request': self.context['request']}).data
|
||||
|
||||
|
||||
@extend_schema_field(OpenApiTypes.INT64)
|
||||
class RelatedObjectCountField(serializers.ReadOnlyField):
|
||||
"""
|
||||
Represents a read-only integer count of related objects (e.g. the number of racks assigned to a site). This field
|
||||
|
Loading…
Reference in New Issue
Block a user