AI Summary: This issue identifies a redundancy in how property data is accessed and manipulated within the codebase. Currently, there are direct database wrappers (e.g., GetAllPropertyValuesV1) and higher-order model structures (e.g., models.DbPropsToModel) serving similar purposes. The goal is to converge on a single, consistent approach, likely involving refactoring to remove one of the existing methods.
Software Supply Chain Security Platform