Open
Description
Is your feature request related to a problem? Please describe.
The fetch_records_by_filter_list is useful enough for it to be accessible as a class method. That way, a user can see it when listing the class methods for a client and see the help docs.
Describe the solution you'd like
We should move the method into the MetadataDbClient class.
Describe alternatives you've considered
If it's left in the utils module, then users have to be aware that it's there before using it.
Additional context
Add any other context or screenshots about the feature request here.