I'm getting counting people who have completed a class, which is indicated by a group member attribute being set:

{% assign lc_complete = Person | Groups:'33', 'All', 'All' | Where:'LifeClassCompleted','Yes' | Size %}

This is working fine, but is generating an exception log entry:

Warning: Legacy Lava Syntax Detected: Group Member.Completed

Is this a bug?