You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SerializerMethodResourceRelatedField does not include a meta section in the relationship response like ResourceRelatedField does. This doesn't make sense, because SerializerMethodResourceRelatedField extends ResourceRelatedField and both seem to return every related record in the response (for the record I've only tried with a little over a thousand related records).
So for example if you had an ObjectA with a has many relationship with ObjectB: