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
Just a heads up, it looks like the _s_count function doesnt add filters to the count cls.query.count() call. I fixed this locally in our code by overriding the function with: count = cls.jsonapi_filter().count()