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
When attempting to retrieve a specific record with limited fields using the fields query parameter, the response includes additional fields (id, created, updated) that are empty, instead of just the requested fields.
When attempting to retrieve a specific record with limited fields using the
fields
query parameter, the response includes additional fields (id
,created
,updated
) that are empty, instead of just the requested fields.should return only the
name
field, however is returning:I assume the issue stems from the
BaseModel
class which includes these default properties.The text was updated successfully, but these errors were encountered: