| QueryRecordCount(ClaimsPrincipal) | Gets total record count for the modeled table. |
| QueryRecordCount(ClaimsPrincipal, IRecordFilter) | Gets the record count for the modeled table based on search parameter. Search executed against fields modeled with SearchableAttribute. |
| QueryRecordCount(ClaimsPrincipal, RecordRestriction) | Gets the record count for the specified restrictions - or - total record count for the modeled table if restrictions is null. |