feat: use Nullable[int64] for label priority
Closes #2192 (closed)
What does this MR do?
Replaces the int64 type for the Priority field in the Label struct with a generic Nullable[int64] type. This allows distinguishing between missing values, explicit nulls, and zero values in API responses.